diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-14 20:33:40 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-14 20:33:40 -0400 |
commit | f40a97091f5ae5ba94d46e41dbc072e2e80c1730 (patch) | |
tree | d058beb7559f024221f9228e5abbcf794c3fc0ab /lisp/ChangeLog | |
parent | cb26b7f5728f68d118c2f1a6694f6cedbf28a0d9 (diff) | |
download | emacs-f40a97091f5ae5ba94d46e41dbc072e2e80c1730.tar.gz |
Improve emacs-bzr-version for lightweight checkouts (bug#12441)
* lisp/version.el (emacs-bzr-version): Doc fix.
(emacs-bzr-version-dirstate): New function.
(emacs-bzr-get-version): For lightweight checkouts, if the parent
is local try and check that it matches the branch. If not, just
use dirstate information.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e27fa53e7b5..34c6d981481 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2012-09-15 Glenn Morris <rgm@gnu.org> + + * version.el (emacs-bzr-version): Doc fix. + (emacs-bzr-version-dirstate): New function. + (emacs-bzr-get-version): For lightweight checkouts, if the parent + is local try and check that it matches the branch. If not, just + use dirstate information. (Bug#12441) + 2012-09-14 Juri Linkov <juri@jurta.org> * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input. |