mercurial/templatekw.py
changeset 34535 78590585c0db
parent 34534 b3073e175c17
child 34537 8c3dd5e462cc
--- a/mercurial/templatekw.py	Sat Sep 09 19:13:25 2017 +0900
+++ b/mercurial/templatekw.py	Sat Sep 09 19:32:56 2017 +0900
@@ -73,6 +73,7 @@
     This class allows us to handle both:
     - "{manifest}"
     - "{manifest % '{rev}:{node}'}"
+    - "{manifest.rev}"
 
     Unlike a _hybrid, this does not simulate the behavior of the underling
     value. Use unwrapvalue() or unwraphybrid() to obtain the inner object.