aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-bzr.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-bzr-working-revision): Recognize a newer branchDan Nicolaescu2009-02-041-3/+5
* Comments (minor fixes of some header conventions).Glenn Morris2009-01-101-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (vc-bzr-diff-switches): Doc fix. Add t as option.Glenn Morris2008-12-031-3/+5
* (vc-bzr-dir-extra-headers): New function.Chong Yidong2008-11-041-2/+15
* (vc-bzr-after-dir-status): Parse the output for nonDan Nicolaescu2008-10-051-0/+10
* (vc-bzr-diff): Use vc-switches rather than the obsolete vc-diff-switches.Glenn Morris2008-10-021-1/+1
* * vc-bzr.el (vc-bzr-show-log-entry):Dan Nicolaescu2008-09-181-9/+11
* (vc-bzr-extra-fileinfo): New defstruct.Dan Nicolaescu2008-09-071-15/+43
* (vc-bzr-find-revision): Rename fromDan Nicolaescu2008-08-101-2/+2
* (vc-bzr-after-dir-status): Deal with execute bit changes.Dan Nicolaescu2008-07-071-9/+11
* * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):Dan Nicolaescu2008-06-241-0/+2
* (vc-bzr-annotate-extract-revision-at-line):Stefan Monnier2008-06-201-1/+1
* (log-view-per-file-logs): Pacify byte compiler.Juanma Barranquero2008-06-161-10/+11
* * log-view.el (log-view-diff-changeset): New function.Dan Nicolaescu2008-06-151-0/+1
* (vc-bzr-revision-completion-table): Choose the right `:'.Stefan Monnier2008-05-231-1/+1
* * minibuffer.el (completion-boundaries): Change calling convention, soStefan Monnier2008-05-231-5/+17
* (vc-bzr-after-dir-status): Remove unused binding.Dan Nicolaescu2008-05-181-1/+0
* (vc-bzr-sha1, vc-bzr-command-discarding-stderr)Stefan Monnier2008-05-111-4/+4
* Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-101-1/+1
* Remove VC-Dired and backend dir-state methods.Eric S. Raymond2008-05-071-84/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-10/+9
* Clean up vc*-revision-granularity and vc*-checkout-model.Eric S. Raymond2008-05-021-2/+4
* Name change in preparation for ripping out vc-dired.Eric S. Raymond2008-05-021-3/+3
* Remove some XXX comments no longer needed.Eric S. Raymond2008-05-011-7/+3
* Change 'needs-patch to 'needs-update.Eric S. Raymond2008-05-011-1/+1
* Make `checkout-model' apply to filesets.Stefan Monnier2008-04-291-2/+1
* (vc-bzr-complete-with-prefix): Remove.Stefan Monnier2008-04-211-19/+14
* Change `dir-status' to not take (and pass) status-buffer.Stefan Monnier2008-04-111-4/+4
* (vc-bzr-after-dir-status): Detect the conflict state.Dan Nicolaescu2008-04-101-6/+19
* Merge from emacs--rel--22Miles Bader2008-04-051-3/+3
|\
| * (vc-bzr-print-log): Ensure it works when passed aDan Nicolaescu2008-03-201-3/+6
| * (vc-bzr-print-log): Insert a file marker. Run the logDan Nicolaescu2008-03-191-10/+26
| * (vc-bzr-log-view-mode, vc-bzr-annotate-command)Stefan Monnier2008-03-181-4/+4
| * (vc-bzr-registered): Fail if `bzr' is not installed.Stefan Monnier2008-03-141-9/+15
* | (vc-bzr-state): Use when instead of if.Dan Nicolaescu2008-04-041-2/+2
* | (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.Stefan Monnier2008-04-031-0/+10
* | (vc-bzr-checkout): Simplify.Stefan Monnier2008-04-031-18/+11
* | * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.Dan Nicolaescu2008-03-311-1/+1
* | * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.Dan Nicolaescu2008-03-291-11/+4
* | (vc-bzr-state-heuristic): Fix last change for when there are conflicts.Stefan Monnier2008-03-291-18/+20
* | (vc-bzr-sha1): New fun.Stefan Monnier2008-03-281-17/+64
* | (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.Stefan Monnier2008-03-241-10/+7
* | * vc-hg.el (vc-hg-after-dir-status):Dan Nicolaescu2008-03-241-1/+1
* | (vc-bzr-state): Return 'removed for removed files andDan Nicolaescu2008-03-231-3/+3
* | * vc-hg.el (vc-hg-state):Dan Nicolaescu2008-03-211-1/+1
* | Revert unintended change.Dan Nicolaescu2008-03-171-10/+29
* | * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):Dan Nicolaescu2008-03-171-29/+51
* | (vc-bzr-diff): Use a faster invocation when possible.Stefan Monnier2008-03-151-6/+60
* | (vc-bzr-print-log): Insert a file marker. Run the logDan Nicolaescu2008-03-141-9/+18