Code

gitk: Fix switch statement in parseviewargs
authorPaul Mackerras <paulus@samba.org>
Tue, 18 Nov 2008 08:44:20 +0000 (19:44 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 18 Nov 2008 08:44:20 +0000 (19:44 +1100)
commit2958228430b63f2e38c55519d1f98d8d6d9e23f3
treef497f95ba25473cce0a9b617a7fcce1917757e69
parent28593d3fa0e667bfccfe48e87a580db7c1a8d769
gitk: Fix switch statement in parseviewargs

In Tcl, a comment in a switch command where a pattern would be expected
doesn't do what one would expect, so this moves the comments inside the
actions.  Doing that shows up an extra "-" which this also removes.

With this, --merge is now handled properly.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk