Show More
@@ -1573,7 +1573,7 b' def header(ui, repo, patch=None):' | |||||
1573 | else: |
|
1573 | else: | |
1574 | if not q.applied: |
|
1574 | if not q.applied: | |
1575 | ui.write('No patches applied\n') |
|
1575 | ui.write('No patches applied\n') | |
1576 | return |
|
1576 | return 1 | |
1577 | patch = q.lookup('qtip') |
|
1577 | patch = q.lookup('qtip') | |
1578 | message = repo.mq.readheaders(patch)[0] |
|
1578 | message = repo.mq.readheaders(patch)[0] | |
1579 |
|
1579 |
General Comments 0
You need to be logged in to leave comments.
Login now