mercurial/localrepo.py
changeset 3241 a184cd0c2db9
parent 3223 53e843840349
parent 3218 8d4855fd9d7b
child 3292 764688cf51e5
--- a/mercurial/localrepo.py	Tue Oct 03 11:54:11 2006 +0200
+++ b/mercurial/localrepo.py	Tue Oct 03 12:14:33 2006 -0700
@@ -321,6 +321,9 @@
     def changectx(self, changeid=None):
         return context.changectx(self, changeid)
 
+    def workingctx(self):
+        return context.workingctx(self)
+
     def parents(self, changeid=None):
         '''
         get list of changectxs for parents of changeid or working directory