index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
vc
/
vc-hg.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor bugs in vc-git and vc-hg on Windows uncovered by vc-tests
Eli Zaretskii
2023-09-01
1
-1
/
+4
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into feature/package+vc
Philip Kaludercic
2022-10-30
1
-10
/
+26
|
\
|
*
vc-hg-checkin-patch: Add implementation for Hg
Dmitry Gutov
2022-10-26
1
-10
/
+26
*
|
Immediately check out the right branch or revision
Philip Kaludercic
2022-10-23
1
-2
/
+5
*
|
Have 'vc-clone' return a directory
Philip Kaludercic
2022-10-18
1
-1
/
+2
*
|
Merge branch 'master' into feature/package+vc
Philip Kaludercic
2022-10-08
1
-2
/
+14
|
\
|
|
*
Add a VC command to prepare patches
Philip Kaludercic
2022-10-08
1
-0
/
+12
|
*
Add a new command vc-pull-and-push
Lars Ingebrigtsen
2022-09-24
1
-1
/
+1
|
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-1
/
+1
*
|
* lisp/vc/vc-hg.el (vc-hg-clone): Add 'clone' implementation
Philip Kaludercic
2022-10-06
1
-0
/
+2
|
/
*
Prefer defvar-keymap in vc/*.el
Stefan Kangas
2022-08-10
1
-7
/
+4
*
Prefer ‘time-equal-p’ to ‘equal’ on timestamps
Paul Eggert
2022-08-01
1
-2
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Make 'inhibit-changing-match-data' obsolete and adjust callers
Lars Ingebrigtsen
2021-10-07
1
-4
/
+3
|
/
*
; More stylistic docfixes in vc/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-7
/
+6
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-5
/
+5
*
; Minor doc fixes found by checkdoc
Stefan Kangas
2021-09-13
1
-2
/
+2
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-2
/
+2
*
; Remove some useless comments
Stefan Kangas
2021-04-16
1
-4
/
+0
*
; Remove some redundant installation instructions
Stefan Kangas
2021-04-03
1
-2
/
+0
*
Delete empty "History" sections
Stefan Kangas
2021-03-30
1
-3
/
+0
*
lisp/vc/*.el: Use lexical-bindings in all the files
Stefan Monnier
2021-02-26
1
-32
/
+23
*
Refine use of vc-dir faces; apply to all backends
Protesilaos Stavrou
2021-02-10
1
-2
/
+2
*
Fix vc-hg-rename-file on file names like ~/foo/bar
Lars Ingebrigtsen
2021-01-30
1
-1
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Dmitry Gutov
2020-12-10
1
-6
/
+5
*
Prefer setq-local in vc/*.el
Stefan Kangas
2020-12-05
1
-10
/
+10
*
Clear the vc-state cache when returning nil
Dmitry Gutov
2020-11-10
1
-1
/
+4
*
Remove extra process call from vc-hg-registered
Tom Fitzhenry
2020-11-10
1
-1
/
+1
*
vc-hg: use 'hg summary' to populate vc-dir headers
Andrii Kolomoiets
2020-08-09
1
-17
/
+20
*
vc-hg-create-tag: Possibility to create a branch
Andrii Kolomoiets
2020-08-09
1
-3
/
+21
*
Add optional remote-name argument to VC repository-url command
Tassilo Horn
2020-06-15
1
-2
/
+3
*
Add new VC command `repository-url'
Tassilo Horn
2020-06-14
1
-0
/
+7
*
Merge from origin/emacs-27
Glenn Morris
2020-02-13
1
-6
/
+9
|
\
|
*
; Add a TODO
Dmitry Gutov
2020-02-12
1
-0
/
+3
|
*
vc-hg-dir-status-files: Fix when DIR is not repository root
Dmitry Gutov
2020-02-12
1
-6
/
+6
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Use regexp type for regexps in defcustom declarations
Mattias Engdegård
2019-12-26
1
-1
/
+1
|
/
*
Fix compilation warning in vc-hg.el
Juanma Barranquero
2019-11-30
1
-0
/
+2
*
vc-hg: prompt for branch to merge
Andrii Kolomoiets
2019-11-30
1
-4
/
+9
*
Support showing one revision with Mercurial
Eli Zaretskii
2019-11-29
1
-0
/
+2
*
Call vc-setup-buffer in vc-hg-log-incoming and vc-hg-log-outgoing
Andrii Kolomoiets
2019-11-27
1
-0
/
+2
*
Support 'vc-region-history' for Mercurial
Eli Zaretskii
2019-11-21
1
-0
/
+49
*
Avoid using subr-x function
Lars Ingebrigtsen
2019-11-15
1
-1
/
+2
*
lisp/vc/vc-hg.el: Don't pass empty string to hg update
Andrii Kolomoiets
2019-11-15
1
-1
/
+1
*
VC: ability to skip update buffers prompt
Andrii Kolomoiets
2019-11-14
1
-0
/
+2
*
Add ui.report_untrusted=0 to vc-hg log commands
Andrii Kolomoiets
2019-10-17
1
-2
/
+4
[next]