By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)kate/data/externaltools.orig (-1 / +1 lines)
Lines 9-15 Link Here
9
[externaltool_CVSLogforCurrentDocument]
9
[externaltool_CVSLogforCurrentDocument]
10
acname=externaltool_CVSLogforCurrentDocument
10
acname=externaltool_CVSLogforCurrentDocument
11
cmdname=cvs-log
11
cmdname=cvs-log
12
command=if grep %filename %directory/CVS/Entries 2>&1>/dev/null ; then\n  cd %directory && cervisia -log %filename\nelse\n  kdialog --title Error --msgbox "The file '%filename' is not in CVS."\nfi
12
command=if grep %filename %directory/CVS/Entries 2>&1 >/dev/null ; then\n  cd %directory && cervisia -log %filename\nelse\n  kdialog --title Error --msgbox "The file '%filename' is not in CVS."\nfi
13
executable=cervisia
13
executable=cervisia
14
icon=cervisia
14
icon=cervisia
15
mimetypes=
15
mimetypes=

Return to bug 2110