aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-cvs.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (vc-cvs-could-register): Don't use file-directory-p toLute Kamstra2008-12-041-2/+3
* (vc-cvs-register-switches): Doc fix. Add t as option.Glenn Morris2008-12-041-10/+8
* (vc-cvs-diff-switches): Doc fix. Add t as option.Glenn Morris2008-12-031-17/+20
* * align.el:Lute Kamstra2008-12-031-8/+8
* (vc-cvs-parse-root): Handle roots without colon between hostname and path.Sam Steingold2008-11-121-6/+11
* * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.Nick Roberts2008-11-041-5/+18
* (vc-cvs-stay-local): Fix typo in choice.Martin Rudalics2008-10-281-2/+2
* * vc.el: Rename VC methods that were missed when vc-status wasDan Nicolaescu2008-10-271-1/+1
* (vc-cvs-status-extra-headers): Use full directory name when reportingChong Yidong2008-10-251-2/+2
* * vc-hooks.el (vc-stay-local): Add a new choice and default to it.Dan Nicolaescu2008-10-131-21/+19
* (vc-cvs-dir-stay-local): New variable.Dan Nicolaescu2008-10-091-1/+9
* (vc-cvs-after-dir-status): Parse the output for nonDan Nicolaescu2008-10-061-3/+21
* (vc-cvs-dir-status-heuristic): New function.Glenn Morris2008-10-041-10/+40
* * vc-svn.el (vc-svn-dir-status-files):Dan Nicolaescu2008-10-041-0/+6
* * vc-svn.el (vc-svn-root):Stefan Monnier2008-09-071-3/+0
* * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):Dan Nicolaescu2008-06-241-0/+2
* * vc.el (vc-switch-backend): Simplify.Dan Nicolaescu2008-06-201-3/+0
* (vc-cvs-status-extra-headers): Don't match newlineAndreas Schwab2008-06-151-1/+1
* (vc-cvs-dir-status): Pass -f to cvs.Andreas Schwab2008-06-081-1/+1
* (vc-cvs-registered): Consider a directory with a CVS subdirectory to be regis...Sam Steingold2008-06-051-10/+10
* (vc-cvs-status-extra-headers): Remove extraneous newlines.Sam Steingold2008-06-031-18/+16
* *** empty log message ***Dan Nicolaescu2008-05-311-1/+1
* Fix typos.Dan Nicolaescu2008-05-311-1/+1
* (vc-cvs-after-dir-status): Support spaces in fileDan Nicolaescu2008-05-311-24/+20
* (vc-cvs-state-heuristic, vc-cvs-parse-status): Try andStefan Monnier2008-05-301-3/+4
* (vc-cvs-status-extra-headers): Align labels.Dan Nicolaescu2008-05-261-2/+2
* Improved extra-headers method for CVS.Eric S. Raymond2008-05-161-14/+37
* Clean up after granbbing CVS/Root info.Eric S. Raymond2008-05-161-1/+1
* Extract and display the CVS repository.Eric S. Raymond2008-05-161-11/+20
* Snapshot primitives globally renamed to refer to tags, documentation updated.Eric S. Raymond2008-05-151-5/+5
* Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-101-1/+1
* Remove wash-log from the VC backend API.Eric S. Raymond2008-05-091-4/+3
* Remove VC-Dired and backend dir-state methods.Eric S. Raymond2008-05-071-32/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Clean up vc*-revision-granularity and vc*-checkout-model.Eric S. Raymond2008-05-021-22/+26
* Fix some comments to remove references to vc-dired.Eric S. Raymond2008-05-021-2/+2
* Don't commit right after deletion.Eric S. Raymond2008-05-021-2/+1
* Remove some XXX comments no longer needed.Eric S. Raymond2008-05-011-2/+1
* Change 'needs-patch to 'needs-update.Eric S. Raymond2008-05-011-3/+3
* Make `checkout-model' apply to filesets.Stefan Monnier2008-04-291-14/+18
* (vc-cvs-status-extra-headers): New function.Dan Nicolaescu2008-04-211-1/+13
* *** empty log message ***Dan Nicolaescu2008-04-171-39/+0
* (vc-cvs-after-dir-status, vc-cvs-dir-status): AddDan Nicolaescu2008-04-151-1/+74
* (vc-cvs-registered): Allow removed files to beDan Nicolaescu2008-04-121-2/+1
* Change `dir-status' to not take (and pass) status-buffer.Stefan Monnier2008-04-111-4/+4
* * vc-hooks.el (vc-state): Add new state `conflict'.Dan Nicolaescu2008-04-101-7/+14
* (vc-cvs-diff-tree): Remove unused function.Stefan Monnier2008-04-091-25/+0
* * vc-rcs.el (vc-rcs-modify-change-comment):Dan Nicolaescu2008-04-081-1/+1
* * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.Dan Nicolaescu2008-03-311-3/+3