Add cvs annotate -b which allows to annotate "backwards":
[dragonfly.git] / gnu / usr.bin / cvs / doc / cvs.texinfo.patch
1 $DragonFly: src/gnu/usr.bin/cvs/doc/Attic/cvs.texinfo.patch,v 1.1 2006/09/13 19:34:24 corecode Exp $
2 diff -r 93f8116a881a contrib/cvs-1.12/doc/cvs.texinfo
3 --- a/contrib/cvs-1.12/doc/cvs.texinfo  Sat Sep 09 18:10:13 2006 +0200
4 +++ b/contrib/cvs-1.12/doc/cvs.texinfo  Wed Sep 13 17:10:27 2006 +0200
5 @@ -9144,7 +9144,9 @@ Changes: nothing.
6  
7  For each file in @var{files}, print the head revision
8  of the trunk, together with information on the last
9 -modification for each line.  
10 +modification for each line.  If @samp{-b} is specified,
11 +the first modification after the revision selected by
12 +@samp{-r} is shown.  
13  
14  @menu
15  * annotate options::            annotate options
16 @@ -9160,6 +9162,9 @@ them):
17  them):
18  
19  @table @code
20 +@item -b
21 +Backwards, show when a line was removed.
22 +
23  @item -l
24  Local directory only, no recursion.
25