Skip to content
Snippets Groups Projects
Commit 2ee3a7b0 authored by Sean Farley's avatar Sean Farley
Browse files

memfilectx: remove __str__ since it is now inherited

parent da352312
No related branches found
No related tags found
No related merge requests found
......@@ -1607,8 +1607,6 @@
if copied:
self._copied = (copied, nullid)
def __str__(self):
return "%s@%s" % (self.path(), self._changectx)
def path(self):
return self._path
def data(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment