diff options
| author | Eric S. Raymond | 2008-05-09 20:28:54 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-09 20:28:54 +0000 |
| commit | 6877092ed693b50f487b4b6f4f14e631f4f7045c (patch) | |
| tree | 205dd0d552a46fb961e824b76f5d404c4aa39c3c | |
| parent | af83ee68b7676914509d3d6619912f148f38b914 (diff) | |
| download | emacs-6877092ed693b50f487b4b6f4f14e631f4f7045c.tar.gz emacs-6877092ed693b50f487b4b6f4f14e631f4f7045c.zip | |
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.
| -rw-r--r-- | lisp/vc.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 3c3563d6d63..1778894e66b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -552,9 +552,6 @@ | |||
| 552 | 552 | ||
| 553 | ;;; Todo: | 553 | ;;; Todo: |
| 554 | 554 | ||
| 555 | ;; - vc-update/vc-merge should deal with VC systems that don't | ||
| 556 | ;; update/merge on a file basis, but on a whole repository basis. | ||
| 557 | ;; | ||
| 558 | ;; - deal with push/pull operations. | 555 | ;; - deal with push/pull operations. |
| 559 | ;; | 556 | ;; |
| 560 | ;; - "snapshots" should be renamed to "branches", and thoroughly reworked. | 557 | ;; - "snapshots" should be renamed to "branches", and thoroughly reworked. |