tests/test-up-local-change
changeset 2065 2ff37e3bf780
parent 1933 7544700fd931
child 2283 e506c14382fd
--- a/tests/test-up-local-change	Thu Apr 13 13:46:56 2006 -0700
+++ b/tests/test-up-local-change	Fri Apr 14 00:41:50 2006 +0200
@@ -55,3 +55,15 @@
 hg parents
 hg diff | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
               -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"
+
+# test a local add
+cd ..
+hg init a
+hg init b
+echo a > a/a
+echo a > b/a
+hg --cwd a commit -A -m a
+cd b
+hg add a 
+hg pull -u ../a
+hg st