diff mercurial/util.py @ 2882: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
+++ b/mercurial/util.py
@@ -995,3 +995,4 @@ def drop_scheme(scheme, path):
         if path.startswith('//'):
             path = path[2:]
     return path
+