From: Karl Hasselström Date: Sun, 21 Sep 2008 12:17:42 +0000 (+0200) Subject: Check for top == head at the start of every transaction X-Git-Tag: v0.15-rc1~137 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/f4e6a60e96e4c06951fd1da2cd5faa52f7f4154d?hp=f4e6a60e96e4c06951fd1da2cd5faa52f7f4154d Check for top == head at the start of every transaction We used to check it in the run() method, but that's sometimes too late: for example, it causes stg coalesce to ask for a commit message _before_ the check, resulting in a lost commit message if the check fails. As before, the check can be disabled for the few commands that need it. Signed-off-by: Karl Hasselström ---