Submitter | phabricator |
---|---|
Date | April 2, 2018, 5:15 p.m. |
Message ID | <differential-rev-PHID-DREV-uvbfk7encbufdk6voo4c-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30135/ |
State | Superseded |
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)