Mercurial > hg
comparison tests/test-globalopts @ 2319:04a18aaaca25
test-globalopts: make sed expression better.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Thu, 18 May 2006 23:02:24 -0700 |
parents | 3dc6f2501dbc |
children | 049f930f18c1 |
comparison
equal
deleted
inserted
replaced
2318:94d628499235 | 2319:04a18aaaca25 |
---|---|
60 | 60 |
61 echo %% --time | 61 echo %% --time |
62 hg --cwd a --time tip 2>&1 | grep '^Time:' | sed 's/[0-9][0-9]*/x/g' | 62 hg --cwd a --time tip 2>&1 | grep '^Time:' | sed 's/[0-9][0-9]*/x/g' |
63 | 63 |
64 echo %% --version | 64 echo %% --version |
65 hg --version -q | sed 's/version [a-f0-9+]*/version xxx/' | 65 hg --version -q | sed 's/version \([a-f0-9+]*\|unknown\)/version xxx/' |
66 | 66 |
67 echo %% -h/--help | 67 echo %% -h/--help |
68 hg -h | 68 hg -h |
69 hg --help | 69 hg --help |
70 | 70 |