comparison tests/test-purge @ 4691:ca4971347e0a

purge: don't delete ignored files if --all is not specified
author Emanuele Aina <em@nerd.ocracy.org>
date Wed, 06 Jun 2007 22:17:35 +0200
parents a73cf208b2a0
children
comparison
equal deleted inserted replaced
4690:ecea4de3104e 4691:ca4971347e0a
67 cd .. 67 cd ..
68 ls 68 ls
69 ls directory/untracked_file 69 ls directory/untracked_file
70 rm directory/untracked_file 70 rm directory/untracked_file
71 71
72 echo % delete ignored files 72 echo % skip ignored files if --all not specified
73 touch ignored 73 touch ignored
74 hg purge -p 74 hg purge -p
75 hg purge -v 75 hg purge -v
76 ls
77 hg purge -p --all
78 hg purge -v --all
76 ls 79 ls
77 80
78 echo % abort with missing files until we support name mangling filesystems 81 echo % abort with missing files until we support name mangling filesystems
79 touch untracked_file 82 touch untracked_file
80 rm r1 83 rm r1