aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorSam Steingold2009-09-22 23:49:10 +0000
committerSam Steingold2009-09-22 23:49:10 +0000
commit0aa4f295f59c1e4cb3dae225a1ae82759f8953fa (patch)
tree3fd354f7007beeea0078a351cc06ba98e4258888 /lisp/ChangeLog
parent71630ffea060292203f14627262c11172fc35ded (diff)
downloademacs-0aa4f295f59c1e4cb3dae225a1ae82759f8953fa.tar.gz
emacs-0aa4f295f59c1e4cb3dae225a1ae82759f8953fa.zip
(vc-hg-outgoing, vc-hg-incoming): Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7a0790428e..c9c47e46f83 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,7 @@
3 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing. 3 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command' 4 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5 to 1 because hg returns status 1 when nothing is found. 5 to 1 because hg returns status 1 when nothing is found.
6 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6 7
72009-09-22 Stefan Monnier <monnier@iro.umontreal.ca> 82009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8 9