equal
deleted
inserted
replaced
1787 # pickup the patch msg |
1787 # pickup the patch msg |
1788 message = message.strip() |
1788 message = message.strip() |
1789 else: |
1789 else: |
1790 # launch the editor |
1790 # launch the editor |
1791 message = None |
1791 message = None |
1792 ui.debug(_('message:\n%s\n') % message) |
1792 ui.debug('message:\n%s\n' % message) |
1793 |
1793 |
1794 wp = repo.parents() |
1794 wp = repo.parents() |
1795 if opts.get('exact'): |
1795 if opts.get('exact'): |
1796 if not nodeid or not p1: |
1796 if not nodeid or not p1: |
1797 raise util.Abort(_('not a Mercurial patch')) |
1797 raise util.Abort(_('not a Mercurial patch')) |