# HG changeset patch
# User Jim Correia <jim.correia@pobox.com>
# Date 1234647639 -3600
# Node ID 062ce3b9c962771879cd8301c43d59bf81fb0965
# Parent  1dc08efd8e81f9a9e84e6808f3e06cc73ebf6352
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]

diff -r 1dc08efd8e81 -r 062ce3b9c962 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.'''