diff mercurial/util.py @ 2953:3d5547845158

fix issue 322. do not allow to add files that shadow files or directories already in dirstate.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 18 Aug 2006 21:03:29 -0700
parents c2932ad5476a
children 494521a3f142
line wrap: on
line diff
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -995,4 +995,3 @@ def drop_scheme(scheme, path):
         if path.startswith('//'):
             path = path[2:]
     return path
-