##// END OF EJS Templates
show message if no changes found on incoming
TK Soh -
r1993:fb6ca980 default
parent child Browse files
Show More
@@ -1802,6 +1802,7 b' def incoming(ui, repo, source="default",'
1802 other = hg.repository(ui, source)
1802 other = hg.repository(ui, source)
1803 incoming = repo.findincoming(other, force=opts["force"])
1803 incoming = repo.findincoming(other, force=opts["force"])
1804 if not incoming:
1804 if not incoming:
1805 ui.status(_("no changes found\n"))
1805 return
1806 return
1806
1807
1807 cleanup = None
1808 cleanup = None
General Comments 0
You need to be logged in to leave comments. Login now