Skip to content
Snippets Groups Projects
Commit abc765fb authored by Augie Fackler's avatar Augie Fackler
Browse files

Test output format tweaks for test-outgoing.

parent ac36f1a0
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@
hg book -r 1 beta
hg outgoing
hg outgoing -r beta
hg outgoing -r master
hg outgoing | sed 's/bookmark: /tag: /' | grep -v 'searching for changes'
hg outgoing -r beta | sed 's/bookmark: /tag: /' | grep -v 'searching for changes'
hg outgoing -r master | sed 's/bookmark: /tag: /' | grep -v 'searching for changes'
cd ..
......@@ -88,9 +88,9 @@
hg outgoing
echo % let\'s pull and try again
hg pull
hg outgoing
hg outgoing -r beta
hg outgoing -r master
hg outgoing | sed 's/bookmark: /tag: /' | grep -v 'searching for changes'
hg outgoing -r beta | sed 's/bookmark: /tag: /' | grep -v 'searching for changes'
hg outgoing -r master | sed 's/bookmark: /tag: /' | grep -v 'searching for changes'
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment