##// END OF EJS Templates
workingctx: inherit from basectx instead of changectx
Sean Farley -
r19571:103edf3e default
parent child Browse files
Show More
@@ -810,7 +810,7 b' class filectx(object):'
810 self._copycache[sc2] = copies.pathcopies(c2)
810 self._copycache[sc2] = copies.pathcopies(c2)
811 return self._copycache[sc2]
811 return self._copycache[sc2]
812
812
813 class workingctx(changectx):
813 class workingctx(basectx):
814 """A workingctx object makes access to data related to
814 """A workingctx object makes access to data related to
815 the current working directory convenient.
815 the current working directory convenient.
816 date - any valid date string or (unixtime, offset), or None.
816 date - any valid date string or (unixtime, offset), or None.
General Comments 0
You need to be logged in to leave comments. Login now