summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use 'hg id' in vc-hg-previous-revisionDmitry Gutov2015-12-181-3/+7
* Work around the asynchronous-empty-diff problemDmitry Gutov2015-11-221-3/+3
* When VC detects a conflict, specify which fileKarl 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 appropriateDmitry Gutov2015-10-271-4/+14
* Don't declare vc-exec-after anymoreDmitry Gutov2015-10-201-2/+0
* Resurrect the ability to specify a revision in vc-next-actionEli Zaretskii2015-09-191-1/+1
* vc-hg: Perform the print-log call asynchronouslyDmitry 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-commandOscar Fuentes2015-02-261-2/+14
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Move VC diff ASYNC argument to the fifth positionDmitry Gutov2014-12-141-1/+1
* latest-on-branch-p is no longer a public methodEric 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 caseMichael Albinus2014-12-111-13/+15
* Fix bug#19304Dmitry 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:18579Dmitry Gutov2014-11-241-1/+1
| * Backport: Fixes: debbugs:18940Michael 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:18940Michael 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" andSantiago 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
* Some fixes for vc-ignore.Xue Fuqiao2013-09-041-16/+0
* Cleanup for vc-ignore.Xue Fuqiao2013-08-041-10/+20
* vc-ignore fixes.Xue Fuqiao2013-07-301-5/+4
* Add vc-ignore.Xue Fuqiao2013-07-301-0/+12
* Silence the rest of vc compilationGlenn Morris2013-05-281-0/+12
* vc-hg, vc-svn print-log fixes for start-revision with limit != 1Glenn Morris2013-04-241-1/+1