-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: # Bug Description When there is an interrupted transaction, a journal file will be left in the .hg/store file We use hg recover to fix this. When hg recover is run with no interrupted transactions, it will return with error code 1. We check the existence of the journal file to determine if we should run hg recover inside eden doctor. If something cleans up the journal file before we do, an about hg recover returning error code 1 is reported. # This Diff Catch the error when running hg recover. If it is the one where there is nothing to fix, ignore the error Reviewed By: genevievehelsel Differential Revision: D66900023 fbshipit-source-id: 5a0c4c808ae8447e84cbd37f055c9ea0f3593ac6
- Loading branch information
1 parent
2e53d60
commit 09b34ce
Showing
2 changed files
with
98 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters