summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* Add a new command vc-pull-and-pushLars Ingebrigtsen2022-09-241-1/+1
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Prefer defvar-keymap in vc/*.elStefan Kangas2022-08-101-7/+4
* Prefer ‘time-equal-p’ to ‘equal’ on timestampsPaul Eggert2022-08-011-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-4/+3
|/
* ; More stylistic docfixes in vc/*.el found by checkdocStefan Kangas2021-09-181-7/+6
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-5/+5
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-2/+2
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-2/+2
* ; Remove some useless commentsStefan Kangas2021-04-161-4/+0
* ; Remove some redundant installation instructionsStefan Kangas2021-04-031-2/+0
* Delete empty "History" sectionsStefan Kangas2021-03-301-3/+0
* lisp/vc/*.el: Use lexical-bindings in all the filesStefan Monnier2021-02-261-32/+23
* Refine use of vc-dir faces; apply to all backendsProtesilaos Stavrou2021-02-101-2/+2
* Fix vc-hg-rename-file on file names like ~/foo/barLars Ingebrigtsen2021-01-301-1/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>Dmitry Gutov2020-12-101-6/+5
* Prefer setq-local in vc/*.elStefan Kangas2020-12-051-10/+10
* Clear the vc-state cache when returning nilDmitry Gutov2020-11-101-1/+4
* Remove extra process call from vc-hg-registeredTom Fitzhenry2020-11-101-1/+1
* vc-hg: use 'hg summary' to populate vc-dir headersAndrii Kolomoiets2020-08-091-17/+20
* vc-hg-create-tag: Possibility to create a branchAndrii Kolomoiets2020-08-091-3/+21
* Add optional remote-name argument to VC repository-url commandTassilo Horn2020-06-151-2/+3
* Add new VC command `repository-url'Tassilo Horn2020-06-141-0/+7
* Merge from origin/emacs-27Glenn Morris2020-02-131-6/+9
|\
| * ; Add a TODODmitry Gutov2020-02-121-0/+3
| * vc-hg-dir-status-files: Fix when DIR is not repository rootDmitry Gutov2020-02-121-6/+6
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\|
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-1/+1
|/
* Fix compilation warning in vc-hg.elJuanma Barranquero2019-11-301-0/+2
* vc-hg: prompt for branch to mergeAndrii Kolomoiets2019-11-301-4/+9
* Support showing one revision with MercurialEli Zaretskii2019-11-291-0/+2
* Call vc-setup-buffer in vc-hg-log-incoming and vc-hg-log-outgoingAndrii Kolomoiets2019-11-271-0/+2
* Support 'vc-region-history' for MercurialEli Zaretskii2019-11-211-0/+49
* Avoid using subr-x functionLars Ingebrigtsen2019-11-151-1/+2
* lisp/vc/vc-hg.el: Don't pass empty string to hg updateAndrii Kolomoiets2019-11-151-1/+1
* VC: ability to skip update buffers promptAndrii Kolomoiets2019-11-141-0/+2
* Add ui.report_untrusted=0 to vc-hg log commandsAndrii Kolomoiets2019-10-171-2/+4
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Fix Bug#36090Michael Albinus2019-09-081-6/+12
* New function time-convertPaul Eggert2019-08-051-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Add standard unmatchable regexpMattias Engdegård2019-05-151-1/+1
* Support amending the last commit using VC-HgDmitry Gutov2019-04-211-5/+32
* Remove some timestamp format assumptionsPaul Eggert2019-02-221-5/+3
* Add vc-hg-revert-switchesIan Dunn2019-02-071-1/+14