summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/tag.c
AgeCommit message (Expand)Author
2008-02-09simplify some stuff;Joris Vink
2008-02-09spacing policeJoris Vink
2008-02-04r* commands have their own usage; don't check usage of their working dirTobias Stoeckmann
2008-01-31Zap trailing whitespaces.Xavier Santolaria
2008-01-31Replaced the unused cvs_command variable cmd_req with cmd_flags, which statesTobias Stoeckmann
2008-01-28Properly handle -R -- although it is default, it may be overwritten mit -lTobias Stoeckmann
2008-01-10Synced rlog's usage checks and with rtag. Also unbreaks rtag and rlog withTobias Stoeckmann
2008-01-10Added support for rtag in local and remote setups (with interoperabilityTobias Stoeckmann
2008-01-10Slap in -b support for tag command. It was missing for a full regress testTobias Stoeckmann
2007-11-17Convert file_rcsrev earlier into a string, else revbuf can be printedTobias Stoeckmann
2007-06-28Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-06-18first stab at history stuff for opencvs, currently only writesJoris Vink
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-01-11in a remote setup:Joris Vink
2006-11-09add support for -c (Check that working files are not modified).Xavier Santolaria
2006-11-09fix pasto..Xavier Santolaria
2006-11-09remote tag command support joins the party!Xavier Santolaria
2006-07-02for cvs tag, tag all files in the local directory if no file argumentReyk Floeter
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-09handle `cvs tag -F'; input && OK joris@.Xavier Santolaria
2006-06-07bring back tag command; basic tag addition/deletion available. OK joris@.Xavier Santolaria
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-04-12missing break; "Yeah, obvious" ray@.Xavier Santolaria
2006-03-08spacingTheo de Raadt
2006-02-06- use biwise flagsXavier Santolaria
2006-02-01allow tag deletion with -d option; OK niallo@.Xavier Santolaria
2006-01-27CVS_EX_BADROOT return code is not worth keeping;Xavier Santolaria
2006-01-27use fatal();Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22cvs_rcs_getpath() cannot fail anymore;Xavier Santolaria
2005-09-27add some file status checks in local setup;Xavier Santolaria
2005-09-26some more style nits and bits;Xavier Santolaria
2005-09-26style;Xavier Santolaria
2005-08-08add rtag command aliases;Xavier Santolaria
2005-07-27use LP_NOTICE instead of LP_INFO where appropriate;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-24do not use `if (!var)' unless it's boolean, better use an == check;Xavier Santolaria
2005-07-18be consistent w/ warning messages (and handle -Q);Xavier Santolaria
2005-07-14use cvs_rcs_getpath();Xavier Santolaria
2005-07-11fix another case where a message shouldnt be printed if -Q is specified;Xavier Santolaria
2005-07-11display info message only if -q is not specified.Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
2005-06-28- add `rtag' command usageXavier Santolaria
2005-05-31remove LP_ERROR log priority level and rather use LP_ERR as they are bothXavier Santolaria
2005-05-29consistency in error messages ...Xavier Santolaria
2005-05-24cvs_noexec checks; ok joris@Xavier Santolaria