comparison tests/test-pull @ 4912:c4dd58af0fc8

issue 622: pull/unbundle -u updates to default branch if repo was empty
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Jul 2007 18:01:20 -0700
parents ad3d5b4367cb
children e3a0c092b4e2
comparison
equal deleted inserted replaced
4911:fc502517d68d 4912:c4dd58af0fc8
16 hg verify 16 hg verify
17 hg co 17 hg co
18 cat foo 18 cat foo
19 hg manifest --debug 19 hg manifest --debug
20 hg pull 20 hg pull
21
22 echo % issue 622
23 cd ..
24 hg init empty
25 cd empty
26 hg pull -u ../test