Mercurial > hg
comparison tests/test-globalopts @ 2843:0b9ac7dfcf56
Fix some tests for portability.
author | Danek Duvall <danek.duvall@sun.com> |
---|---|
date | Wed, 09 Aug 2006 12:05:40 -0700 |
parents | 049f930f18c1 |
children | 46280c004f22 |
comparison
equal
deleted
inserted
replaced
2830:49988d9f0758 | 2843:0b9ac7dfcf56 |
---|---|
43 echo %% -v/--verbose | 43 echo %% -v/--verbose |
44 hg --cwd c head -v | 44 hg --cwd c head -v |
45 hg --cwd b tip --verbose | 45 hg --cwd b tip --verbose |
46 | 46 |
47 echo %% --config | 47 echo %% --config |
48 hg --cwd c --config paths.quuxfoo=bar paths | grep -q quuxfoo && echo quuxfoo | 48 hg --cwd c --config paths.quuxfoo=bar paths | grep quuxfoo > /dev/null && echo quuxfoo |
49 hg --cwd c --config '' tip -q | 49 hg --cwd c --config '' tip -q |
50 hg --cwd c --config a.b tip -q | 50 hg --cwd c --config a.b tip -q |
51 hg --cwd c --config a tip -q | 51 hg --cwd c --config a tip -q |
52 hg --cwd c --config a.= tip -q | 52 hg --cwd c --config a.= tip -q |
53 hg --cwd c --config .b= tip -q | 53 hg --cwd c --config .b= tip -q |