tests/test-rebase-mq.t
changeset 40883 4edd427f34c1
parent 40882 09680349cc2d
child 45150 dc5e5577af39
equal deleted inserted replaced
40882:09680349cc2d 40883:4edd427f34c1
   335   empty-important
   335   empty-important
   336   bar
   336   bar
   337   foo
   337   foo
   338   $ [ -f .hg/patches/empty-important ]
   338   $ [ -f .hg/patches/empty-important ]
   339   $ hg -q rebase -d 2
   339   $ hg -q rebase -d 2
   340   note: rebase of 1:0aaf4c3af7eb "important commit message" (empty-important qbase) created no changes to commit
   340   note: not rebasing 1:0aaf4c3af7eb "important commit message" (empty-important qbase), its destination already has all its changes
   341   $ hg qseries
   341   $ hg qseries
   342   guarded
   342   guarded
   343   bar
   343   bar
   344   foo
   344   foo
   345   $ [ -f .hg/patches/empty-important ]
   345   $ [ -f .hg/patches/empty-important ]