branch: externals/webfeeder
commit 6037848ee495a67510d8b43f1fbe319b76dbd859
Author: Pierre Neidhardt
Commit: Pierre Neidhardt
Version 1.1.2.
---
webfeeder.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webfeeder.el b/webfeeder.el
index 3ff4f8c..7a4d5b6 100644
--- a/w
branch: externals/marginalia
commit de30fcd7bb4d61a39db0f344ad311ee83f7c1bbe
Author: Daniel Mendler
Commit: Daniel Mendler
marginalia-annotate-variable: Obtain value before let-binding the print
variables
---
marginalia.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --
branch: externals/marginalia
commit 7968b43dec53e9f2a6e51d106d4d25da999e5da6
Author: Daniel Mendler
Commit: Daniel Mendler
Set `print-length/level` as per recommendation by @tsdh
---
marginalia.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/marginalia.el b/margina
branch: externals/marginalia
commit d1deaea44778b0a62bf25b48a6fdd443914e48ca
Author: Daniel Mendler
Commit: Daniel Mendler
Call `truncate-string-to-width` only on short strings (Fix #85)
Work around Emacs bug#48839 where `string-width' takes infinititely long
for very long one-l
branch: externals/marginalia
commit 42d1950891bc68c9d444596b56b0ba359f6298d3
Author: Daniel Mendler
Commit: Daniel Mendler
Reduce print-level/length
---
marginalia.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/marginalia.el b/marginalia.el
index e9e5588..4c8021d
branch: externals/marginalia
commit cce40a184109479a3e5f1032f52395c1d1fc8ca9
Author: Daniel Mendler
Commit: Daniel Mendler
marginalia--truncate: Take first line before the length check
---
marginalia.el | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/marginalia.e
elpasync pushed a change to branch externals/marginalia.
from 2d9a40a README: Formatting
new d1deaea Call `truncate-string-to-width` only on short strings
(Fix #85)
new cce40a1 marginalia--truncate: Take first line before the length
check
new 7968b43 Set `p
branch: externals/devdocs
commit 2113d600aa23c2ba2135fa275a5ef1094f3d
Author: Augusto Stoffel
Commit: Augusto Stoffel
Expand relative links
Closes #3
---
devdocs.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/devdocs.el b/devdocs.el
index a2fc46a..1
branch: externals/marginalia
commit 6e5d4dbac7096cd10f69e3f43c61eb722932a9b1
Author: Daniel Mendler
Commit: Daniel Mendler
Revert "marginalia--truncate: Take first line before the length check"
This reverts commit cce40a184109479a3e5f1032f52395c1d1fc8ca9.
---
marginalia.el | 8
branch: externals/marginalia
commit 4c6272ffc4836de052c8b06f681b0e700cb01602
Author: Daniel Mendler
Commit: Daniel Mendler
Revert "Call `truncate-string-to-width` only on short strings (Fix #85)"
This reverts commit d1deaea44778b0a62bf25b48a6fdd443914e48ca.
---
marginalia.el | 5 --
elpasync pushed a change to branch externals/marginalia.
from 42d1950 Reduce print-level/length
new 6e5d4db Revert "marginalia--truncate: Take first line before the
length check"
new 4c6272f Revert "Call `truncate-string-to-width` only on short
strings (Fix #85)"
S
branch: externals/consult
commit 1a5a63c8b7abece691e130708e7937180ebeeb5e
Author: Daniel Mendler
Commit: Daniel Mendler
Use Emacs bug references
---
consult.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index fb8b901..bed3eb7 100644
--- a/c
branch: externals/consult
commit 1a2e79bcfc7d6273dbd2dae3ad7772a01c391761
Author: Daniel Mendler
Commit: Daniel Mendler
Use Emacs bug reference
---
consult.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index bed3eb7..1a793b7 100644
--- a/co
elpasync pushed a change to branch elpa/tuareg.
from 37a6730 opam: Minor fix to the documentation
new 75c1ffc Make beginning-of-defun (C-M-a) repeatable
new b0a2547 Let declarative `and` begin a defun
new fa87a10 Put indentation tests in ERT
new cd86e
branch: elpa/tuareg
commit 75c1ffc1cf07657d274a11a1f43be9e98106bd05
Author: Mattias Engdegård
Commit: Stefan Monnier
Make beginning-of-defun (C-M-a) repeatable
Ensure that `tuareg-beginning-of-defun` right at the beginning of a
defun moves point to the beginning of the previous
branch: elpa/tuareg
commit cd86e73b1ff04222043f685e635c988f182368dd
Author: Mattias Engdegård
Commit: Stefan Monnier
Remove key binding for obsolete tuareg-narrow-to-phrase (bug#243)
`C-x n d` is bound to `narrow-to-defun` by default; the old binding
generates a useless obsoleti
branch: elpa/tuareg
commit b0a2547c71716c766ab5eac39ea7c3cd22e9713d
Author: Mattias Engdegård
Commit: Stefan Monnier
Let declarative `and` begin a defun
Since each `and` hitched to a `type` or declarative `let` produces a
definition, consider them defuns in their own right. Prev
branch: elpa/tuareg
commit 24c1a1adbe51d93f681e72442fa73f885eb33776
Author: Stefan Monnier
Commit: Stefan Monnier
* tuareg-tests.el (tuareg--lets): New macro
(tuareg-beginning-of-defun, tuareg-chained-defun): Use it.
---
tuareg-tests.el | 55
branch: elpa/tuareg
commit a0954c30901f7bd314408ebbf05fbc7f1cbdae7c
Author: Stefan Monnier
Commit: Stefan Monnier
* tuareg-tests.el (tuareg-chained-defun): Fix warnings
---
tuareg-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tuareg-tests.el b/tuareg-tests.el
branch: elpa/tuareg
commit fa87a105dab53d3d17553c071dae53a2e5c744e5
Author: Mattias Engdegård
Commit: Stefan Monnier
Put indentation tests in ERT
Move the currently failing parts of indent-test.ml to
indent-test-failed.ml and test them both as separate tests
in tuareg-tests.
branch: elpa/tuareg
commit 0a501f77f9da94a8b6598ad4d5152c7890bb16ba
Author: Mattias Engdegård
Commit: Stefan Monnier
Update list of Emacs versions for CI
Don't try to run on Emacs older than 24.4 since that is what tuareg
requires. Drop a few old subreleases and add more modern
monnier pushed a change to branch externals/vc-hgcmd.
at d23de9d Use vc-read-revision
This branch includes the following new commits:
new 997cdfe Initial commit
new 90d6c16 vc-hgcmd
new f1bf6d6 Installation note
new 0bfb041 Package-lint issues f
branch: externals/vc-hgcmd
commit 90d6c16e963e3179076471782da79f9118b97fcf
Author: muffinmad
Commit: muffinmad
vc-hgcmd
---
README.md | 64 -
vc-hgcmd.el | 820
2 files changed, 883 insertions(+), 1 deletion(-)
diff --git
branch: externals/vc-hgcmd
commit 1d42f77ed474e5ec9e44d1df24d4069fe74ccdd2
Author: muffinmad
Commit: muffinmad
readme updated
---
README.md | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 7a25a49..ef4422f 100644
--- a/README.md
+++
branch: externals/vc-hgcmd
commit 0bfb04134ba90f9cfccebbe638e8489584b740c8
Author: muffinmad
Commit: muffinmad
Package-lint issues fixed
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index d40e4ae..9428e1d 100644
--- a/vc-h
branch: externals/vc-hgcmd
commit 086e05dd5c9b1082e5b3df4060c282c1c7eb3243
Author: muffinmad
Commit: muffinmad
fixed more typos
---
README.md | 8
vc-hgcmd.el | 10 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 696728d..0a9
branch: externals/vc-hgcmd
commit 48778bd4adc6a3eab29498f19280f5c1f5c4bc68
Author: muffinmad
Commit: muffinmad
fixed typos
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ef4422f..bdd69a9 100644
--- a/README.md
+++ b/README.m
branch: externals/vc-hgcmd
commit ca1123252a558032866ed1537d6d217139e03822
Author: muffinmad
Commit: muffinmad
fixed typos
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 9b3e99c..ac8d036 100644
--- a/vc-hgcmd.el
+++ b/
branch: externals/vc-hgcmd
commit 39a233b522a6b306e5a3a3bdebd554e6cad9
Author: muffinmad
Commit: muffinmad
Use relative filename on check status
For local files absolute filename is ok but not for remote files
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletio
branch: externals/vc-hgcmd
commit c6c86671453cfa6102aaa62f8814543f3ef1ff21
Author: muffinmad
Commit: muffinmad
Don't pass abbreviated repo root dir to hg
---
vc-hgcmd.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 13e83fe..df90df8
branch: externals/vc-hgcmd
commit 15c33053627951b32cbbaceac27271333df4ba4f
Author: muffinmad
Commit: muffinmad
Don't pass abbreviated repo root dir to hg
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index df90df8..43925ce 1006
branch: externals/vc-hgcmd
commit 0bd38bedbd3e1a12906de661c8576625cdc6afdf
Author: muffinmad
Commit: muffinmad
User parent info from summary in there are no log
---
vc-hgcmd.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 7175fc8..392df40 100644
---
branch: externals/vc-hgcmd
commit 90989700f7f61e4edb3bd7cc8575c5825e1dcd0e
Author: muffinmad
Commit: muffinmad
removed unused format variable
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 9428e1d..9b3e99c 100644
--- a/vc-
branch: externals/vc-hgcmd
commit c95696fb2da0b0ebc9173bc0335e11083d5e87b8
Author: muffinmad
Commit: muffinmad
Graph log for branch or root log
---
README.md | 8 ++--
vc-hgcmd.el | 27 +--
2 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/READM
branch: externals/vc-hgcmd
commit 15c2c27dd25f5219de6dfb7abc5d412486861684
Author: muffinmad
Commit: muffinmad
Communication with tty process
For remote files process communication type is tty instead of pipe.
In this case prepend each character in binary data with ^V (literal n
branch: externals/vc-hgcmd
commit e47e11bb265ed9893927b66ec319a896cf95c648
Author: muffinmad
Commit: muffinmad
don't pass relative file names to vc-state
---
vc-hgcmd.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index e6294bf..3d0d
branch: externals/vc-hgcmd
commit 088aaa4d0d8d60bde4229407db88373d6dba1f6a
Author: muffinmad
Commit: muffinmad
lazy completion table on branch merge
---
vc-hgcmd.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 7518fc6..48dd618
branch: externals/vc-hgcmd
commit f1bf6d622b8e42d4b972ba48efa90cafe7222371
Author: muffinmad
Commit: muffinmad
Installation note
---
README.md | 8
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 97b161d..7a25a49 100644
--- a/README.md
+++ b/README.md
@@ -
branch: externals/vc-hgcmd
commit aef3092eb1d81e5fbcb65d92c519c587143fc8dc
Author: muffinmad
Commit: muffinmad
vc registered for symlinks fixed
---
vc-hgcmd.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 430e1fc..e6294bf 100644
-
branch: externals/vc-hgcmd
commit c05d560a81cbf108579d2b52c49896eabb334c74
Author: muffinmad
Commit: muffinmad
melpa-stable badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e4ad2a3..2253fe9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,
branch: externals/vc-hgcmd
commit e39d4845ddf96ef702138314eab2fdf88e2fd9bb
Author: muffinmad
Commit: muffinmad
fail gracefully if hg executable is absent
---
vc-hgcmd.el | 84 ++---
1 file changed, 47 insertions(+), 37 deletions(-)
di
branch: externals/vc-hgcmd
commit 7e4fc392a03cbd26c90a3cce48f5148b3d4818c8
Author: muffinmad
Commit: muffinmad
Custom function to edit initial commit message
---
README.md | 12
vc-hgcmd.el | 43 +--
2 files changed, 49 insertions(+), 6
branch: externals/vc-hgcmd
commit 3b2d060848002c7551ef20fd51e9efcc231db168
Author: muffinmad
Commit: muffinmad
Show command output on command error
---
vc-hgcmd.el | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 6a28324..a7
branch: externals/vc-hgcmd
commit 88452e2ba586d2b912035707dcc70e2b1086628e
Author: muffinmad
Commit: muffinmad
indentation
---
vc-hgcmd.el | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 9b48243..be263cd
branch: externals/vc-hgcmd
commit 997cdfe13c7894157bf825a2a9742e25f279941e
Author: Andrii Kolomoiets
Commit: GitHub
Initial commit
---
.gitignore | 11 +++
README.md | 2 ++
2 files changed, 13 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000.
branch: externals/vc-hgcmd
commit 5416977d9cfd1257f721e554330e54c1142bc949
Author: muffinmad
Commit: muffinmad
command callback must be called in output buffer
---
vc-hgcmd.el | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index e7f0
branch: externals/vc-hgcmd
commit adb7cb582ee888759e35ae25183c8ee5e28c294d
Author: muffinmad
Commit: muffinmad
directories are always registered
---
vc-hgcmd.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index f6407e7..13e83fe 100644
-
branch: externals/vc-hgcmd
commit d9bc82c74c41b9735d8351e9b669dc75c79ba681
Author: muffinmad
Commit: muffinmad
fixed typo
---
README.md | 2 +-
vc-hgcmd.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index bdd69a9..696728d 100644
--- a/READ
branch: externals/vc-hgcmd
commit 895153385e921fb40aa715229fcb91557e0567cf
Author: muffinmad
Commit: muffinmad
Notes about installing from melpa
---
README.md | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2253fe9..0a454aa 100644
--- a/R
branch: externals/vc-hgcmd
commit 3e5782c33cc5d6610a602879675db111b23d24cf
Author: muffinmad
Commit: muffinmad
Handle unexpected output; Handle non-latin branch/file names
---
vc-hgcmd.el | 58 +++---
1 file changed, 43 insertions(+), 15 d
branch: externals/vc-hgcmd
commit d30560dd0a6a59bf93e3cfcff6bdc78f71faea2b
Author: Andrii Kolomoiets
Commit: GitHub
Melpa badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0a98578..c011b4a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5
branch: externals/vc-hgcmd
commit 261ef39b61849326e52465c3a26c3cc7ba0d7610
Author: muffinmad
Commit: muffinmad
version 1.3.1
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 62424e1..25c6f8e 100644
--- a/vc-hgcmd.el
+++ b/vc
branch: externals/vc-hgcmd
commit d439b43ac3c9f0f2e16c89ca35201317ab184b75
Author: muffinmad
Commit: muffinmad
Running command indicator in output buffer mode line
---
vc-hgcmd.el | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
branch: externals/vc-hgcmd
commit 3f8c60b82a00cac1740c5dd21f0d4573cc368f34
Author: muffinmad
Commit: muffinmad
Create output buffer before actually running command
---
vc-hgcmd.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index
branch: externals/vc-hgcmd
commit 64af3c5001c398d5d63eeda6f06c6e10633ed911
Author: muffinmad
Commit: muffinmad
make hgcmd process buffer hidden
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 48dd618..373dfc8 100644
---
branch: externals/vc-hgcmd
commit 18e601063f4f8e18fdd909f16ee2a22f94909f82
Author: muffinmad
Commit: muffinmad
Show shelve in vc-dir
---
vc-hgcmd.el | 199
1 file changed, 188 insertions(+), 11 deletions(-)
diff --git a/vc-hgcmd.
branch: externals/vc-hgcmd
commit e6f1105e9e93120f3acb29fd018d0a1606198ddb
Author: muffinmad
Commit: muffinmad
Use relative file names for all commands
---
vc-hgcmd.el | 29 +++--
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.
branch: externals/vc-hgcmd
commit 601fe6ddebd8346105400fb5ec827c9824a05f6f
Author: muffinmad
Commit: muffinmad
Fixed docstring of vc-hgcmd--current-command
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 0b7f8ed..a99732d 10
branch: externals/vc-hgcmd
commit 323b4ab7336e5b2c1949b41f3268aae14c0ded05
Author: muffinmad
Commit: muffinmad
Option to skip data on error channel
---
vc-hgcmd.el | 48 +---
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/vc-hgcmd
branch: externals/vc-hgcmd
commit 876f7cbb1a8d37dd693e2a880f961dec08b2c2d2
Author: muffinmad
Commit: muffinmad
Handle nil on reading parents
---
vc-hgcmd.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index fa365db..62424e1 100644
--- a
branch: externals/vc-hgcmd
commit e0ecc56599b7cf6bede2f77af0ee5f8a8bb3a6f1
Author: muffinmad
Commit: muffinmad
ui.interactive and encoding
---
README.md | 4 +++
vc-hgcmd.el | 114 +++-
2 files changed, 79 insertions(+), 39 deletio
branch: externals/vc-hgcmd
commit f48b82b98f94218bf8208248121ac62a6fdb2214
Author: muffinmad
Commit: muffinmad
Filename must be relative to vc root
---
vc-hgcmd.el | 36
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgc
branch: externals/vc-hgcmd
commit 5edf2b9ebbe68a05e1d9ad119e239154577953bf
Author: muffinmad
Commit: muffinmad
Enable shelve extension and shelve list by default (fixes #2)
---
vc-hgcmd.el | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
branch: externals/vc-hgcmd
commit 2d4d1856879fc48c65531a6e742ace5bd4d60f0e
Author: muffinmad
Commit: muffinmad
List all unresolved files in vc-dir
---
vc-hgcmd.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 32c7e2e..aa66
branch: externals/vc-hgcmd
commit 4556145c76bc91e767565b5a33cbdae08b27a7bf
Author: muffinmad
Commit: muffinmad
create hg process once
---
vc-hgcmd.el | 60 +---
1 file changed, 29 insertions(+), 31 deletions(-)
diff --git a/vc-hgcmd.e
branch: externals/vc-hgcmd
commit 3ee691dee26a1109092a05bf8aa56b55051258ec
Author: Andrii Kolomoiets
Commit: GitHub
Wrong heading in readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 753a525..627c266 100644
--- a/README.md
+
branch: externals/vc-hgcmd
commit ba07f1aaa35bb1bcd5f06b445b118c86a31c417f
Author: muffinmad
Commit: muffinmad
Added extra file info; support older hg
---
README.md | 8 +++---
vc-hgcmd.el | 86 +++--
2 files changed, 70 insertions(
branch: externals/vc-hgcmd
commit 6d8f45c4172835737f8675247399341a482a8e04
Author: muffinmad
Commit: muffinmad
Use "diff -c" on diff for single revision
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 36d5f6c..d043c93 1
branch: externals/vc-hgcmd
commit 1515cd8cca0b749da482fa1af6e0576da98aa1ac
Author: muffinmad
Commit: muffinmad
View log for revset
---
README.md | 3 +++
vc-hgcmd.el | 25 ++---
2 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
inde
branch: externals/vc-hgcmd
commit a0c25ca19ea516be65cf9ed3626cb34ab766fd1c
Author: muffinmad
Commit: muffinmad
Use relative filename on rename
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 8c30250..c0ca1d1 100644
---
branch: externals/vc-hgcmd
commit c62c14e119685f542de9bef367f63ceda4f4a36f
Author: muffinmad
Commit: muffinmad
Use process-send-eof for pty processes
It was unescaped `\n` who caused troubles when using `process-send-eof` for
pty processes
---
vc-hgcmd.el | 22 +---
branch: externals/vc-hgcmd
commit 4c6b2e764c951041ff2c9cef0eda7bbd4a2d7a62
Author: muffinmad
Commit: muffinmad
Kill process buffer when process terminates
---
vc-hgcmd.el | 8
1 file changed, 8 insertions(+)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 348a49a..dbbb455 100644
---
branch: externals/vc-hgcmd
commit ce3670715d03cc9c07657e1b32ee7669bdb3e3d3
Author: muffinmad
Commit: muffinmad
Find proper filename across renames on diff
---
vc-hgcmd.el | 28 ++--
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcm
branch: externals/vc-hgcmd
commit 680c1e63047d25118d5382f318f98de4e01cda2a
Author: muffinmad
Commit: muffinmad
v1.6.6
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index b86cfd3..8676782 100644
--- a/vc-hgcmd.el
+++ b/vc-hgcmd.
branch: externals/vc-hgcmd
commit f87a21db31be28867848fe8620f9d597ad84bdb9
Author: muffinmad
Commit: muffinmad
next/previous revison respects files
`p` and `n` in annotation buffer works correctly now
---
README.md | 10 --
vc-hgcmd.el | 111 +
branch: externals/vc-hgcmd
commit 01447f9ed1c6641182a55e622a8ee59f630dcf19
Author: muffinmad
Commit: muffinmad
Set LANGUAGE=C
Because of output messages parse for summary and log
---
vc-hgcmd.el | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el
branch: externals/vc-hgcmd
commit dc7d629cec310e97ea195da1592a35f69aa66c66
Author: muffinmad
Commit: muffinmad
removed useless vconcat and bindat-unpack call
---
vc-hgcmd.el | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 8712e5
branch: externals/vc-hgcmd
commit e13ae5e81e3095937d141dffb7b187e2ba34727e
Author: muffinmad
Commit: muffinmad
Fixed package-lint reported issues
error: You should depend on (emacs "26.1") if you need format field numbers.
warning: Closing parens should not be wrapped onto new l
branch: externals/vc-hgcmd
commit f093b75422b8a6c2cc41d513aa69670d7125862d
Author: muffinmad
Commit: muffinmad
Message if hg command is running when running another
Instead of infinite loop
---
vc-hgcmd.el | 61 +
1 file c
branch: externals/vc-hgcmd
commit 646c9b73f305b84ab3d7df07eff7c9c6466ffdf7
Author: muffinmad
Commit: muffinmad
inline some functions; handle killed output buffers
---
vc-hgcmd.el | 227 ++--
1 file changed, 100 insertions(+), 127 delet
branch: externals/vc-hgcmd
commit fc7b852a87030148979ea4397d7cc32301aa9dce
Author: muffinmad
Commit: muffinmad
Don't retrieve files for fileless diff; region-history
---
vc-hgcmd.el | 41 +++--
1 file changed, 27 insertions(+), 14 deletions(-)
diff --git
branch: externals/vc-hgcmd
commit b67e78d0fb11e044874fa0fe88cd79dcacd311ca
Author: muffinmad
Commit: muffinmad
Implement update-on-retrieve-tag
---
vc-hgcmd.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index acc95b4..e1ea97a 100644
-
branch: externals/vc-hgcmd
commit 2137d675189e7699108e10ef4eba1b246869ad06
Author: muffinmad
Commit: muffinmad
Find proper filename across renames on find revision
---
vc-hgcmd.el | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index e27d
branch: externals/vc-hgcmd
commit 44afcf1583ab34fe27ea801bb3684dff7ed0c871
Author: muffinmad
Commit: muffinmad
Shortlog
---
README.md | 2 +-
vc-hgcmd.el | 88 ++---
2 files changed, 62 insertions(+), 28 deletions(-)
diff --git a/R
branch: externals/vc-hgcmd
commit c16d22ebf1c3592f0b52e4c5d945b8692a63db50
Author: muffinmad
Commit: muffinmad
Use single `looking-at` to on summary parsing
---
vc-hgcmd.el | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 40602ad..6d
branch: externals/vc-hgcmd
commit f92c39b32d9a447dec5bd914d0676d1df72d0ae3
Author: muffinmad
Commit: muffinmad
Fixed regexp
---
vc-hgcmd.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 6d37c79..98c7c46 100644
--- a/vc-hgcmd.el
+++
branch: externals/vc-hgcmd
commit 0c8c55495c098e4ad727fd2e8fffc5bcade2a878
Author: muffinmad
Commit: muffinmad
region history
---
vc-hgcmd.el | 45 +
1 file changed, 41 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index d0
branch: externals/vc-hgcmd
commit 0fbd67b24eb6b6f3c3e105b916263b7cc5b94076
Author: muffinmad
Commit: muffinmad
Version 1.10
---
vc-hgcmd.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index a3d48e6..f41c953 100644
--- a/vc-hgcmd.el
+++ b/v
branch: externals/vc-hgcmd
commit f5ecf9b11b798aaa1f63ad64227fc7e59658c8ae
Author: muffinmad
Commit: muffinmad
Interactive function to run custom hg commands
---
README.md | 4
vc-hgcmd.el | 9 -
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/README.md b/READM
branch: externals/vc-hgcmd
commit f4441d46ec037950962b2111d5ea54c4bbca61d8
Author: muffinmad
Commit: muffinmad
Update copyright year
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index f41c953..0b02834 100644
--- a/vc-hgcmd.el
branch: externals/vc-hgcmd
commit 1f7e6d057920f67af4b36c09dd6edd6cf111d4ab
Author: muffinmad
Commit: muffinmad
View changes made by revision; diff to parents
---
README.md | 12 -
vc-hgcmd.el | 83 ++---
2 files changed, 90 i
branch: externals/vc-hgcmd
commit 6379ef242cc2ac8366a6e6f1c588245577c76a3a
Author: muffinmad
Commit: muffinmad
process-environment order
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 024be4a..0b7f8ed 100644
--- a/vc-hgcmd
branch: externals/vc-hgcmd
commit 0b052a6e38b58a123ab48001473dab1df2eaa4c6
Author: muffinmad
Commit: muffinmad
Suppress untrusted hgrc warning
---
vc-hgcmd.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 065e23b..c5aab45 100644
branch: externals/vc-hgcmd
commit 5c735b3e3897b7ba52b5ac4e6a2f43ca283fd52d
Author: muffinmad
Commit: muffinmad
Implement repository-url
---
vc-hgcmd.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 1025981..8df4653 100644
--- a/vc
branch: externals/vc-hgcmd
commit b82518fed8dfeaa4c251c407ddf9489150b0c954
Author: muffinmad
Commit: muffinmad
Functions implementation status in commentary
---
vc-hgcmd.el | 71 -
1 file changed, 70 insertions(+), 1 deletion(-)
d
branch: externals/vc-hgcmd
commit 4528bac7063d8daa0b13a3f11c2fc433b0032d00
Author: muffinmad
Commit: muffinmad
use vc-state in find-file-hook; removed done todos
---
vc-hgcmd.el | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index e
branch: externals/vc-hgcmd
commit 45000c801e4e5ffe8f454fe10980afc0d54b8e38
Author: muffinmad
Commit: muffinmad
Don't append extra empty line in vc-dir
---
vc-hgcmd.el | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 6dad07f..546a
branch: externals/vc-hgcmd
commit 2b1b87ba16195c19ff0ebf808bfb26eae40eb8af
Author: muffinmad
Commit: muffinmad
Trim left whitespace from entry value in vc-dir
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 546a017..7ffc964
branch: externals/vc-hgcmd
commit e0f6e412c66bb8d57549d0d83dcdcab5b71db664
Author: muffinmad
Commit: muffinmad
Fixed retrieval of working revision on merge
`hg id` returns `rev1+rev2+` in this case
---
vc-hgcmd.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --gi
branch: externals/vc-hgcmd
commit da539aaa348ac55c9f2d09fee10b51300f34106a
Author: muffinmad
Commit: muffinmad
Skip lines with unknow status while parsing 'hg status'
With 'ui.verbose' option turned on there are some additional lines in
'status' output:
```
# The repository
1 - 100 of 117 matches
Mail list logo