Mercurial > public > mercurial-scm > hg
diff mercurial/cmdutil.py @ 9963:a68fb6f4ae4b
Merge with crew
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 30 Nov 2009 15:31:14 -0600 |
parents | 777c1df76ef4 0aa1a632262b |
children | 2e67734e1453 |
line wrap: on
line diff
--- 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')}