mercurial/cmdutil.py
changeset 9963 a68fb6f4ae4b
parent 9958 777c1df76ef4
parent 9961 0aa1a632262b
child 9975 2e67734e1453
--- a/mercurial/cmdutil.py	Sat Nov 28 11:21:19 2009 +0900
+++ b/mercurial/cmdutil.py	Mon Nov 30 15:31:14 2009 -0600
@@ -755,7 +755,8 @@
                                      cache={
                                          'parent': '{rev}:{node|formatnode} ',
                                          'manifest': '{rev}:{node|formatnode}',
-                                         'filecopy': '{name} ({source})'})
+                                         'filecopy': '{name} ({source})',
+                                         'extra': '{key}={value|stringescape}'})
         # Cache mapping from rev to a tuple with tag date, tag
         # distance and tag name
         self._latesttagcache = {-1: (0, 0, 'null')}