comparison tests/test-globalopts @ 2334:737deea2442c

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 21 May 2006 23:39:25 -0700
parents 04a18aaaca25
children
comparison
equal deleted inserted replaced
2333:de0c05afa511 2334:737deea2442c
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