# HG changeset patch # User Bryan O'Sullivan # Date 1174973223 25200 # Node ID a342a44e5e66d254e5238b7f661819d114698116 # Parent 3fb7a784118116fb3616a6d0da16a0697c383bc7 Deal with new hg command output. diff -r 3fb7a7841181 -r a342a44e5e66 en/examples/tour.incoming.out --- a/en/examples/tour.incoming.out Mon Mar 26 22:24:39 2007 -0700 +++ b/en/examples/tour.incoming.out Mon Mar 26 22:27:03 2007 -0700 @@ -1,5 +1,6 @@ $ \textbf{cd hello-pull} $ \textbf{hg incoming ../my-hello} +comparing with ../my-hello searching for changes changeset: tag: tip diff -r 3fb7a7841181 -r a342a44e5e66 en/examples/tour.outgoing.net.out --- a/en/examples/tour.outgoing.net.out Mon Mar 26 22:24:39 2007 -0700 +++ b/en/examples/tour.outgoing.net.out Mon Mar 26 22:27:03 2007 -0700 @@ -1,4 +1,5 @@ $ \textbf{hg outgoing http://hg.serpentine.com/tutorial/hello} +comparing with http://hg.serpentine.com/tutorial/hello searching for changes changeset: tag: tip diff -r 3fb7a7841181 -r a342a44e5e66 en/examples/tour.outgoing.out --- a/en/examples/tour.outgoing.out Mon Mar 26 22:24:39 2007 -0700 +++ b/en/examples/tour.outgoing.out Mon Mar 26 22:27:03 2007 -0700 @@ -1,5 +1,6 @@ $ \textbf{cd my-hello} $ \textbf{hg outgoing ../hello-push} +comparing with ../hello-push searching for changes changeset: tag: tip