tests/test-obsolete-checkheads.t
changeset 46119 9261f6c1d39b
parent 45908 122f0b59f5f0
equal deleted inserted replaced
46118:db5dddb38f5b 46119:9261f6c1d39b
    95   $ hg push
    95   $ hg push
    96   pushing to $TESTTMP/remote
    96   pushing to $TESTTMP/remote
    97   searching for changes
    97   searching for changes
    98   abort: push creates new remote head 71e3228bffe1
    98   abort: push creates new remote head 71e3228bffe1
    99   (merge or see 'hg help push' for details about pushing new heads)
    99   (merge or see 'hg help push' for details about pushing new heads)
   100   [255]
   100   [20]
   101 
   101 
   102 old head is now public (public remote version)
   102 old head is now public (public remote version)
   103 ==============================================
   103 ==============================================
   104 
   104 
   105 TODO: Not implemented yet.
   105 TODO: Not implemented yet.
   155   $ hg push -r 'desc("other")'
   155   $ hg push -r 'desc("other")'
   156   pushing to $TESTTMP/remote
   156   pushing to $TESTTMP/remote
   157   searching for changes
   157   searching for changes
   158   abort: push creates new remote head d7d41ccbd4de
   158   abort: push creates new remote head d7d41ccbd4de
   159   (merge or see 'hg help push' for details about pushing new heads)
   159   (merge or see 'hg help push' for details about pushing new heads)
   160   [255]
   160   [20]
   161 
   161 
   162 
   162 
   163 
   163 
   164 Both precursors and successors are already know remotely. Descendant adds heads
   164 Both precursors and successors are already know remotely. Descendant adds heads
   165 ===============================================================================
   165 ===============================================================================
   267   pushing to $TESTTMP/remote
   267   pushing to $TESTTMP/remote
   268   searching for changes
   268   searching for changes
   269   remote has heads on branch 'default' that are not known locally: c70b08862e08
   269   remote has heads on branch 'default' that are not known locally: c70b08862e08
   270   abort: push creates new remote head 71e3228bffe1
   270   abort: push creates new remote head 71e3228bffe1
   271   (pull and merge or see 'hg help push' for details about pushing new heads)
   271   (pull and merge or see 'hg help push' for details about pushing new heads)
   272   [255]
   272   [20]
   273 
   273 
   274 Pulling the missing data makes it work
   274 Pulling the missing data makes it work
   275 
   275 
   276   $ hg pull
   276   $ hg pull
   277   pulling from $TESTTMP/remote
   277   pulling from $TESTTMP/remote
   317   $ hg push
   317   $ hg push
   318   pushing to $TESTTMP/remote
   318   pushing to $TESTTMP/remote
   319   searching for changes
   319   searching for changes
   320   abort: push creates new remote head 350a93b716be
   320   abort: push creates new remote head 350a93b716be
   321   (merge or see 'hg help push' for details about pushing new heads)
   321   (merge or see 'hg help push' for details about pushing new heads)
   322   [255]
   322   [20]