cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src ChangeLog log.c [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] ccvs/src ChangeLog log.c [cvs1-11-x-branch]
Date: Tue, 11 Jul 2006 19:52:51 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Larry Jones <scjones>   06/07/11 19:52:50

Modified files:
        src            : ChangeLog log.c 

Log message:
        * log.c (log_usage): Fix misleading description of -b (it selects
        revisions on the default branch *in addition to* revisions selected
        with -r).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/ChangeLog?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.2336.2.463&r2=1.2336.2.464
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/log.c?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.79.4.20&r2=1.79.4.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/ChangeLog,v
retrieving revision 1.2336.2.463
retrieving revision 1.2336.2.464
diff -u -b -r1.2336.2.463 -r1.2336.2.464
--- ChangeLog   29 Jun 2006 16:46:45 -0000      1.2336.2.463
+++ ChangeLog   11 Jul 2006 19:52:49 -0000      1.2336.2.464
@@ -1,3 +1,9 @@
+2006-07-11  Larry Jones  <address@hidden>
+
+       * log.c (log_usage): Fix misleading description of -b (it selects
+       revisions on the default branch *in addition to* revisions selected
+       with -r).
+
 2006-06-29  Derek Price  <address@hidden>
 
        * client.c (is_arg_a_parent_or_listed_dir): Strip trailing slashes from

Index: log.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/log.c,v
retrieving revision 1.79.4.20
retrieving revision 1.79.4.21
diff -u -b -r1.79.4.20 -r1.79.4.21
--- log.c       12 May 2006 21:39:49 -0000      1.79.4.20
+++ log.c       11 Jul 2006 19:52:50 -0000      1.79.4.21
@@ -87,7 +87,7 @@
     /* Nonzero if the -N option was seen, meaning that tag information
        should not be printed.  */
     int notags;
-    /* Nonzero if the -b option was seen, meaning that only revisions
+    /* Nonzero if the -b option was seen, meaning that revisions
        on the default branch should be printed.  */
     int default_branch;
     /* Nonzero if the -S option was seen, meaning that the header/name
@@ -156,7 +156,7 @@
     "Usage: %s %s [-lRhtNb] [-r[revisions]] [-d dates] [-s states]\n",
     "    [-w[logins]] [files...]\n",
     "\t-l\tLocal directory only, no recursion.\n",
-    "\t-b\tOnly list revisions on the default branch.\n",
+    "\t-b\tList revisions on the default branch.\n",
     "\t-h\tOnly print header.\n",
     "\t-R\tOnly print name of RCS file.\n",
     "\t-t\tOnly print header and descriptive text.\n",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]