##// END OF EJS Templates
tests: clarify patchbomb repo is public not remote
timeless -
r28906:ac1bb8ca default
parent child Browse files
Show More
@@ -2877,7 +2877,7 b' basic version'
2877 (use "hg push $TESTTMP/t2 -r 3b6f1ec9dde9")
2877 (use "hg push $TESTTMP/t2 -r 3b6f1ec9dde9")
2878 [1]
2878 [1]
2879
2879
2880 remote missing
2880 public missing
2881
2881
2882 $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH
2882 $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH
2883 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10'
2883 $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10'
@@ -2885,7 +2885,7 b' remote missing'
2885 abort: repository $TESTTMP/missing not found!
2885 abort: repository $TESTTMP/missing not found!
2886 [255]
2886 [255]
2887
2887
2888 node missing at remote
2888 node missing at public
2889
2889
2890 $ hg clone -r '9' . ../t3
2890 $ hg clone -r '9' . ../t3
2891 adding changesets
2891 adding changesets
General Comments 0
You need to be logged in to leave comments. Login now