diff options
| author | Dan Nicolaescu | 2009-12-14 17:12:18 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-12-14 17:12:18 +0000 |
| commit | 110de3bb16877fc9ffcf2e89a7d7438315197ac2 (patch) | |
| tree | a84c52d66aaeccdb83f07556f93864ef772ec490 /lisp/ChangeLog | |
| parent | 86b5e14c2d5e62d26fae6b0796e4e3c73769d2c5 (diff) | |
| download | emacs-110de3bb16877fc9ffcf2e89a7d7438315197ac2.tar.gz emacs-110de3bb16877fc9ffcf2e89a7d7438315197ac2.zip | |
(vc-hg-working-revision): Make sure the command is executed in a
known environment so that we can parse the output. (Bug#4417)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 149cb6c7b22..a1d81fb1873 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * vc-hg.el (vc-hg-print-log): Fix argument order. | 3 | * vc-hg.el (vc-hg-print-log): Fix argument order. |
| 4 | (vc-hg-working-revision): Make sure the command is executed in a | ||
| 5 | known environment so that we can parse the output. (Bug#4417) | ||
| 4 | 6 | ||
| 5 | 2009-12-14 Chong Yidong <cyd@stupidchicken.com> | 7 | 2009-12-14 Chong Yidong <cyd@stupidchicken.com> |
| 6 | 8 | ||