Skip to content
Snippets Groups Projects
Commit 96c74ae7 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

test-extra.t: fix for Mercurial 3.3+

parent d40de32e
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
$ fn_hg_commit -mc $ fn_hg_commit -mc
Rebase will add a rebase_source Rebase will add a rebase_source
$ hg --config extensions.rebase= rebase -s 1 -d 2 (The 'rebasing' is extra output in Mercurial 3.3+)
$ hg --config extensions.rebase= rebase -s 1 -d 2 | grep -v '^rebasing '
saved backup bundle to $TESTTMP/*.hg (glob) saved backup bundle to $TESTTMP/*.hg (glob)
$ hg up 2 $ hg up 2
1 files updated, 0 files merged, 1 files removed, 0 files unresolved 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
......
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