Show More
@@ -857,7 +857,8 b' class localrepository(object):' | |||
|
857 | 857 | # abort here if the journal already exists |
|
858 | 858 | if self.svfs.exists("journal"): |
|
859 | 859 | raise error.RepoError( |
|
860 |
_("abandoned transaction found |
|
|
860 | _("abandoned transaction found"), | |
|
861 | hint=_("run 'hg recover' to clean up transaction")) | |
|
861 | 862 | |
|
862 | 863 | def onclose(): |
|
863 | 864 | self.store.write(tr) |
General Comments 0
You need to be logged in to leave comments.
Login now