Submitter | phabricator |
---|---|
Date | Dec. 7, 2017, 9:23 p.m. |
Message ID | <a6f79e3f14c4c3218870ba4245c13d89@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26016/ |
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 @@ -2046,7 +2046,7 @@ return self._wrappedctx[path].data() else: raise error.ProgrammingError("No such file or directory: %s" % - self._path) + path) else: return self._wrappedctx[path].data()