mercurial/HGWorkingCopy.st
changeset 57 47b14a8b7eb8
parent 54 66045198bfbc
child 61 fd129d0c603e
--- a/mercurial/HGWorkingCopy.st	Thu Nov 15 10:26:08 2012 +0000
+++ b/mercurial/HGWorkingCopy.st	Thu Nov 15 10:26:14 2012 +0000
@@ -35,6 +35,12 @@
     "Created: / 17-10-2012 / 13:53:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+repository
+    ^repository
+
+    "Created: / 15-11-2012 / 09:48:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 root
     ^ root
 ! !
@@ -95,5 +101,5 @@
 !
 
 version_SVN
-    ^ '$Id::                                                                                                                        $'
+    ^ '§Id::                                                                                                                        §'
 ! !