Mercurial > emacs
changeset 93345:d458d8dede9f
Update TODO.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 28 Mar 2008 18:29:38 +0000 |
parents | 744a5e8c50ac |
children | 7ca4f6cbd285 |
files | lisp/vc.el |
diffstat | 1 files changed, 5 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Fri Mar 28 18:22:15 2008 +0000 +++ b/lisp/vc.el Fri Mar 28 18:29:38 2008 +0000 @@ -581,20 +581,16 @@ ;; already support this, only the front-end needs to be change to ;; handle multiple files at a time. ;; -;; - add a mechanism to for ignoring files. +;; - add a mechanism for ignoring files. ;; ;; - deal with push/pull operations. ;; +;; - vc-next-action should do something about 'missing files. Maybe +;; just warn, or offer to checkout. +;; ;; - decide if vc-status should replace vc-dired. ;; -;; - vc-status needs mouse bindings and some color bling. -;; -;; - vc-status-header should be made backend specific. -;; -;; - vc-status needs to show missing files. It probably needs to have -;; another state for those files. The user might want to restore -;; them, or remove them from the VCS. C-x v v might also need -;; adjustments. +;; - vc-status needs mouse bindings. ;; ;; - vc-status toolbar needs more icons. ;;