X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=b5e9ad0b775b1a923caebc778064d67f03a5a835;hp=5f2f402f8a998a801d6736a872f3646d5792f12e;hb=4ef0ac118072715407907c93a38120afc117af77;hpb=a48a0eb41c2ae2effd6bf8f4fa018cab6128ca02 diff --git a/GitRepo.vala b/GitRepo.vala index 5f2f402f..b5e9ad0b 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -188,7 +188,7 @@ public class GitRepo : Object public void setActiveTicket(RooTicket ticket, string branchname) { - + } @@ -196,7 +196,7 @@ public class GitRepo : Object { string[] cmd = { "checkout", "-b" , branchname }; this.git(cmd); - + this.loadBranches(); // update branch list... }