diff mercurial/util.py @ 2954:51ba31494c69

merge.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 18 Aug 2006 21:04:10 -0700
parents 3d5547845158
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
-