X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=lib%2Fbranch_create.tcl;h=3817771b944cc363205b86c91f7b4801c1d568f9;hb=b2ca414973c3bcd00f2b94538bd9c755387f30a0;hp=53dfb4ce6bb053349fbed39af8ffaf5a143b6567;hpb=704396bc2a13f8843689d3fab2211a0b2f364652;p=git.git diff --git a/lib/branch_create.tcl b/lib/branch_create.tcl index 53dfb4ce6..3817771b9 100644 --- a/lib/branch_create.tcl +++ b/lib/branch_create.tcl @@ -183,6 +183,9 @@ method _create {} { if {$spec ne {} && $opt_fetch} { $co enable_fetch $spec } + if {$spec ne {}} { + $co remote_source $spec + } if {[$co run]} { destroy $w