##// END OF EJS Templates
tests: mq-safety: use regular expression instead of sed
Nicolas Dumazet -
r12108:a57e0762 default
parent child Browse files
Show More
@@ -36,8 +36,8 b' qpop/qrefresh on the wrong revision'
36 36
37 37 $ hg qpop
38 38 abort: popping would remove a revision not managed by this patch queue
39 $ hg qpop -n patches 2>&1 | sed -e 's/\(using patch queue:\).*/\1/'
40 using patch queue:
39 $ hg qpop -n patches
40 using patch queue: .*/repo/.hg/patches
41 41 abort: popping would remove a revision not managed by this patch queue
42 42 $ hg qrefresh
43 43 abort: working directory revision is not qtip
General Comments 0
You need to be logged in to leave comments. Login now