diff tests/test-pull @ 10886:38f2ef9c134b

localrepo: do not store URL password in undo.desc
author Patrick Mezard <pmezard@gmail.com>
date Mon, 12 Apr 2010 21:37:21 +0200
parents c52057614c72
children
line wrap: on
line diff
--- a/tests/test-pull	Sun Apr 11 20:59:55 2010 -0700
+++ b/tests/test-pull	Mon Apr 12 21:37:21 2010 +0200
@@ -11,13 +11,14 @@
 cat hg.pid >> $DAEMON_PIDS
 cd ..
 
-hg clone --pull http://localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/,"
+hg clone --pull http://foo:bar@localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/,"
 cd copy
 hg verify
 hg co
 cat foo
 hg manifest --debug
 hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/,"
+hg rollback --dry-run --verbose | sed -e "s,:$HGPORT/,:\$HGPORT/,"
 
 echo % issue 622
 cd ..