| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -10/+9 |
* | Clean up vc*-revision-granularity and vc*-checkout-model. | Eric S. Raymond | 2008-05-02 | 1 | -2/+4 |
* | Name change in preparation for ripping out vc-dired. | Eric S. Raymond | 2008-05-02 | 1 | -3/+3 |
* | Remove some XXX comments no longer needed. | Eric S. Raymond | 2008-05-01 | 1 | -7/+3 |
* | Change 'needs-patch to 'needs-update. | Eric S. Raymond | 2008-05-01 | 1 | -1/+1 |
* | Make `checkout-model' apply to filesets. | Stefan Monnier | 2008-04-29 | 1 | -2/+1 |
* | (vc-bzr-complete-with-prefix): Remove. | Stefan Monnier | 2008-04-21 | 1 | -19/+14 |
* | Change `dir-status' to not take (and pass) status-buffer. | Stefan Monnier | 2008-04-11 | 1 | -4/+4 |
* | (vc-bzr-after-dir-status): Detect the conflict state. | Dan Nicolaescu | 2008-04-10 | 1 | -6/+19 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-04-05 | 1 | -3/+3 |
|\ |
|
| * | (vc-bzr-print-log): Ensure it works when passed a | Dan Nicolaescu | 2008-03-20 | 1 | -3/+6 |
| * | (vc-bzr-print-log): Insert a file marker. Run the log | Dan Nicolaescu | 2008-03-19 | 1 | -10/+26 |
| * | (vc-bzr-log-view-mode, vc-bzr-annotate-command) | Stefan Monnier | 2008-03-18 | 1 | -4/+4 |
| * | (vc-bzr-registered): Fail if `bzr' is not installed. | Stefan Monnier | 2008-03-14 | 1 | -9/+15 |
* | | (vc-bzr-state): Use when instead of if. | Dan Nicolaescu | 2008-04-04 | 1 | -2/+2 |
* | | (vc-bzr-previous-revision, vc-bzr-next-revision): New funs. | Stefan Monnier | 2008-04-03 | 1 | -0/+10 |
* | | (vc-bzr-checkout): Simplify. | Stefan Monnier | 2008-04-03 | 1 | -18/+11 |
* | | * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons. | Dan Nicolaescu | 2008-03-31 | 1 | -1/+1 |
* | | * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert. | Dan Nicolaescu | 2008-03-29 | 1 | -11/+4 |
* | | (vc-bzr-state-heuristic): Fix last change for when there are conflicts. | Stefan Monnier | 2008-03-29 | 1 | -18/+20 |
* | | (vc-bzr-sha1): New fun. | Stefan Monnier | 2008-03-28 | 1 | -17/+64 |
* | | (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously. | Stefan Monnier | 2008-03-24 | 1 | -10/+7 |
* | | * vc-hg.el (vc-hg-after-dir-status): | Dan Nicolaescu | 2008-03-24 | 1 | -1/+1 |
* | | (vc-bzr-state): Return 'removed for removed files and | Dan Nicolaescu | 2008-03-23 | 1 | -3/+3 |
* | | * vc-hg.el (vc-hg-state): | Dan Nicolaescu | 2008-03-21 | 1 | -1/+1 |
* | | Revert unintended change. | Dan Nicolaescu | 2008-03-17 | 1 | -10/+29 |
* | | * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status): | Dan Nicolaescu | 2008-03-17 | 1 | -29/+51 |
* | | (vc-bzr-diff): Use a faster invocation when possible. | Stefan Monnier | 2008-03-15 | 1 | -6/+60 |
* | | (vc-bzr-print-log): Insert a file marker. Run the log | Dan Nicolaescu | 2008-03-14 | 1 | -9/+18 |
* | | (vc-bzr-log-view-mode): "." can be part of a revno. | Dan Nicolaescu | 2008-03-14 | 1 | -4/+7 |
* | | (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions. | Stefan Monnier | 2008-03-06 | 1 | -0/+27 |
* | | * vc.el (vc-find-revision): Make vc-parent-buffer local before | Dan Nicolaescu | 2008-02-23 | 1 | -1/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -63/+59 |
|\ \
| |/ |
|
| * | 2008-01-05 Sven Joachim <svenjoac@gmx.de> | Romain Francoise | 2008-01-05 | 1 | -1/+1 |
| * | Copyright and version headers update. | Stefan Monnier | 2008-01-04 | 1 | -61/+58 |
* | | * mouse.el (mouse-popup-menubar): Fix typo. | Dan Nicolaescu | 2008-01-04 | 1 | -3/+2 |
* | | * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed, | Eric S. Raymond | 2007-12-29 | 1 | -1/+1 |
* | | * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered | Eric S. Raymond | 2007-12-28 | 1 | -2/+5 |
* | | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el: | Eric S. Raymond | 2007-12-28 | 1 | -0/+1 |
* | | *** empty log message *** | Eric S. Raymond | 2007-12-26 | 1 | -2/+2 |
* | | * vc-bzr.el (vc-bzr-diff-tree): | Stefan Monnier | 2007-10-20 | 1 | -1/+0 |
* | | Carry through today's big terminology change to a few places where I | Eric S. Raymond | 2007-10-10 | 1 | -9/+9 |
* | | Terminology cleanup. | Eric S. Raymond | 2007-10-10 | 1 | -3/+3 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-10-09 | 1 | -17/+12 |
|\ \
| |/ |
|
| * | (vc-bzr-admin-lastrev): New constant. | Stefan Monnier | 2007-09-07 | 1 | -17/+14 |
* | | (vc-bzr-admin-lastrev): New defconst. | Romain Francoise | 2007-09-06 | 1 | -1/+3 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-21 | 1 | -101/+72 |
|\ \
| |/ |
|
| * | Don't fiddle with vc-handled-backend. | Stefan Monnier | 2007-08-15 | 1 | -101/+72 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -69/+166 |
|\ \
| |/ |
|
| * | (vc-bzr-registered): Use \0 instead of literal NULs. | Stefan Monnier | 2007-08-09 | 1 | -0/+0 |