tests/test-push-warn.t
changeset 20050 877e05b46509
parent 19936 8179eb28983b
child 20051 b988b3b19303
equal deleted inserted replaced
20049:8cebb59ee4e2 20050:877e05b46509
   365   $ echo 16 > foo
   365   $ echo 16 > foo
   366   $ hg -q ci -m 16
   366   $ hg -q ci -m 16
   367   $ hg push --branch f --new-branch ../f
   367   $ hg push --branch f --new-branch ../f
   368   pushing to ../f
   368   pushing to ../f
   369   searching for changes
   369   searching for changes
   370   abort: push creates multiple headed new branch 'f'
   370   abort: push creates new branch 'f' with multiple heads
   371   (merge or see "hg help push" for details about pushing new heads)
   371   (merge or see "hg help push" for details about pushing new heads)
   372   [255]
   372   [255]
   373   $ hg push --branch f --new-branch --force ../f
   373   $ hg push --branch f --new-branch --force ../f
   374   pushing to ../f
   374   pushing to ../f
   375   searching for changes
   375   searching for changes