##// END OF EJS Templates
purge: abort with missing files avoiding problems with name-mangling fs...
purge: abort with missing files avoiding problems with name-mangling fs In a name mangling filesystem (e.g. a case insensitive one) dirstate.walk() can yield filenames different from the ones stored in the dirstate. This already confuses the status and add commands, but with purge this may cause data loss. To prevent this purge refuses to work if there are missing files and has a 'force' option if the user knows it is safe. Even with the force option purge checks if any of the missing files is still available in the working dir: if so there may be some problem with the underlying filesystem, so it unconditionally aborts.
Emanuele Aina -
r4310:c8919eb0 default
Show More
Name Size Modified Last Commit Author
/ contrib
git-viz
hgsh
macosx
purge
vim
win32
bash_completion Loading ...
buildrpm Loading ...
churn.py Loading ...
convert-repo Loading ...
darcs2hg.py Loading ...
favicon.ico Loading ...
hg-relink Loading ...
hg-ssh Loading ...
hgdiff Loading ...
hgk Loading ...
mercurial.el Loading ...
mercurial.spec Loading ...
mq.el Loading ...
rewrite-log Loading ...
sample.hgrc Loading ...
tcsh_completion Loading ...
tcsh_completion_build.sh Loading ...
zsh_completion Loading ...