hgbook

changeset 163:a342a44e5e66

Deal with new hg command output.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 26 22:27:03 2007 -0700 (2007-03-26)
parents 3fb7a7841181
children 8f4c9ae918af
files en/examples/tour.incoming.out en/examples/tour.outgoing.net.out en/examples/tour.outgoing.out
line diff
     1.1 --- a/en/examples/tour.incoming.out	Mon Mar 26 22:24:39 2007 -0700
     1.2 +++ b/en/examples/tour.incoming.out	Mon Mar 26 22:27:03 2007 -0700
     1.3 @@ -1,5 +1,6 @@
     1.4  $ \textbf{cd hello-pull}
     1.5  $ \textbf{hg incoming ../my-hello}
     1.6 +comparing with ../my-hello
     1.7  searching for changes
     1.8  changeset:   
     1.9  tag:         tip
     2.1 --- a/en/examples/tour.outgoing.net.out	Mon Mar 26 22:24:39 2007 -0700
     2.2 +++ b/en/examples/tour.outgoing.net.out	Mon Mar 26 22:27:03 2007 -0700
     2.3 @@ -1,4 +1,5 @@
     2.4  $ \textbf{hg outgoing http://hg.serpentine.com/tutorial/hello}
     2.5 +comparing with http://hg.serpentine.com/tutorial/hello
     2.6  searching for changes
     2.7  changeset:   
     2.8  tag:         tip
     3.1 --- a/en/examples/tour.outgoing.out	Mon Mar 26 22:24:39 2007 -0700
     3.2 +++ b/en/examples/tour.outgoing.out	Mon Mar 26 22:27:03 2007 -0700
     3.3 @@ -1,5 +1,6 @@
     3.4  $ \textbf{cd my-hello}
     3.5  $ \textbf{hg outgoing ../hello-push}
     3.6 +comparing with ../hello-push
     3.7  searching for changes
     3.8  changeset:   
     3.9  tag:         tip