diff mercurial/util.py @ 2883:c2932ad5476a

move commands.addremove_lock to cmdutil.addremove
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 13 Aug 2006 16:57:45 -0700
parents 71e78f2ca5ae
children 3d5547845158
line wrap: on
line diff
--- a/mercurial/util.py	Sun Aug 13 16:11:22 2006 -0700
+++ b/mercurial/util.py	Sun Aug 13 16:57:45 2006 -0700
@@ -995,3 +995,4 @@
         if path.startswith('//'):
             path = path[2:]
     return path
+