OpenBSD CVS

CVS log for src/usr.bin/cvs/annotate.c


[BACK] Up to [local] / src / usr.bin / cvs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.69 / (download) - annotate - [select for diffs], Thu Jun 1 08:08:24 2017 UTC (6 years, 11 months ago) by joris
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, HEAD
Changes since 1.68: +4 -5 lines
Diff to previous 1.68 (colored)

Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.

Instead use cvsroot_is_local() and cvsroot_is_remote().

Revision 1.68 / (download) - annotate - [select for diffs], Wed May 31 16:14:37 2017 UTC (6 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

fix indentation

Revision 1.67 / (download) - annotate - [select for diffs], Thu Oct 13 20:51:25 2016 UTC (7 years, 7 months ago) by fcambus
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored)

rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.

OK millert@

Revision 1.66 / (download) - annotate - [select for diffs], Wed Oct 12 11:11:56 2016 UTC (7 years, 7 months ago) by fcambus
Branch: MAIN
Changes since 1.65: +3 -2 lines
Diff to previous 1.65 (colored)

Use the correct type for p. From Joris Vink.

OK tb@

Revision 1.65 / (download) - annotate - [select for diffs], Thu Nov 5 09:48:21 2015 UTC (8 years, 6 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.64: +5 -5 lines
Diff to previous 1.64 (colored)

Remove xfree(), like already done for RCS. From Michael W Bombardieri,
ok mmcc

Revision 1.64 / (download) - annotate - [select for diffs], Fri Jan 16 06:40:06 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

Revision 1.63 / (download) - annotate - [select for diffs], Tue Dec 27 13:59:01 2011 UTC (12 years, 4 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Move some global variables/statics to locals, from Michael W
Bombardieri.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Jul 30 21:47:18 2010 UTC (13 years, 9 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.61: +3 -2 lines
Diff to previous 1.61 (colored)

Check date_parse return values.

OK xsa

Revision 1.61 / (download) - annotate - [select for diffs], Fri Jul 23 21:46:05 2010 UTC (13 years, 9 months ago) by ray
Branch: MAIN
Changes since 1.60: +4 -4 lines
Diff to previous 1.60 (colored)

Reduce variable/function name and whitespace differences between
cvs/rcs.

OK xsa zinovik

Revision 1.60 / (download) - annotate - [select for diffs], Sat Jun 14 04:34:08 2008 UTC (15 years, 11 months ago) by tobias
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Conforming to RCS specification, it is possible but unlikely to encounter
an RCS file which has no head revision set.  Some commands actually can
work with them (log, status) so support these files. Fixes  A LOT of
possible segmentation faults.

ok joris

Revision 1.59 / (download) - annotate - [select for diffs], Sat Jun 14 03:58:29 2008 UTC (15 years, 11 months ago) by tobias
Branch: MAIN
Changes since 1.58: +4 -3 lines
Diff to previous 1.58 (colored)

Added support for sticky date set in CVS/Tag and CVS/Entries per directory.

ok joris

Revision 1.58 / (download) - annotate - [select for diffs], Mon Jun 9 16:34:22 2008 UTC (15 years, 11 months ago) by tobias
Branch: MAIN
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored)

Check if RCS file exists before trying to retrieve revisions for annotate,
fixes segmentation fault on added but not yet committed files for example.

Based on diff by Igor Zinovik.

Revision 1.57 / (download) - annotate - [select for diffs], Sun Mar 2 19:14:10 2008 UTC (16 years, 2 months ago) by tobias
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.56: +6 -2 lines
Diff to previous 1.56 (colored)

rannotate needs at least one module as argument.

ok joris

Revision 1.56 / (download) - annotate - [select for diffs], Sun Mar 2 19:05:34 2008 UTC (16 years, 2 months ago) by tobias
Branch: MAIN
Changes since 1.55: +4 -2 lines
Diff to previous 1.55 (colored)

Print the right synopsis for commands on error (especially if commands
share the same function: (r)tag, etc.).

ok joris

Revision 1.55 / (download) - annotate - [select for diffs], Sun Feb 10 10:21:42 2008 UTC (16 years, 3 months ago) by joris
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

properly initialize cvs_specified_date so we dont end up with
random stuff going on

Revision 1.54 / (download) - annotate - [select for diffs], Sat Feb 9 16:05:08 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored)

If no revision or date has been specified, default to HEAD.

OK joris@

Revision 1.53 / (download) - annotate - [select for diffs], Sat Feb 9 14:34:40 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.52: +8 -2 lines
Diff to previous 1.52 (colored)

Get date support into annotate, too.

OK joris@

Revision 1.52 / (download) - annotate - [select for diffs], Mon Feb 4 21:25:32 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51 (colored)

r* commands have their own usage; don't check usage of their working dir
equivalents.

OK joris@, xsa@

Revision 1.51 / (download) - annotate - [select for diffs], Mon Feb 4 19:12:31 2008 UTC (16 years, 3 months ago) by joris
Branch: MAIN
Changes since 1.50: +5 -5 lines
Diff to previous 1.50 (colored)

trailing space police;

Revision 1.50 / (download) - annotate - [select for diffs], Sun Feb 3 16:59:11 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.49: +6 -1 lines
Diff to previous 1.49 (colored)

Do not unify this "-fr UNKNOWN" handling, it breaks commands which have
to work fine and just ignore files which don't have requested symbol.

Spotted by joris@.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 2 16:59:48 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.48: +1 -7 lines
Diff to previous 1.48 (colored)

Although this doesn't comply to common sense, it complies to GNU cvs. All
commands which supply -f and -r have this weirdness: an unknown
symbol leads to fatal instead of head revision.

OK xsa@

Revision 1.48 / (download) - annotate - [select for diffs], Sat Feb 2 16:44:11 2008 UTC (16 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Sync `rannotate' synopsis. r* commands work on repository modules.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Feb 1 17:18:59 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.46: +30 -6 lines
Diff to previous 1.46 (colored)

Added rannotate support

OK xsa@

Revision 1.46 / (download) - annotate - [select for diffs], Fri Feb 1 13:36:43 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.45: +7 -1 lines
Diff to previous 1.45 (colored)

Another GNU cvs weirdo:  During annotate, invalid revisions are allowed if
-f is supplied (thus switching to HEAD), but unknown symbols end in fatal.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jan 31 10:15:05 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Replaced the unused cvs_command variable cmd_req with cmd_flags, which states
if the current command is supposed to use a working directory or if it is a
repository-only command (as of now checkout -p, rtag, rlog).

Makes the code simpler, easier to read and automagically fixes some issues
we encountered with these commands (for example if a working directory
exists, or "." operations are performed).

OK joris@, niallo@

Revision 1.44 / (download) - annotate - [select for diffs], Mon Jan 28 20:31:07 2008 UTC (16 years, 3 months ago) by tobias
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

Properly handle -R -- although it is default, it may be overwritten mit -l
in front of it.

OK joris@, xsa@

> Diff from Igor Zinovik

Revision 1.43 / (download) - annotate - [select for diffs], Tue Oct 9 12:59:53 2007 UTC (16 years, 7 months ago) by tobias
Branch: MAIN
Changes since 1.42: +31 -14 lines
Diff to previous 1.42 (colored)

Added proper support for branch revisions in annotate.

OK niallo@, twice :)

Revision 1.42 / (download) - annotate - [select for diffs], Tue Oct 9 12:25:27 2007 UTC (16 years, 7 months ago) by tobias
Branch: MAIN
Changes since 1.41: +11 -3 lines
Diff to previous 1.41 (colored)

Properly parse supplied symbols with -r argument.

OK niallo@

Revision 1.41 / (download) - annotate - [select for diffs], Tue Oct 9 12:24:13 2007 UTC (16 years, 7 months ago) by tobias
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to
print revision info.

OK niallo@

Revision 1.40 / (download) - annotate - [select for diffs], Tue Oct 9 12:22:27 2007 UTC (16 years, 7 months ago) by tobias
Branch: MAIN
Changes since 1.39: +34 -32 lines
Diff to previous 1.39 (colored)

various style cleanups:

- Copyright order
- rev -> cvs_specified_tag
- crev -> rev
- line instead of alines[i] in for-loop

OK niallo@

Revision 1.39 / (download) - annotate - [select for diffs], Sat Sep 22 16:01:22 2007 UTC (16 years, 8 months ago) by joris
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

better branching/sticky tag support, no branch commits yet though.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Sep 13 13:10:57 2007 UTC (16 years, 8 months ago) by tobias
Branch: MAIN
Changes since 1.37: +64 -6 lines
Diff to previous 1.37 (colored)

Added annotate support for local and remote repositories. Behaves like
GNU cvs but is a little faster.

OK joris@, ray@, xsa@

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 22 06:42:09 2007 UTC (17 years, 2 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.36: +4 -3 lines
Diff to previous 1.36 (colored)

general includes cleanup sweep. ok joris@ niallo@

Revision 1.36 / (download) - annotate - [select for diffs], Fri Feb 9 03:49:15 2007 UTC (17 years, 3 months ago) by joris
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

remove the cvs_file_classify() `loud' argument, it was used
in the old school days and serves no purpose what so ever now.

otto@ mentioned this to me a while ago

Revision 1.35 / (download) - annotate - [select for diffs], Sat Jan 13 20:59:49 2007 UTC (17 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.34: +2 -39 lines
Diff to previous 1.34 (colored)

nuke the the very evil rcs_getrev() stuff
discussed with niallo@

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jan 11 17:44:18 2007 UTC (17 years, 4 months ago) by niallo
Branch: MAIN
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored)

rework opencvs so that we can deal with binary files.  previously we assumed all files were ascii,
which broke things in real-world usage.  now a checkout of src should work, albeit using lots of
memory and cpu.  fixing this is the next step.

testing by many.
ok & some input joris@

Revision 1.33 / (download) - annotate - [select for diffs], Thu Jan 11 02:35:55 2007 UTC (17 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

in a remote setup:
do not connect to the remote server until we are sure all the options
passed to the commands are valid.

noticed by xsa@

Revision 1.32 / (download) - annotate - [select for diffs], Mon Nov 27 16:02:52 2006 UTC (17 years, 5 months ago) by xsa
Branch: MAIN
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored)

don't process the file if its status is FILE_UNLINK.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 15 16:18:38 2006 UTC (17 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.30: +94 -124 lines
Diff to previous 1.30 (colored)

Bring back basic annotate command. Needs more work.
Not linked to build yet.

Revision 1.30, Sat May 27 03:30:30 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.29: +1 -1 lines
FILE REMOVED

commit the new opencvs code, i have been hacking on
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.

this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!

basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jan 30 17:58:47 2006 UTC (18 years, 3 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

strerror() -> rcs_errstr() when passing rcs_errno as argument;

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 27 15:26:38 2006 UTC (18 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

more errors handling cleanup;

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 2 08:11:56 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
Changes since 1.26: +2 -9 lines
Diff to previous 1.26 (colored)

#include's cleanup; ok joris@ niallo@.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Dec 30 16:42:13 2005 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

minor style nits;

Revision 1.25 / (download) - annotate - [select for diffs], Fri Dec 30 02:03:28 2005 UTC (18 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.24: +15 -31 lines
Diff to previous 1.24 (colored)

major cleanup of the functions handling the remote cvs protocol.
makes the code a lot more readable and understandable.

ok xsa@ and niallo@

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 22 14:59:54 2005 UTC (18 years, 5 months ago) by xsa
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored)

cvs_rcs_getpath() cannot fail anymore;

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jul 25 12:05:43 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (colored)

KNF;

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 21 11:42:24 2005 UTC (18 years, 10 months ago) by xsa
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

<sys/param.h> is already included in "cvs.h", no need to duplicate;

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 14 06:54:59 2005 UTC (18 years, 10 months ago) by xsa
Branch: MAIN
Changes since 1.20: +3 -13 lines
Diff to previous 1.20 (colored)

more use of cvs_rcs_getpath();

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 11 18:05:09 2005 UTC (18 years, 10 months ago) by joris
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)



zap unused variable

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 7 14:27:57 2005 UTC (18 years, 10 months ago) by joris
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)



remove trailing whitespaces

from deraadt@

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 4 10:21:03 2005 UTC (18 years, 10 months ago) by xsa
Branch: MAIN
Changes since 1.17: +67 -24 lines
Diff to previous 1.17 (colored)

start server support for annotate command + some cleanup; ok joris@.

Revision 1.17 / (download) - annotate - [select for diffs], Tue May 31 08:58:47 2005 UTC (18 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored)

headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 30 08:27:03 2005 UTC (18 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.15: +1 -7 lines
Diff to previous 1.15 (colored)

-D and -r can be used simultaneously, pointed out by marc@ and thus
backout my previous change + spotted another case in the annotate
command...

ok joris@

Revision 1.15 / (download) - annotate - [select for diffs], Sun May 29 00:52:08 2005 UTC (18 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

correct error message...

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 24 04:12:25 2005 UTC (19 years ago) by jfb
Branch: MAIN
Changes since 1.13: +18 -10 lines
Diff to previous 1.13 (colored)

Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
fields to hook local versions of the commands.  This needs to go in
before it gets any bigger

ok joris

Revision 1.13 / (download) - annotate - [select for diffs], Fri May 20 20:00:53 2005 UTC (19 years ago) by joris
Branch: MAIN
Changes since 1.12: +8 -1 lines
Diff to previous 1.12 (colored)



correct wrong error code usage.

ok jfb@, xsa@

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 20 18:32:23 2005 UTC (19 years ago) by jfb
Branch: MAIN
Changes since 1.11: +28 -42 lines
Diff to previous 1.11 (colored)

make the handlers static and remove local code that will go in another
function

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 18 21:02:49 2005 UTC (19 years, 1 month ago) by jfb
Branch: MAIN
Changes since 1.10: +2 -7 lines
Diff to previous 1.10 (colored)

Modify the CVSFILE structure using a union to keep information about
both files and directories.  We can now keep the revision number for
regular files, and don't need to fetch the appropriate entry in the
command callbacks.  This saves a huge amount of parsing on Entries
files.

ok joris@

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 13 20:05:37 2005 UTC (19 years, 1 month ago) by jfb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

use the option string from the cvs_cmd entry instead of keeping a
hardcoded copy

ok joris@

Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 12 14:58:40 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.8: +7 -7 lines
Diff to previous 1.8 (colored)



introduce our own set of error codes used by the commands to report
what exactly went wrong in case of an error.

ok jfb@

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 11 18:02:58 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)



don't include sysexits.h now we don't use those error codes
anymore.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 11 17:56:27 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)



remove EX_USAGE error codes

ok jfb@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 3 17:32:50 2005 UTC (19 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

first round of EX_* exit codes removal; ok joris@.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 30 17:43:04 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.4: +35 -61 lines
Diff to previous 1.4 (colored)



move all the client commands to the new command framework.
eliminates a lot of duplicate code.

ok jfb@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 13 16:32:46 2005 UTC (19 years, 4 months ago) by jfb
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.3: +16 -3 lines
Diff to previous 1.3 (colored)

fix the annotate usage (there is no -F flag) and add the missing bits
so the -r and -f arguments are supported, and complain if both -D
and -r are given.  GNU CVS silently accepts to have both specified,
but does not produce output as a result.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 21 18:32:09 2004 UTC (19 years, 5 months ago) by jfb
Branch: MAIN
Changes since 1.2: +10 -7 lines
Diff to previous 1.2 (colored)

modify the directory handling portion to behave like the one in add.c,
which does not attempt to send data when running on a local
repository.  This will be needed to support local repository access

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 14 22:30:47 2004 UTC (19 years, 5 months ago) by jfb
Branch: MAIN
Changes since 1.1: +52 -45 lines
Diff to previous 1.1 (colored)

First attempt at syncing the command code and doing a lot more error
checking on all the protocol calls

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 9 20:03:26 2004 UTC (19 years, 5 months ago) by jfb
Branch: MAIN

support the 'annotate' command, will need some polishing

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.