##// END OF EJS Templates
fix incoming -p
Alexis S. L. Carvalho -
r2963:a8546e40 default
parent child Browse files
Show More
@@ -1738,7 +1738,7 b' def incoming(ui, repo, source="default",'
1738 1738 displayer.show(changenode=n)
1739 1739 if opts['patch']:
1740 1740 prev = (parents and parents[0]) or nullid
1741 patch.diff(repo, other, prev, n)
1741 patch.diff(other, prev, n, fp=repo.ui)
1742 1742 ui.write("\n")
1743 1743 finally:
1744 1744 if hasattr(other, 'close'):
General Comments 0
You need to be logged in to leave comments. Login now