summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* Make vc-hg-annotate-command asyncSpencer Baugh2023-05-051-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-301-10/+26
|\
| * vc-hg-checkin-patch: Add implementation for HgDmitry Gutov2022-10-261-10/+26
* | Immediately check out the right branch or revisionPhilip Kaludercic2022-10-231-2/+5
* | Have 'vc-clone' return a directoryPhilip Kaludercic2022-10-181-1/+2
* | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-081-2/+14
|\ \ | |/
| * Add a VC command to prepare patchesPhilip Kaludercic2022-10-081-0/+12
| * 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
* | * lisp/vc/vc-hg.el (vc-hg-clone): Add 'clone' implementationPhilip Kaludercic2022-10-061-0/+2
|/
* 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