diff options
Diffstat (limited to 'lib/commit.tcl')
-rw-r--r-- | lib/commit.tcl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/commit.tcl b/lib/commit.tcl index c5f608beb0..d0e4996bae 100644 --- a/lib/commit.tcl +++ b/lib/commit.tcl @@ -359,14 +359,6 @@ A rescan will be automatically started now. if {[is_enabled singlecommit]} do_quit - # -- Make sure our current branch exists. - # - if {$commit_type eq {initial}} { - lappend all_heads $current_branch - set all_heads [lsort -unique $all_heads] - populate_branch_menu - } - # -- Update in memory status # set selected_commit_type new |