add --git option to commands supporting --patch (log, incoming, history, tip) stable
authorJim Correia <jim.correia@pobox.com>
Sat, 14 Feb 2009 22:40:39 +0100
branchstable
changeset 523 062ce3b9c962
parent 522 1dc08efd8e81
child 524 8117a011d1bd
child 525 6028e8046c14
add --git option to commands supporting --patch (log, incoming, history, tip) No short -g form, since it would conflict with -g from the graphlog extension. [ original upstream descrition]
hgkw/keyword.py
--- a/hgkw/keyword.py	Wed Nov 19 13:27:57 2008 +0100
+++ b/hgkw/keyword.py	Sat Feb 14 22:40:39 2009 +0100
@@ -139,7 +139,7 @@
 
         templatefilters.filters['utcdate'] = utcdate
         self.ct = cmdutil.changeset_templater(self.ui, self.repo,
-                                              False, '', False)
+                                              False, None, '', False)
 
     def substitute(self, data, path, ctx, subfunc):
         '''Replaces keywords in data with expanded template.'''