Submitter | phabricator |
---|---|
Date | Feb. 24, 2018, 10:43 a.m. |
Message ID | <128d636c0ff996a91720dd785577d6d3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28312/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1265,7 +1265,7 @@ if user: ph.setuser(user) if date: - ph.setdate('%s %s' % date) + ph.setdate('%d %d' % date) ph.setparent(hex(nctx.p1().node())) msg = nctx.description().strip() if msg == defaultmsg.strip():