Submitter | phabricator |
---|---|
Date | April 2, 2018, 6:48 p.m. |
Message ID | <2729880176574b3371a59717b2b546f6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30141/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -411,9 +411,6 @@ """changeid is a revision number, node, or tag""" super(changectx, self).__init__(repo) - if changeid == '': - changeid = '.' - try: if isinstance(changeid, int): self._node = repo.changelog.node(changeid)