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