summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-bzr.el
Commit message (Expand)AuthorAgeFilesLines
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-1/+1
* Add basic VC push support.Glenn Morris2015-05-121-14/+30
* Function declaration updates prompted by 'make check-declare'Glenn Morris2015-04-301-1/+1
* * lisp/vc/vc-bzr.el (vc-bzr-after-dir-status):Glenn Morris2015-04-271-0/+6
* Use vc-switches on vc-*-annotate-commandOscar Fuentes2015-02-261-1/+12
* Fix mistake in rebase/merge conflict resolution.Ulrich Müller2015-01-181-3/+0
* Discard the Bazaar case in repository version detectionUlrich Müller2015-01-171-2/+18
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Move VC diff ASYNC argument to the fifth positionDmitry Gutov2014-12-141-1/+1
* In vc, abolish the dir-status method.Eric S. Raymond2014-12-021-9/+2
* Eliminate an unuted function argument.Eric S. Raymond2014-12-021-1/+1
* Remove could-register from the set of public VC backend methods,Eric S. Raymond2014-12-011-12/+0
* Terminate vc-disable-async-diff with extreme prejudice.Eric S. Raymond2014-12-011-2/+2
* bzr-state randomly/unpredictably fails on non-bzr files.Eric S. Raymond2014-12-011-1/+108
* Remove vc-state-heuristic from the set of public methods.Eric S. Raymond2014-12-011-110/+1
* API simplification: remove vc-workfile-unchanged-p from pubic methods.Eric S. Raymond2014-12-011-3/+0
* VC API simplification: remove ability to set initial revision.Eric S. Raymond2014-12-011-9/+2
* Merge branch 'emacs-24'.Paul Eggert2014-11-281-1/+1
|\
| * Fixes: debbugs:18579Dmitry Gutov2014-11-241-1/+1
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-2/+2
|\|
| * Don't assume "bzr log" uses --long format by default.Eli Zaretskii2014-11-171-2/+2
* | Remove editable argument from VC's backend checkout methods.Eric S. Raymond2014-11-201-1/+1
* | Remove never-used rev argument from VC's backend checkin methods.Eric S. Raymond2014-11-201-4/+2
* | Simplify use of current-time and friends.Paul Eggert2014-10-281-4/+1
* | * lisp/vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.Stefan Monnier2014-07-201-3/+4
|/
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Revert part of previous vc-bzr changeGlenn Morris2013-09-111-0/+1
* Silence some vc- compilation warningsGlenn Morris2013-09-111-4/+3
* * lisp/vc/vc-dispatcher.el (vc-run-delayed): New macro.Stefan Monnier2013-09-041-15/+16
* Some fixes for vc-ignore.Xue Fuqiao2013-09-041-15/+0
* Cleanup for vc-ignore.Xue Fuqiao2013-08-041-3/+19
* vc-ignore fixes.Xue Fuqiao2013-07-301-3/+1
* Add vc-ignore.Xue Fuqiao2013-07-301-0/+6
* Silence some vc compilation warningsGlenn Morris2013-05-281-2/+20
* * lisp/vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.Glenn Morris2013-04-241-2/+18
* * vc/vc-bzr.el (vc-bzr-print-log): Improve START-REVISION with LIMIT != 1.Glenn Morris2013-04-241-0/+9
* Doc fixes related to vc-print-logGlenn Morris2013-04-241-1/+4
* * vc/vc-bzr.el (vc-bzr-revert): Don't backup.Leo Liu2013-03-281-1/+1
* * vc/vc-arch.el (vc-arch-registered):Christopher Schmidt2013-02-011-1/+1
* * lisp/vc/vc-bzr.el (vc-bzr--sanitize-header): New function.Stefan Monnier2013-01-111-5/+14
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Comments for vc-bzr, clarifying vc-bzr-registeredGlenn Morris2012-09-291-6/+8
* Improve vc-bzr-working-revision for lightweight checkoutsGlenn Morris2012-09-141-4/+10
* * lisp/vc/vc-dispatcher.el (vc-compilation-mode): Add, based onSam Steingold2012-07-191-17/+3
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-7/+7
* * lisp/vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.Stefan Monnier2012-05-181-79/+82
* * lisp/vc/vc-mtn.el:Stefan Monnier2012-04-251-105/+104
* Add another vc-bzr testGlenn Morris2012-04-101-1/+5
* * lisp/vc/vc-bzr.el (vc-bzr-status): Handle all errors, not just file-errors.Glenn Morris2012-04-101-42/+45