[PATCH 1 of 3] tests: clarify patchbomb repo is public not remote

timeless at gcc2-power8.osuosl.org timeless at gcc2-power8.osuosl.org
Thu Apr 14 15:26:26 UTC 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1460644612 0
#      Thu Apr 14 14:36:52 2016 +0000
# Node ID d6cc7d6123d276bf5651509ff724cbd2bed06df3
# Parent  8d398155bfda3a98e664af74096f0e405cc7dd09
# EXP-Topic patchbomb
# Available At bb://timeless/mercurial-crew
#              hg pull bb://timeless/mercurial-crew -r d6cc7d6123d2
tests: clarify patchbomb repo is public not remote

diff -r 8d398155bfda -r d6cc7d6123d2 tests/test-patchbomb.t
--- a/tests/test-patchbomb.t	Mon Feb 29 22:58:15 2016 +0900
+++ b/tests/test-patchbomb.t	Thu Apr 14 14:36:52 2016 +0000
@@ -2877,7 +2877,7 @@
   (use "hg push $TESTTMP/t2 -r 3b6f1ec9dde9")
   [1]
 
-remote missing
+public missing
 
   $ echo 'publicurl=$TESTTMP/missing' >> $HGRCPATH
   $ hg email --date '1980-1-1 0:1' -t foo -s test -r '10'
@@ -2885,7 +2885,7 @@
   abort: repository $TESTTMP/missing not found!
   [255]
 
-node missing at remote
+node missing at public
 
   $ hg clone -r '9' . ../t3
   adding changesets


More information about the Mercurial-devel mailing list