13 lines
593 B
Plaintext
13 lines
593 B
Plaintext
$OpenBSD: patch-tkcvs_cvs_tcl,v 1.1 2007/10/26 20:44:35 ajacoutot Exp $
|
|
--- tkcvs/cvs.tcl.orig Sat May 25 04:54:58 1996
|
|
+++ tkcvs/cvs.tcl Fri Oct 26 22:41:28 2007
|
|
@@ -285,7 +285,7 @@ proc cvs_commit {revision comment args} {
|
|
# -sj
|
|
set errstr "You must select files to be committed with CVS version"
|
|
set errstr "$errstr $cvscfg(cvsver)."
|
|
- set errstr "$errstr\n\nEither select a list of files or upgrade
|
|
+ set errstr "$errstr\n\nEither select a list of files or upgrade"
|
|
set errstr "$errstr your CVS to version 1.3"
|
|
cvserror "$errstr"
|
|
return
|