tests/test-addremove
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Sun, 13 Aug 2006 18:35:24 +0300
changeset 2877 982c3237c63d
parent 1933 7544700fd931
child 2958 ff3ea21a981a
permissions -rwxr-xr-x
Make clear that hg pull -r REV pulls "up to" a revision. The existing message was a bit confusing, making the reader believe that only the specific revision is pulled.

#!/bin/sh

hg init rep
cd rep
mkdir dir
touch foo dir/bar
hg -v addremove
hg -v commit -m "add 1" -d "1000000 0"
cd dir/
touch ../foo_2 bar_2
hg -v addremove
hg -v commit -m "add 2" -d "1000000 0"