changeset 37267 | de4849b67fe0 |
parent 37218 | 97ab6f2dc3c3 |
child 37354 | a6014392837e |
--- a/mercurial/context.py Mon Apr 02 08:43:08 2018 -0700 +++ b/mercurial/context.py Mon Apr 02 09:18:01 2018 -0700 @@ -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)