Show More
@@ -1738,7 +1738,7 b' def incoming(ui, repo, source="default",' | |||||
1738 | displayer.show(changenode=n) |
|
1738 | displayer.show(changenode=n) | |
1739 | if opts['patch']: |
|
1739 | if opts['patch']: | |
1740 | prev = (parents and parents[0]) or nullid |
|
1740 | prev = (parents and parents[0]) or nullid | |
1741 |
patch.diff( |
|
1741 | patch.diff(other, prev, n, fp=repo.ui) | |
1742 | ui.write("\n") |
|
1742 | ui.write("\n") | |
1743 | finally: |
|
1743 | finally: | |
1744 | if hasattr(other, 'close'): |
|
1744 | if hasattr(other, 'close'): |
General Comments 0
You need to be logged in to leave comments.
Login now