tests/test-topic-tutorial.t
branchmercurial-3.9
changeset 2319 ee321b87c548
parent 2261 3e339f6717c7
equal deleted inserted replaced
2318:523855eb28c1 2319:ee321b87c548
   422 
   422 
   423   $ hg push --rev drinks
   423   $ hg push --rev drinks
   424   pushing to $TESTTMP/server (glob)
   424   pushing to $TESTTMP/server (glob)
   425   searching for changes
   425   searching for changes
   426   abort: push creates new remote head 70dfa201ed73!
   426   abort: push creates new remote head 70dfa201ed73!
   427   (merge or see 'hg help push' for details about pushing new heads)
   427   (merge or see "hg help push" for details about pushing new heads)
   428   [255]
   428   [255]
   429 
   429 
   430 
   430 
   431 Even after a rebase Pushing all active topics at the same time will complains about the multiple heads it would create on that branch::
   431 Even after a rebase Pushing all active topics at the same time will complains about the multiple heads it would create on that branch::
   432 
   432 
   438   switching to topic tools
   438   switching to topic tools
   439   $ hg push
   439   $ hg push
   440   pushing to $TESTTMP/server (glob)
   440   pushing to $TESTTMP/server (glob)
   441   searching for changes
   441   searching for changes
   442   abort: push creates new remote head 4cd7c1591a67!
   442   abort: push creates new remote head 4cd7c1591a67!
   443   (merge or see 'hg help push' for details about pushing new heads)
   443   (merge or see "hg help push" for details about pushing new heads)
   444   [255]
   444   [255]
   445 
   445 
   446 Publishing only one of them is allowed (as long as it does not create a new branch head has we just saw in the previous case)::
   446 Publishing only one of them is allowed (as long as it does not create a new branch head has we just saw in the previous case)::
   447 
   447 
   448   $ hg push -r drinks
   448   $ hg push -r drinks