Mercurial > hg
changeset 45099:de1d3f4246e9
merge with stable
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 15 Jul 2020 10:34:59 -0400 |
parents | 20a65e397943 (current diff) e699cebc3ae9 (diff) |
children | d50d922ca02b |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/monotone.py Mon Jul 06 15:31:53 2020 +0530 +++ b/hgext/convert/monotone.py Wed Jul 15 10:34:59 2020 -0400 @@ -337,7 +337,7 @@ extra = {} certs = self.mtngetcerts(rev) if certs.get(b'suspend') == certs[b"branch"]: - extra[b'close'] = 1 + extra[b'close'] = b'1' dateformat = b"%Y-%m-%dT%H:%M:%S" return common.commit( author=certs[b"author"],