mercurial/HGWorkingCopy.st
changeset 136 2d1512dde043
parent 123 ee1cc926f489
child 146 1015b8f6dc1c
--- a/mercurial/HGWorkingCopy.st	Wed Dec 05 19:05:06 2012 +0000
+++ b/mercurial/HGWorkingCopy.st	Wed Dec 05 20:10:07 2012 +0000
@@ -65,6 +65,15 @@
     "Created: / 17-10-2012 / 13:53:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+pathName
+    "Return a path to the root directory of the receiver as *String*
+     Use #root to get the root working copy file"
+
+    ^repository pathName
+
+    "Created: / 05-12-2012 / 19:25:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 repository
     ^repository