comparison mercurial/localrepo.py @ 3223:53e843840349

Whitespace/Tab cleanup
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 01 Oct 2006 19:26:33 +0200
parents ff15ba23c1cf
children a184cd0c2db9
comparison
equal deleted inserted replaced
3222:a5603ad915c5 3223:53e843840349
1758 os.path.join(p, "undo.dirstate")) 1758 os.path.join(p, "undo.dirstate"))
1759 return a 1759 return a
1760 1760
1761 def instance(ui, path, create): 1761 def instance(ui, path, create):
1762 return localrepository(ui, util.drop_scheme('file', path), create) 1762 return localrepository(ui, util.drop_scheme('file', path), create)
1763 1763
1764 def islocal(path): 1764 def islocal(path):
1765 return True 1765 return True