mercurial/localrepo.py
changeset 3215 53e843840349
parent 3197 ff15ba23c1cf
child 3241 a184cd0c2db9
equal deleted inserted replaced
3214:a5603ad915c5 3215: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