Mercurial > emacs
comparison lisp/ChangeLog @ 94804:33d1e8fb0ae5
Make SCCS backend directory-aware.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 09 May 2008 16:33:30 +0000 |
parents | 0c63a93bf877 |
children | 89d37b54b964 |
comparison
equal
deleted
inserted
replaced
94803:0c63a93bf877 | 94804:33d1e8fb0ae5 |
---|---|
1 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> | |
2 | |
3 * vc-scs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback, | |
4 vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment, | |
5 vc-sccs-print-log, vc-sccs-diff): Teach SCCS back end to grok | |
6 directories. | |
7 | |
1 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca> | 8 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 9 |
3 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the | 10 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the |
4 state to be consistent since it's often an unwarranted restriction. | 11 state to be consistent since it's often an unwarranted restriction. |
5 Don't return the state either. | 12 Don't return the state either. |
19 (vc-update): Remove unused let bindings. | 26 (vc-update): Remove unused let bindings. |
20 | 27 |
21 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> | 28 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> |
22 | 29 |
23 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff) | 30 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff) |
24 (vc-diff, vc-revert, vc-rollback, vc-update): | 31 (vc-diff, vc-revert, vc-rollback, vc-update), |
25 * vc-dispatcher.el (vc-dispatcher-selection-set): | 32 vc-dispatcher.el (vc-dispatcher-selection-set): |
26 Get rid of 4 special cases in fileset selection. This involved | 33 Get rid of 4 special cases in fileset selection. This involved |
27 changing the return value of (vc-deduce-fileset) so that it passes | 34 changing the return value of (vc-deduce-fileset) so that it passes |
28 back a deduced state as well as a deduced back end, | 35 back a deduced state as well as a deduced back end, |
29 | 36 |
30 2008-05-08 Sam Steingold <sds@gnu.org> | 37 2008-05-08 Sam Steingold <sds@gnu.org> |