comparison tests/test-bookmarks-rebase.t @ 12376:97ffc68f71d3

tests: add glob matching for unified tests This adds a " (glob)" marker that works like a simpler version of (re): "*" is converted to ".*", and "?" is converted to ".". Both special characters can be escaped using "\", and the backslash itself can be escaped as well. Other glob-style syntax, like "**", "[chars]", or "[!chars]", isn't supported.
author Brodie Rao <brodie@bitheap.org>
date Wed, 22 Sep 2010 16:06:02 -0500
parents 02990e22150b
children 6cc4b14fb76b
comparison
equal deleted inserted replaced
12375:02990e22150b 12376:97ffc68f71d3
35 one 1:925d80f479bb 35 one 1:925d80f479bb
36 36
37 rebase 37 rebase
38 38
39 $ hg rebase -s two -d one 39 $ hg rebase -s two -d one
40 saved backup bundle to .* (re) 40 saved backup bundle to * (glob)
41 41
42 $ hg log 42 $ hg log
43 changeset: 3:9163974d1cb5 43 changeset: 3:9163974d1cb5
44 tag: one 44 tag: one
45 tag: tip 45 tag: tip