GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 31 Oct 2018 08:23:15 +0000 (16:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Oct 2018 08:23:15 +0000 (16:23 +0800)
GitRepo.vala

index 5f2f402..b5e9ad0 100644 (file)
@@ -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...
     }