author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 14 Sep 2007 00:08:53 +0000 (20:08 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 14 Sep 2007 00:08:53 +0000 (20:08 -0400) | ||
commit | 55bad4f096b1f18eec94169c864c39bf0abda1db | |
tree | b7da57a53d1d57fab44af5adcbffcc8951ad877a | tree | snapshot |
parent | 042f53c569c92b40e63c6993c8998d2aac22e383 | commit | diff |
git-gui: Paper bag fix "Commit->Revert" format arguments
The recent bug fix to correctly handle filenames with %s (or any
other valid Tcl format specifier) missed a \ on this line and
caused the remaining format arguments to not be supplied when we
updated the status bar. This caused a Tcl error anytime the user
was trying to perform a file revert.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
The recent bug fix to correctly handle filenames with %s (or any
other valid Tcl format specifier) missed a \ on this line and
caused the remaining format arguments to not be supplied when we
updated the status bar. This caused a Tcl error anytime the user
was trying to perform a file revert.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/index.tcl | diff | blob | history |