##// END OF EJS Templates
changegroup: flush the ui stdio buffers after adding a changegroup...
Matt Harbison -
r24717:90f2b9de default
parent child Browse files
Show More
@@ -891,6 +891,7 b' def addchangegroup(repo, source, srctype'
891 891
892 892 finally:
893 893 tr.release()
894 repo.ui.flush()
894 895 # never return 0 here:
895 896 if dh < 0:
896 897 return dh - 1
General Comments 0
You need to be logged in to leave comments. Login now