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