hgext/patchbomb.py
changeset 23450 a074eeeabe32
parent 23215 83a191031f94
child 23486 1de214837f5e
--- a/hgext/patchbomb.py	Wed Nov 26 11:45:21 2014 -0800
+++ b/hgext/patchbomb.py	Tue Nov 18 17:36:24 2014 -0800
@@ -166,7 +166,7 @@
                       'uncommitted changes\n'))
         output = cStringIO.StringIO()
         cmdutil.export(repo, [r], fp=output,
-                     opts=patch.diffopts(ui, opts))
+                     opts=patch.difffeatureopts(ui, opts, git=True))
         yield output.getvalue().split('\n')
 def _getbundle(repo, dest, **opts):
     """return a bundle containing changesets missing in "dest"