comparison tests/test-journal-exists @ 5865:e7127f669edb

transactions: don't show a backtrace when journal exists Now we simply print a message on how to recover.
author Matt Mackall <mpm@selenic.com>
date Wed, 16 Jan 2008 11:32:25 -0600
parents
children b6d8972ce339
comparison
equal deleted inserted replaced
5864:88783c8b5660 5865:e7127f669edb
1 #!/bin/bash
2
3 hg init
4 echo a > a
5 hg ci -Am0
6
7 touch .hg/store/journal
8
9 echo foo > a
10 hg ci -Am0
11
12 hg recover