Hello!
I'm glad that CVS is changing now and many patches are applied.
It is goo for all us.
This (documentation only!) patch, however, has not applied for a reason
unknown to me. Please apply it or explain me what's bad with it (well,
patches don't usually apply well to Changelog, but it's not an excuse).
Regards,
Pavel Roskin
=============================================
Index: doc/ChangeLog
===================================================================
RCS file: /home2/cvsroot/ccvs/doc/ChangeLog,v
retrieving revision 1.618
diff -u -r1.618 ChangeLog
--- doc/ChangeLog 2000/03/08 16:22:21 1.618
+++ doc/ChangeLog 2000/04/03 20:10:05
@@ -1,3 +1,8 @@
+2000-04-03 Pavel Roskin <[EMAIL PROTECTED]>
+
+ * cvs.texinfo (Telling CVS to notify you): Remove backslashes
+ before quotes.
+
2000-03-08 Larry Jones <[EMAIL PROTECTED]>
* cvs.texinfo (Connection): Add note about inetd rate limit.
Index: doc/cvs.texinfo
===================================================================
RCS file: /home2/cvsroot/ccvs/doc/cvs.texinfo,v
retrieving revision 1.486
diff -u -r1.486 cvs.texinfo
--- doc/cvs.texinfo 2000/03/08 16:22:21 1.486
+++ doc/cvs.texinfo 2000/04/03 20:10:08
@@ -6348,7 +6348,7 @@
single line:
@example
-ALL mail %s -s \"CVS notification\"
+ALL mail %s -s "CVS notification"
@end example
This causes users to be notified by electronic mail.
=============================================