Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
81701:4dec588dee75 | 81702:fc97b55f9678 |
---|---|
1 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the | |
4 only caller, and delete. | |
5 (vc-hg-state): Deal with exceptions and only parse the output on | |
6 successful return. | |
7 | |
8 * vc-hg.el (vc-hg-internal-log): Inline in | |
9 `vc-hg-workfile-version', the only caller, and delete. | |
10 (vc-hg-workfile-version): Deal with exceptions and only parse the | |
11 output on successful return. | |
12 | |
1 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com> | 13 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com> |
2 | 14 |
3 * calculator.el (calculator-expt): Use more cases to determine | 15 * calculator.el (calculator-expt): Use more cases to determine |
4 the value. | 16 the value. |
5 | 17 |