##// END OF EJS Templates
hg: make `clean` return consistent with the `update` function...
marmoute -
r47495:af753524 default
parent child Browse files
Show More
@@ -1121,6 +1121,7 b' def clean(repo, node, show_stats=True, q'
1121 assert stats.unresolvedcount == 0
1121 assert stats.unresolvedcount == 0
1122 if show_stats:
1122 if show_stats:
1123 _showstats(repo, stats, quietempty)
1123 _showstats(repo, stats, quietempty)
1124 return False
1124
1125
1125
1126
1126 # naming conflict in updatetotally()
1127 # naming conflict in updatetotally()
General Comments 0
You need to be logged in to leave comments. Login now