Mercurial > emacs
comparison lisp/ChangeLog @ 102577:a4d2ede95fbd
(vc-checkin): Add an extra argument for the VC backend,
pass it down to vc-start-logentry.
(vc-next-action, vc-transfer-file): Pass the VC backend to
vc-checkin.
(vc-next-action): Do not assume that all backends in
vc-handled-backends are upper case.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 15 Mar 2009 08:58:02 +0000 |
parents | ca736f834e8c |
children | b8583acd9747 |
comparison
equal
deleted
inserted
replaced
102576:ca736f834e8c | 102577:a4d2ede95fbd |
---|---|
2 | 2 |
3 * vc.el (vc-checkin): Add an extra argument for the VC backend, | 3 * vc.el (vc-checkin): Add an extra argument for the VC backend, |
4 pass it down to vc-start-logentry. | 4 pass it down to vc-start-logentry. |
5 (vc-next-action, vc-transfer-file): Pass the VC backend to | 5 (vc-next-action, vc-transfer-file): Pass the VC backend to |
6 vc-checkin. | 6 vc-checkin. |
7 (vc-next-action): Do not assume that all backends in | |
8 vc-handled-backends are upper case. | |
7 | 9 |
8 2009-03-15 Chong Yidong <cyd@stupidchicken.com> | 10 2009-03-15 Chong Yidong <cyd@stupidchicken.com> |
9 | 11 |
10 * files.el (get-free-disk-space): Ensure that default-directory is | 12 * files.el (get-free-disk-space): Ensure that default-directory is |
11 usable before calling call-process. Suggested by Kevin | 13 usable before calling call-process. Suggested by Kevin |