equal
deleted
inserted
replaced
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 |