提交 2171bf4b 编写于 作者: S Shawn O. Pearce

git-gui: Abort on not implemented branch switching.

I'm not currently ready to implement branch switching, so I'm just
going to punt on it for now.  :-)
Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
上级 d90d83a3
......@@ -1634,7 +1634,7 @@ proc populate_branch_menu {m} {
foreach b $all_branches {
$m add radiobutton \
-label $b \
-command [list do_switch_branch $b] \
-command [list switch_branch $b] \
-variable current_branch \
-value $b \
-font font_ui
......@@ -1643,6 +1643,10 @@ proc populate_branch_menu {m} {
}
}
proc switch_branch {b} {
error "NOT IMPLEMENTED"
}
######################################################################
##
## remote management
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册