Mercurial > emacs
diff lisp/ChangeLog @ 81702:fc97b55f9678
* vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
only caller, and delete.
(vc-hg-state): Deal with exceptions and only parse the output on
successful return.
* vc-hg.el (vc-hg-internal-log): Inline in
`vc-hg-workfile-version', the only caller, and delete.
(vc-hg-workfile-version): Deal with exceptions and only parse the
output on successful return.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 05 Jul 2007 14:55:34 +0000 |
parents | 4dec588dee75 |
children | 427009f42fcb |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 04 13:54:30 2007 +0000 +++ b/lisp/ChangeLog Thu Jul 05 14:55:34 2007 +0000 @@ -1,3 +1,15 @@ +2007-07-05 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the + only caller, and delete. + (vc-hg-state): Deal with exceptions and only parse the output on + successful return. + + * vc-hg.el (vc-hg-internal-log): Inline in + `vc-hg-workfile-version', the only caller, and delete. + (vc-hg-workfile-version): Deal with exceptions and only parse the + output on successful return. + 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com> * calculator.el (calculator-expt): Use more cases to determine