Skip to content

Commit

Permalink
git-gui: Fix switch statement in lib/merge.tcl
Browse files Browse the repository at this point in the history
0aea284 (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>
  • Loading branch information
Johannes Sixt authored and Shawn O. Pearce committed Oct 10, 2008
1 parent 0b32cab commit a910898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/merge.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a910898

Please sign in to comment.