tests/test-rebase-pull
changeset 8241 dd1b47e17d7e
parent 8168 8766fee6f225
child 8243 cb08c3765a02
--- a/tests/test-rebase-pull	Tue Apr 28 23:43:58 2009 +0200
+++ b/tests/test-rebase-pull	Wed Apr 29 11:39:49 2009 +0200
@@ -53,6 +53,10 @@
 hg glog --template '{rev}\n' -l 1
 
 echo
+echo "% pull --rebase --update should ignore --update"
+hg pull --rebase --update 2>&1 | sed 's/\(pulling from \).*/\1/'
+
+echo
 echo "% pull --rebase doesn't update if nothing has been pulled"
 hg up 1
 hg pull --rebase 2>&1 | sed 's/\(pulling from \).*/\1/'