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)