paths: remove deleted path from remotenames

This commit is contained in:
Sean Farley 2015-03-13 17:51:29 -07:00
parent 83f7bb590e
commit e1e42f31c3

View File

@ -220,6 +220,8 @@ def expaths(orig, ui, repo, *args, **opts):
if not (foundpaths and line.strip().startswith(delete)):
f.write(line)
f.close()
saveremotenames(repo, delete)
writedistance(repo)
return
if add: