Submitter | phabricator |
---|---|
Date | April 6, 2018, 6:50 p.m. |
Message ID | <60b709e3d36fcfe1c15796d45735ce92@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30453/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/convert/hg.py b/hgext/convert/hg.py --- a/hgext/convert/hg.py +++ b/hgext/convert/hg.py @@ -364,10 +364,8 @@ def puttags(self, tags): try: - parentctx = self.repo[self.tagsbranch] - tagparent = parentctx.node() + tagparent = self.repo[self.tagsbranch].node() except error.RepoError: - parentctx = None tagparent = nodemod.nullid oldlines = set()