From f40a97091f5ae5ba94d46e41dbc072e2e80c1730 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 14 Sep 2012 20:33:40 -0400 Subject: 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. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lisp/ChangeLog') 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 + + * 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 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input. -- cgit v1.2.1