tests/test-histedit-obsolete.t
changeset 33774 9dcc3529e002
parent 33773 6c1a9fd8361b
child 34085 e8a7c1a0565a
equal deleted inserted replaced
33773:6c1a9fd8361b 33774:9dcc3529e002
   221   (hg histedit --continue to resume)
   221   (hg histedit --continue to resume)
   222   [1]
   222   [1]
   223   $ echo c >> c
   223   $ echo c >> c
   224   $ hg histedit --continue
   224   $ hg histedit --continue
   225 
   225 
   226   $ hg log -r 'unstable()'
   226   $ hg log -r 'orphan()'
   227   11:c13eb81022ca f (no-eol)
   227   11:c13eb81022ca f (no-eol)
   228 
   228 
   229 stabilise
   229 stabilise
   230 
   230 
   231   $ hg rebase  -r 'unstable()' -d .
   231   $ hg rebase  -r 'orphan()' -d .
   232   rebasing 11:c13eb81022ca "f"
   232   rebasing 11:c13eb81022ca "f"
   233   $ hg up tip -q
   233   $ hg up tip -q
   234 
   234 
   235 Test dropping of changeset on the top of the stack
   235 Test dropping of changeset on the top of the stack
   236 -------------------------------------------------------
   236 -------------------------------------------------------