equal
deleted
inserted
replaced
9 hg verify |
9 hg verify |
10 hg serve -p $HGPORT -d --pid-file=hg.pid |
10 hg serve -p $HGPORT -d --pid-file=hg.pid |
11 cat hg.pid >> $DAEMON_PIDS |
11 cat hg.pid >> $DAEMON_PIDS |
12 cd .. |
12 cd .. |
13 |
13 |
14 hg clone --pull http://localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/," |
14 hg clone --pull http://foo:bar@localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/," |
15 cd copy |
15 cd copy |
16 hg verify |
16 hg verify |
17 hg co |
17 hg co |
18 cat foo |
18 cat foo |
19 hg manifest --debug |
19 hg manifest --debug |
20 hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/," |
20 hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/," |
|
21 hg rollback --dry-run --verbose | sed -e "s,:$HGPORT/,:\$HGPORT/," |
21 |
22 |
22 echo % issue 622 |
23 echo % issue 622 |
23 cd .. |
24 cd .. |
24 hg init empty |
25 hg init empty |
25 cd empty |
26 cd empty |