Mercurial > emacs
diff lisp/ChangeLog @ 108322:a70c2c59b3f6
Fix hg envvar handling (Bug#5846).
* vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
(vc-hg-working-revision): Likewise. Use hg parents, not hg parent
(Bug#5846).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 20 Apr 2010 11:57:54 -0400 |
parents | 497767b878dc |
children | bdf81babd7c5 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Apr 20 00:54:28 2010 -0700 +++ b/lisp/ChangeLog Tue Apr 20 11:57:54 2010 -0400 @@ -1,3 +1,9 @@ +2010-04-20 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC. + (vc-hg-working-revision): Likewise. Use hg parents, not hg parent + (Bug#5846). + 2010-04-20 Glenn Morris <rgm@gnu.org> * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.