Show More
@@ -681,8 +681,8 b' def bootstrapcontinue(ui, repo, parentct' | |||
|
681 | 681 | |
|
682 | 682 | # Commit dirty working directory if necessary |
|
683 | 683 | new = None |
|
684 |
|
|
|
685 | if m or a or r or d: | |
|
684 | s = repo.status() | |
|
685 | if s.modified or s.added or s.removed or s.deleted: | |
|
686 | 686 | # prepare the message for the commit to comes |
|
687 | 687 | if action in ('f', 'fold', 'r', 'roll'): |
|
688 | 688 | message = 'fold-temp-revision %s' % currentnode |
General Comments 0
You need to be logged in to leave comments.
Login now