git-gui: Fix switch statement in lib/merge.tcl
0aea2842
(Make Ctrl-T safe to use for conflicting files) introduced a new
case, but forgot the '-' to indicate that it shares the body with the
subsequent case label.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
0b32cab933
commit
a910898e86
@ -40,7 +40,7 @@ The rescan will be automatically started now.
|
||||
_O {
|
||||
continue; # and pray it works!
|
||||
}
|
||||
_U
|
||||
_U -
|
||||
U? {
|
||||
error_popup [mc "You are in the middle of a conflicted merge.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user