diff options
| author | Dan Nicolaescu | 2008-03-28 18:29:38 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-28 18:29:38 +0000 |
| commit | d05665bc59245b6c6542c0adfba19907d75cc1be (patch) | |
| tree | a9c1bae63ab0578b6192efeed3cc7cef2d996cbb | |
| parent | 6b2d7cf254f90473282689e4632f38433e70f4f6 (diff) | |
| download | emacs-d05665bc59245b6c6542c0adfba19907d75cc1be.tar.gz emacs-d05665bc59245b6c6542c0adfba19907d75cc1be.zip | |
Update TODO.
| -rw-r--r-- | lisp/vc.el | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 5cb53153a6d..8f0720604fe 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -581,20 +581,16 @@ | |||
| 581 | ;; already support this, only the front-end needs to be change to | 581 | ;; already support this, only the front-end needs to be change to |
| 582 | ;; handle multiple files at a time. | 582 | ;; handle multiple files at a time. |
| 583 | ;; | 583 | ;; |
| 584 | ;; - add a mechanism to for ignoring files. | 584 | ;; - add a mechanism for ignoring files. |
| 585 | ;; | 585 | ;; |
| 586 | ;; - deal with push/pull operations. | 586 | ;; - deal with push/pull operations. |
| 587 | ;; | 587 | ;; |
| 588 | ;; - decide if vc-status should replace vc-dired. | 588 | ;; - vc-next-action should do something about 'missing files. Maybe |
| 589 | ;; | 589 | ;; just warn, or offer to checkout. |
| 590 | ;; - vc-status needs mouse bindings and some color bling. | ||
| 591 | ;; | 590 | ;; |
| 592 | ;; - vc-status-header should be made backend specific. | 591 | ;; - decide if vc-status should replace vc-dired. |
| 593 | ;; | 592 | ;; |
| 594 | ;; - vc-status needs to show missing files. It probably needs to have | 593 | ;; - vc-status needs mouse bindings. |
| 595 | ;; another state for those files. The user might want to restore | ||
| 596 | ;; them, or remove them from the VCS. C-x v v might also need | ||
| 597 | ;; adjustments. | ||
| 598 | ;; | 594 | ;; |
| 599 | ;; - vc-status toolbar needs more icons. | 595 | ;; - vc-status toolbar needs more icons. |
| 600 | ;; | 596 | ;; |