mercurial/templatekw.py
changeset 34535 78590585c0db
parent 34534 b3073e175c17
child 34537 8c3dd5e462cc
equal deleted inserted replaced
34534:b3073e175c17 34535:78590585c0db
    71     """Wrapper for non-list/dict object to support map operation
    71     """Wrapper for non-list/dict object to support map operation
    72 
    72 
    73     This class allows us to handle both:
    73     This class allows us to handle both:
    74     - "{manifest}"
    74     - "{manifest}"
    75     - "{manifest % '{rev}:{node}'}"
    75     - "{manifest % '{rev}:{node}'}"
       
    76     - "{manifest.rev}"
    76 
    77 
    77     Unlike a _hybrid, this does not simulate the behavior of the underling
    78     Unlike a _hybrid, this does not simulate the behavior of the underling
    78     value. Use unwrapvalue() or unwraphybrid() to obtain the inner object.
    79     value. Use unwrapvalue() or unwraphybrid() to obtain the inner object.
    79     """
    80     """
    80 
    81