Submitter | timeless@mozdev.org |
---|---|
Date | Dec. 31, 2015, 6:47 a.m. |
Message ID | <f157383b6e9967a6c4a4.1451544438@waste.org> |
Download | mbox | patch |
Permalink | /patch/12443/ |
State | Changes Requested |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
Patch
diff --git a/mercurial/patch.py b/mercurial/patch.py --- a/mercurial/patch.py +++ b/mercurial/patch.py @@ -249,6 +249,7 @@ for line in payload[:m.start(0)].splitlines(): if line.startswith('# HG changeset patch') and not hgpatch: ui.debug('patch generated by hg export\n') + data['hgpatch'] = 'True' hgpatch = True hgpatchheader = True # drop earlier commit message content