Mercurial > public > mercurial-scm > hg
diff hgext/purge.py @ 4516:96d8a56d4ef9
Removed trailing whitespace and tabs from python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 06 Jun 2007 20:22:52 +0200 |
parents | a73cf208b2a0 |
children | ca4971347e0a |
line wrap: on
line diff
--- a/hgext/purge.py Wed Jun 06 20:17:03 2007 +0200 +++ b/hgext/purge.py Wed Jun 06 20:22:52 2007 +0200 @@ -83,12 +83,12 @@ 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, _check_missing will abort if there are missing - files. The force option will let the user skip the check if he + files. The force option will let the user skip the check if he knows it is safe. - - Even with the force option this function will check if any of the + + Even with the force option this function will check 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 aborts unconditionally."""