comparison tests/test-dispatch @ 4654:e0e73ba37983

Fix dispatch error message when not in a repo
author Brendan Cully <brendan@kublai.com>
date Wed, 20 Jun 2007 20:13:31 -0700
parents 6fc26982f203
children 7a7d4937272b
comparison
equal deleted inserted replaced
4653:ca023b63ba1f 4654:e0e73ba37983
15 [defaults] 15 [defaults]
16 cat = -v 16 cat = -v
17 EOF 17 EOF
18 hg cat a 18 hg cat a
19 19
20 echo '% no repo'
21 cd ..
22 hg cat
23
24 exit 0
25