Submitter | David Soria Parra |
---|---|
Date | Dec. 7, 2016, 8:52 p.m. |
Message ID | <ade3103f5cf939007ca7.1481143950@devbig415.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/17855/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/convert/p4.py b/hgext/convert/p4.py --- a/hgext/convert/p4.py +++ b/hgext/convert/p4.py @@ -151,7 +151,7 @@ c = common.commit(author=self.recode(d["user"]), date=util.datestr(date, '%Y-%m-%d %H:%M:%S %1%2'), parents=parents, desc=desc, branch=None, - extra={"p4": change}) + extra={"p4": change, "convert_revision": change}) files = [] copies = {}