tests/test-backwards-remove
author mark.williamson@cl.cam.ac.uk
Sun, 10 Jul 2005 16:01:11 -0800
changeset 667 31a9aa890016
parent 383 4862a134e2c2
child 749 7e4843b7efd2
permissions -rwxr-xr-x
A number of minor fixes to problems that pychecker found. # HG changeset patch # User mark.williamson@cl.cam.ac.uk # Node ID 55d38977b7f2e73b8c1090179928ac96c8922b90 # Parent b3bba126b04ab2f24274a1bcf5a224c6317c8e0d A number of minor fixes to problems that pychecker found.

#!/bin/sh -x
hg init
echo This is file a1 > a
hg add a
hg commit -t "commit #0" -d "0 0" -u user
ls
echo This is file b1 > b
hg add b
hg commit -t "commit #1" -d "0 0" -u user
hg co 0
# B should disappear
ls