comparison tests/test-mq-safety.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents 1e2625fe371b
children b00eda50ad2b
comparison
equal deleted inserted replaced
12639:236058a65cb4 12640:6cc4b14fb76b
37 37
38 $ hg qpop 38 $ hg qpop
39 abort: popping would remove a revision not managed by this patch queue 39 abort: popping would remove a revision not managed by this patch queue
40 [255] 40 [255]
41 $ hg qpop -n patches 41 $ hg qpop -n patches
42 using patch queue: */repo/.hg/patches (glob) 42 using patch queue: $TESTTMP/repo/.hg/patches
43 abort: popping would remove a revision not managed by this patch queue 43 abort: popping would remove a revision not managed by this patch queue
44 [255] 44 [255]
45 $ hg qrefresh 45 $ hg qrefresh
46 abort: working directory revision is not qtip 46 abort: working directory revision is not qtip
47 [255] 47 [255]