##// END OF EJS Templates
fetch: fix unneeded commit when no merge attempted (issue2847)
Matt Mackall -
r15749:6b84cdcb stable
parent child Browse files
Show More
@@ -102,6 +102,9 b" def fetch(ui, repo, source='default', **"
102 102 (len(newheads) - 1))
103 103 return 1
104 104
105 if not newheads:
106 return 0
107
105 108 # Otherwise, let's merge.
106 109 err = False
107 110 if newheads:
General Comments 0
You need to be logged in to leave comments. Login now