tests/test-split.t
changeset 35709 1a09dad8b85a
parent 35508 9b3f95d9783d
child 36645 7bc33d677c0c
equal deleted inserted replaced
35708:03e921942163 35709:1a09dad8b85a
   415   $ runsplit -r 1 --no-rebase
   415   $ runsplit -r 1 --no-rebase
   416   abort: cannot split changeset with children without rebase
   416   abort: cannot split changeset with children without rebase
   417   [255]
   417   [255]
   418 #else
   418 #else
   419   $ runsplit -r 1 --no-rebase >/dev/null
   419   $ runsplit -r 1 --no-rebase >/dev/null
       
   420   3 new orphan changesets
   420   $ hg bookmark
   421   $ hg bookmark
   421      d1                        2:b5c5ea414030
   422      d1                        2:b5c5ea414030
   422    * d2                        3:f4a0a8d004cc
   423    * d2                        3:f4a0a8d004cc
   423      d3                        4:777940761eba
   424      d3                        4:777940761eba
   424      r1                        0:a61bcde8c529
   425      r1                        0:a61bcde8c529
   457   >    \|/
   458   >    \|/
   458   >     B
   459   >     B
   459   >     |
   460   >     |
   460   >     A
   461   >     A
   461   > EOS
   462   > EOS
       
   463   2 new orphan changesets
   462   $ eval `hg tags -T '{tag}={node}\n'`
   464   $ eval `hg tags -T '{tag}={node}\n'`
   463   $ rm .hg/localtags
   465   $ rm .hg/localtags
   464   $ hg split $B --config experimental.evolution=createmarkers
   466   $ hg split $B --config experimental.evolution=createmarkers
   465   abort: split would leave orphaned changesets behind
   467   abort: split would leave orphaned changesets behind
   466   [255]
   468   [255]