hgbook

annotate en/examples/results/mq.tarball.repush.out @ 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN mq.tarball.repush -->
bos@564 2 <screen><prompt>$</prompt> <userinput>cd ../netplug</userinput>
bos@564 3 <prompt>$</prompt> <userinput>hg pull ../netplug-1.2.8</userinput>
bos@144 4 pulling from ../netplug-1.2.8
bos@144 5 searching for changes
bos@144 6 adding changesets
bos@144 7 adding manifests
bos@144 8 adding file changes
bos@144 9 added 1 changesets with 12 changes to 12 files
bos@144 10 (run 'hg update' to get a working copy)
bos@564 11 <prompt>$</prompt> <userinput>hg qpush -a</userinput>
hg@297 12 (working directory not at tip)
bos@144 13 applying build-fix.patch
bos@548 14 now at: build-fix.patch
bos@564 15 </screen>
bos@611 16 <!-- END mq.tarball.repush -->