diff -r eeecf29cc397 -r a074eeeabe32 hgext/patchbomb.py --- 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"