X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=5c866c32b48740e04b659978a804b55cac19abb0;hp=23c7631f0b2d059614edb2999edd84652d29caea;hb=a395b6b09677f19eb25a27479d7591d65353d744;hpb=de9937a9a1df15957945b68ba8bf8c03bd5b1c59 diff --git a/GitRepo.vala b/GitRepo.vala index 23c7631f..5c866c32 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -880,7 +880,9 @@ public class GitRepo : Object repo.loadStatus(); update_all_total--; + GLib.debug("calls remaining = %d", update_all_total); if (update_all_total > 0 ) { + return; } switch (update_all_after) {