Test that stg coalesce handles head != top gracefully
authorKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:17:42 +0000 (14:17 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:19:07 +0000 (14:19 +0200)
commitc539d6250d99e978313fbfaf70ceaf4ebec8dcb7
tree2e11f8a618f40fbfd7a4ec86e4006fa821190fc6
parentc70033b45deac916730549bb915231f59895caf9
Test that stg coalesce handles head != top gracefully

It currently doesn't quite: it will roll back the transaction just
fine, but not before asking the user for a commit message which is
lost in the rollback.

Bug discovered by Erik Sandberg <mandolaerik@gmail.com>:
https://gna.org/bugs/?12204

Signed-off-by: Karl Hasselström <kha@treskal.com>
t/t2600-coalesce.sh