Eric S. Raymond
192350af69
Make vc-deduce-fileset do the right thing in derived buffers.
2008-05-14 17:12:38 +00:00
Eric S. Raymond
77c5055c7b
Tell (vc-expand-dirs) not to throw out explicitly specified files.
2008-05-12 18:49:07 +00:00
Dan Nicolaescu
84cb74cf07
Re-add Todo item about merging.
2008-05-12 17:19:41 +00:00
Dan Nicolaescu
93614fc1f8
(with-vc-file, edit-vc-file): Remove unused macros.
2008-05-12 16:37:30 +00:00
Dan Nicolaescu
b257def74f
(vc-annotate-show-diff-revision-at-line): Remove incorrect
...
cons. Use vc-annotate-backend.
2008-05-12 16:22:42 +00:00
Stefan Monnier
ee5657de26
Comment.
2008-05-12 01:46:27 +00:00
Eric S. Raymond
2e4f446922
Reorganize to-do list.
2008-05-11 18:30:35 +00:00
Eric S. Raymond
dab6808215
Prevent some compilaation warnings.
2008-05-11 14:49:39 +00:00
Dan Nicolaescu
8234f5be56
Update todo.
2008-05-10 04:39:08 +00:00
Eric S. Raymond
6877092ed6
Item said "vc-update/vc-merge should deal with VC systems that don't
...
update/merge on a file basis, but on a whole repository basis." That's
what selecting the top-level directory of the repo or working copy is
for.
2008-05-09 20:28:54 +00:00
Eric S. Raymond
af83ee68b7
Remove two to-dos.
2008-05-09 20:21:48 +00:00
Eric S. Raymond
cb5d44b66d
Dupport an use an observer flag in (vc-dispatcher-selection-set).
2008-05-09 20:17:50 +00:00
Eric S. Raymond
79ac8f50ea
VC directory bindings are noew documented.
2008-05-09 20:07:01 +00:00
Eric S. Raymond
06ad7cd861
Comment and to-do list fixes.
2008-05-09 18:59:45 +00:00
Eric S. Raymond
6aa5d910bf
Remove wash-log from the VC backend API.
2008-05-09 17:30:49 +00:00
Stefan Monnier
a749e19d07
* vc.el (vc-mark-resolved): Add `backend' argument.
...
(vc-next-action): Pass it the backend.
(vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
(vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
(vc-default-comment-history, vc-default-create-snapshot)
(vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
* vc-svn.el (vc-svn-checkout):
* vc-mcvs.el (vc-mcvs-checkout):
* vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
(vc-working-revision, vc-before-save, vc-mode-line):
Prefer vc-call-backend to vc-call so as not to recompute the backend.
2008-05-09 16:41:26 +00:00
Stefan Monnier
734abae3d8
(vc-deduce-fileset): Don't require the checkout-model and the
...
state to be consistent since it's often an unwarranted restriction.
Don't return the state either.
(vc-next-action): Check that the state is consistent.
(vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
(vc-rollback, vc-update): Adapt to new return value of vc-deduce-fileset.
2008-05-09 16:01:50 +00:00
Dan Nicolaescu
927a444ee8
(vc-version-diff, vc-print-log, vc-revert, vc-rollback)
...
(vc-update): Remove unused let bindings.
2008-05-09 07:03:15 +00:00
Eric S. Raymond
86048828d8
Large simplification in (vc-deduce-fileset) logic.
2008-05-09 01:57:21 +00:00
Eric S. Raymond
4903369afe
Remove VC-Dired and backend dir-state methods.
2008-05-07 21:27:41 +00:00
Eric S. Raymond
9a6b551bfd
Second attempt to move the VC-specific menu initialization.
2008-05-07 09:57:41 +00:00
Eric S. Raymond
e6244c1bcd
Cleanup preparatory to getting rid of dired.
2008-05-06 23:56:49 +00:00
Eric S. Raymond
9852a51d14
Back out menu move, it broke something obscure.
2008-05-06 23:44:50 +00:00
Eric S. Raymond
ee5d572fa1
More refactoring.
2008-05-06 19:12:34 +00:00
Eric S. Raymond
d5bea22973
vc-responsible-backend needs to see absolute pathnames.
2008-05-06 09:12:12 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Eric S. Raymond
821677fb4d
Move a customization variable.
2008-05-06 01:41:34 +00:00
Eric S. Raymond
be63603729
Move the fileset staleness check from vc-next-action to
...
vc-dispatcher-selection-set.
2008-05-06 00:37:31 +00:00
Eric S. Raymond
b236ab0da9
More policy-mechanism separation.
2008-05-05 22:33:44 +00:00
Eric S. Raymond
5ebf2aa59c
Actually supply needed arguments.
2008-05-05 18:21:27 +00:00
Eric S. Raymond
d5079317f7
Fix a compilation warning.
2008-05-05 15:08:59 +00:00
Eric S. Raymond
992c67c500
Typo fix.
2008-05-05 02:43:34 +00:00
Eric S. Raymond
725aff3cad
Correct buggy dispatch logic.
2008-05-04 23:24:49 +00:00
Eric S. Raymond
a3e0b93f14
Typo fix.
2008-05-04 13:20:50 +00:00
Eric S. Raymond
cb625535b5
Bug fix for vc-dispatcher split.
2008-05-04 13:17:33 +00:00
Andreas Schwab
7b913185b0
Require dired when compiling.
2008-05-04 09:32:39 +00:00
Eric S. Raymond
d97d570d2c
Another refactoring step.
2008-05-03 13:16:19 +00:00
Eric S. Raymond
1bc7fa22f0
Refactoring step.
2008-05-03 13:07:18 +00:00
Eric S. Raymond
f17e204336
Small refactoring step.
2008-05-03 12:42:54 +00:00
Eric S. Raymond
d99d06ece0
Reorganze VC todo list.
2008-05-03 12:06:42 +00:00
Eric S. Raymond
783b505b7b
Moved most of vc-dir from vc.el to vc-dispatcher.el.
2008-05-03 11:46:05 +00:00
Eric S. Raymond
4f61cc3e1f
Move VC-Dired code from vc.el to vc-dispatcher.el.
2008-05-03 10:47:28 +00:00
Eric S. Raymond
17f039f312
Move context-preservation machinery.
2008-05-03 10:18:08 +00:00
Eric S. Raymond
83affd963e
Move the command-closure machinery to vc-dispatcher.el.
2008-05-03 09:45:20 +00:00
Eric S. Raymond
b1ddeeb7e7
Partially undo the dispatcher split, it needs to happen more gradually
...
to avoid breaking things.
2008-05-03 09:28:04 +00:00
Eric S. Raymond
7265c6e8a8
Remove logentry primitive from backend API.
2008-05-03 07:39:17 +00:00
Eric S. Raymond
92d1eebf86
vc-dispatcher layer separation.
2008-05-03 07:06:34 +00:00
Eric S. Raymond
9b4ab1b495
Append to another to-do comment.
2008-05-03 06:10:56 +00:00
Eric S. Raymond
7a3c8d3a1f
Added to-do items.
2008-05-03 06:01:19 +00:00
Eric S. Raymond
70e2f6c752
Clean up vc*-revision-granularity and vc*-checkout-model.
2008-05-02 17:47:25 +00:00