aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-arch.el
Commit message (Collapse)AuthorAgeFilesLines
* (vc-arch-checkin, vc-arch-diff): Follow error conventions.Juanma Barranquero2005-06-141-3/+3
|
* (vc-arch-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+1
| | | | t.
* (vc-arch-workfile-version): Fix last change.Stefan Monnier2005-01-021-1/+1
|
* (vc-arch-workfile-version): Handle the empty-branch case.Stefan Monnier2005-01-021-2/+2
|
* (vc-arch-workfile-version): Don't burp if the patch-log directory is missing.Stefan Monnier2004-10-171-2/+2
|
* (vc-arch-root, vc-arch-registered): Use vc-find-root.Stefan Monnier2004-09-131-24/+8
|
* (vc-arch-state): Fix parsing for `names' method.Stefan Monnier2004-09-081-3/+7
|
* (vc-arch-workfile-version): Handle the special case before the first commit.Stefan Monnier2004-09-071-3/+6
|
* (vc-arch-mode-line-rewrite): Add :group 'vc.Kim F. Storm2004-06-291-1/+2
|
* (vc-arch-state): Don't assume the file exists.Stefan Monnier2004-06-011-1/+1
|
* (vc-arch-diff): Add optional `buffer' arg.Stefan Monnier2004-05-281-2/+2
|
* (vc-arch-root): Be a bit more careful.Stefan Monnier2004-04-121-14/+22
| | | | | | | (vc-arch-register): Save the buffer if we modified it. (vc-arch-delete-rej-if-obsolete): Save excursion. (vc-arch-find-file-hook): Use the simpler after-save-hook. (vc-arch-responsible-p, vc-arch-init-version): New functions.
* Require CL for `case'.Stefan Monnier2004-03-231-1/+1
|
* (vc-arch-diff): Handle the special case where `newvers' is equivalent to nil.Stefan Monnier2004-03-231-21/+169
| | | | | | | | | | | | (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept. (vc-arch-mode-line-string): Accept `added' state. (vc-arch-state): Use inode-sigs if available. (vc-arch-add-tagline): Rename from vc-arch-add-tag. Copy&delete existing id file if any. Fallback if uuidgen is absent. (vc-arch-tagline-re): New var. (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method): New funs. (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops. (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
* (vc-arch-workfile-version, vc-arch-mode-line-rewrite):Stefan Monnier2004-03-181-4/+21
| | | | | Take sealed revisions into account. (vc-arch-checkin): Extract a summary line from the message.
* (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.Stefan Monnier2004-03-161-0/+5
|
* New file.Stefan Monnier2004-03-151-0/+243