memfilectx: remove path since it is now inherited
authorSean Farley <sean.michael.farley@gmail.com>
Thu, 15 Aug 2013 15:47:15 -0500
changeset 21692 5b2a2bea8cb6
parent 21691 2ee3a7b0846a
child 21693 9c35f3a8cac4
memfilectx: remove path since it is now inherited
mercurial/context.py
--- a/mercurial/context.py	Thu Aug 15 15:46:32 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:47:15 2013 -0500
@@ -1607,8 +1607,6 @@
         if copied:
             self._copied = (copied, nullid)
 
-    def path(self):
-        return self._path
     def data(self):
         return self._data
     def flags(self):