tests/test-push-checkheads-unpushed-D3.t
changeset 46120 9261f6c1d39b
parent 45923 122f0b59f5f0
equal deleted inserted replaced
46119:db5dddb38f5b 46120:9261f6c1d39b
    91   $ hg push --rev 'desc(A1)'
    91   $ hg push --rev 'desc(A1)'
    92   pushing to $TESTTMP/D3/server
    92   pushing to $TESTTMP/D3/server
    93   searching for changes
    93   searching for changes
    94   abort: push creates new remote head f6082bc4ffef
    94   abort: push creates new remote head f6082bc4ffef
    95   (merge or see 'hg help push' for details about pushing new heads)
    95   (merge or see 'hg help push' for details about pushing new heads)
    96   [255]
    96   [20]
    97   $ hg push --rev 'desc(B1)'
    97   $ hg push --rev 'desc(B1)'
    98   pushing to $TESTTMP/D3/server
    98   pushing to $TESTTMP/D3/server
    99   searching for changes
    99   searching for changes
   100   abort: push creates new remote head 25c56d33e4c4
   100   abort: push creates new remote head 25c56d33e4c4
   101   (merge or see 'hg help push' for details about pushing new heads)
   101   (merge or see 'hg help push' for details about pushing new heads)
   102   [255]
   102   [20]
   103 
   103 
   104 Extra testing
   104 Extra testing
   105 -------------
   105 -------------
   106 
   106 
   107 In this case, even a bare push is creating more heads
   107 In this case, even a bare push is creating more heads
   109   $ hg push
   109   $ hg push
   110   pushing to $TESTTMP/D3/server
   110   pushing to $TESTTMP/D3/server
   111   searching for changes
   111   searching for changes
   112   abort: push creates new remote head 25c56d33e4c4
   112   abort: push creates new remote head 25c56d33e4c4
   113   (merge or see 'hg help push' for details about pushing new heads)
   113   (merge or see 'hg help push' for details about pushing new heads)
   114   [255]
   114   [20]
   115 
   115 
   116   $ cd ../..
   116   $ cd ../..