summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* Pacify byte-compiler in lisp/vc...Paul Eggert2016-05-101-0/+2
* Spelling fixesPaul Eggert2016-04-031-1/+1
* Performance improvements for vc-hg...Daniel Colascione2016-02-081-1/+612
* Don't pass DIR to 'hg status'...Dmitry Gutov2016-01-301-4/+8
* ; Account for spaces before the filenameDmitry Gutov2016-01-101-2/+2
* Use short date for 'hg annotate', and output the author...Dmitry Gutov2016-01-101-14/+22
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Use 'hg id' in vc-hg-previous-revision...Dmitry Gutov2015-12-181-3/+7
* Work around the asynchronous-empty-diff problem...Dmitry Gutov2015-11-221-3/+3
* When VC detects a conflict, specify which file...Karl Fogel2015-11-091-1/+1
* ; Revert "Don't declare vc-exec-after anymore"...Dmitry Gutov2015-10-281-0/+2
* Pipe Hg commit descriptions through 'tabindent'...Dmitry Gutov2015-10-281-1/+2
* Show full commit messages in 'hg log' when appropriate...Dmitry Gutov2015-10-271-4/+14
* Don't declare vc-exec-after anymore...Dmitry Gutov2015-10-201-2/+0
* Resurrect the ability to specify a revision in vc-next-action...Eli Zaretskii2015-09-191-1/+1
* vc-hg: Perform the print-log call asynchronously...Dmitry Gutov2015-07-191-1/+1
* Add basic VC push support....Glenn Morris2015-05-121-38/+43
* Function declaration updates prompted by 'make check-declare'...Glenn Morris2015-04-301-1/+1
* Use vc-switches on vc-*-annotate-command...Oscar Fuentes2015-02-261-2/+14
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+1
* Move VC diff ASYNC argument to the fifth position...Dmitry Gutov2014-12-141-1/+1
* latest-on-branch-p is no longer a public method...Eric S. Raymond2014-12-111-1/+0
* Remove VC rollback method....Eric S. Raymond2014-12-111-1/+0
* * vc/vc-hg.el (vc-hg-state): Make FILE absolute. Handle the case...Michael Albinus2014-12-111-13/+15
* Fix bug#19304...Dmitry Gutov2014-12-081-2/+4
* In vc, abolish the dir-status method.Eric S. Raymond2014-12-021-6/+0
* Eliminate an unuted function argument....Eric S. Raymond2014-12-021-2/+2
* Remove clear-headers from VC's public method set....Eric S. Raymond2014-12-011-1/+0
* 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/+5
* Update some documentation changes and todo items.Eric S. Raymond2014-12-011-2/+0
* Remove vc-state-heuristic from the set of public methods....Eric S. Raymond2014-12-011-1/+0
* API simplification: remove vc-workfile-unchanged-p from pubic methods....Eric S. Raymond2014-12-011-5/+0
* VC API simplification: remove ability to set initial revision....Eric S. Raymond2014-12-011-4/+2
* Merge branch 'emacs-24'.Paul Eggert2014-11-281-1/+1
|\
| * Fixes: debbugs:18579...Dmitry Gutov2014-11-241-1/+1
| * Backport: Fixes: debbugs:18940...Michael Albinus2014-11-151-8/+16
| * * lisp/vc/vc-hg.el (vc-hg-log-graph): New var....Santiago Payà i Miralta2014-10-201-7/+19
* | Propagate remote process environment....Michael Albinus2014-11-221-12/+5
* | Remove editable argument from VC's backend checkout methods....Eric S. Raymond2014-11-201-2/+2
* | Remove never-used rev argument from VC's backend checkin methods....Eric S. Raymond2014-11-201-2/+2
* | Fixes: debbugs:18940...Michael Albinus2014-11-131-8/+16
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-8/+5
|\|
| * * lisp/vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and...Santiago Payà i Miralta2014-06-061-8/+5
* | * lisp/vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions....Santiago Payà i Miralta2014-06-061-4/+22
* | * lisp/vc/vc-hg.el (vc-hg-log-graph): New var....Santiago Payà i Miralta2014-06-061-7/+19
|/
* * lisp/vc/vc-hg.el (vc-hg-unregister): New function (tiny change)...Santiago Payà i Miralta2014-05-101-5/+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
* * lisp/vc/vc-dispatcher.el (vc-run-delayed): New macro....Stefan Monnier2013-09-041-6/+7