comparison lisp/ChangeLog @ 81477:92dd41bc6130

(vc-bzr-with-process-environment, vc-bzr-std-process-invocation): New macros. (vc-bzr-command, vc-bzr-command*): Use them. (vc-bzr-with-c-locale): Remove. (vc-bzr-dir-state): Replace its use with vc-bzr-command. (vc-bzr-buffer-nonblank-p): New function. (vc-bzr-state-words): New const. (vc-bzr-state): Look for `bzr status` keywords in output. Display everything else as a warning message to the user. Fix status report with bzr >= 0.15.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 20 Jun 2007 06:44:35 +0000
parents 3dedb2297b98
children a5bc46e70093
comparison
equal deleted inserted replaced
81476:3dedb2297b98 81477:92dd41bc6130
1 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
2
3 * vc-bzr.el (vc-bzr-with-process-environment)
4 (vc-bzr-std-process-invocation): New macros.
5 (vc-bzr-command, vc-bzr-command*): Use them.
6 (vc-bzr-with-c-locale): Remove.
7 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8 (vc-bzr-buffer-nonblank-p): New function.
9 (vc-bzr-state-words): New const.
10 (vc-bzr-state): Look for `bzr status` keywords in output.
11 Display everything else as a warning message to the user.
12 Fix status report with bzr >= 0.15.
13
1 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu> 14 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2 15
3 * vc-hg.el (vc-hg-global-switches): Simplify. 16 * vc-hg.el (vc-hg-global-switches): Simplify.
4 (vc-hg-state): Handle more states. 17 (vc-hg-state): Handle more states.
5 (vc-hg-diff): Fix doc-string. 18 (vc-hg-diff): Fix doc-string.