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]
--- 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.'''