tests/test-obsolete-checkheads.t
changeset 29977 4ddb05751b12
parent 22955 fab9dda0f2a3
child 29983 40ffa8bff73a
equal deleted inserted replaced
29976:392edab93b8a 29977:4ddb05751b12
    91 
    91 
    92   $ hg push
    92   $ hg push
    93   pushing to $TESTTMP/remote (glob)
    93   pushing to $TESTTMP/remote (glob)
    94   searching for changes
    94   searching for changes
    95   abort: push creates new remote head 71e3228bffe1!
    95   abort: push creates new remote head 71e3228bffe1!
    96   (merge or see "hg help push" for details about pushing new heads)
    96   (merge or see 'hg help push' for details about pushing new heads)
    97   [255]
    97   [255]
    98 
    98 
    99 old head is now public (public remote version)
    99 old head is now public (public remote version)
   100 ==============================================
   100 ==============================================
   101 
   101 
   151 
   151 
   152   $ hg push -r 'desc("other")'
   152   $ hg push -r 'desc("other")'
   153   pushing to $TESTTMP/remote (glob)
   153   pushing to $TESTTMP/remote (glob)
   154   searching for changes
   154   searching for changes
   155   abort: push creates new remote head d7d41ccbd4de!
   155   abort: push creates new remote head d7d41ccbd4de!
   156   (merge or see "hg help push" for details about pushing new heads)
   156   (merge or see 'hg help push' for details about pushing new heads)
   157   [255]
   157   [255]
   158 
   158 
   159 
   159 
   160 
   160 
   161 Both precursors and successors are already know remotely. Descendant adds heads
   161 Both precursors and successors are already know remotely. Descendant adds heads