##// END OF EJS Templates
Allow HG patch to appear late in the input stream
Samuel Tardieu -
r852:1df0983e default
parent child Browse files
Show More
@@ -740,6 +740,7 b' def import_(ui, repo, patch1, *patches, '
740 hgpatch = False
740 hgpatch = False
741 elif line == '# HG changeset patch':
741 elif line == '# HG changeset patch':
742 hgpatch = True
742 hgpatch = True
743 message = [] # We may have collected garbage
743 else:
744 else:
744 message.append(line)
745 message.append(line)
745
746
General Comments 0
You need to be logged in to leave comments. Login now