Show More
@@ -91,6 +91,7 b' def extract(ui, fileobj):' | |||||
91 | # drop earlier commit message content |
|
91 | # drop earlier commit message content | |
92 | cfp.seek(0) |
|
92 | cfp.seek(0) | |
93 | cfp.truncate() |
|
93 | cfp.truncate() | |
|
94 | subject = None | |||
94 | elif hgpatch: |
|
95 | elif hgpatch: | |
95 | if line.startswith('# User '): |
|
96 | if line.startswith('# User '): | |
96 | user = line[7:] |
|
97 | user = line[7:] |
General Comments 0
You need to be logged in to leave comments.
Login now