tests/test-remove.t
changeset 12365 22f3353bcc36
parent 12130 48735ce02345
child 15115 c84b3f42d5ae
equal deleted inserted replaced
12364:e128fa4615f2 12365:22f3353bcc36
     1   $ remove() {
     1   $ remove() {
     2   >     hg rm $@
     2   >     hg rm $@
     3   >     echo "exit code: $?"
     3   >     echo "exit code: $?" # no-check-code
     4   >     hg st
     4   >     hg st
     5   >     # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5
     5   >     # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5
     6   >     find . -name .hg -prune -o -type f -print | sort
     6   >     find . -name .hg -prune -o -type f -print | sort
     7   >     hg up -C
     7   >     hg up -C
     8   > }
     8   > }