summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-hg.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Finish the Bug#11728 work: hg & gitSam Steingold2018-06-121-16/+24
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-3/+3
* | Fix interaction between vc-hg find-file-hook and vc state cachingDaniel Pittman2018-11-031-3/+1
* | file-attributes cleanupPaul Eggert2018-09-231-8/+9
* | Undo part of previous changePaul Eggert2018-08-221-1/+1
* | Make vc-hg safe for bignumsPaul Eggert2018-08-221-12/+7
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
* | Fix too-large integer in Hg backendPaul Eggert2018-03-231-2/+2
* | Quieten cl-lib related compiler warningsGlenn Morris2018-03-221-2/+2
* | * lisp/vc/vc-hg.el, lisp/vc/vc-git.el: Flush the 'vc-functions' cache.Stefan Monnier2018-01-181-0/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-1/+1
|\ \ | |/
| * Fixes for defcustoms, prompted by cus-test-optsGlenn Morris2017-12-131-1/+1
* | Finish the Bug#11728 work: hg & gitSam Steingold2017-11-031-16/+24
|/
* Avoid assertions in vc-hg.el on MS-WindowsAndy Moreton2017-09-301-4/+8