X-Sent: 48 weeks, 3 days, 22 hours, 38 minutes, 27 seconds ago
This has got to be a record for the longest time taken to follow up on
a post. I suppose "sorry" probably wouldn't cut it in this case. I
could sacrifice my first born if you like, no, hang on, on 2nd
thoughts, how about my ex-wife?
At the very least, please accept my most sincere and humblest
apologies. Do you even remember posting this?
|--==> "n" == nbecker <nbecker(a)fred.net> writes:
n> I marked a bunch of files in pcl-cvs mode. Then I chose "undo
n> changes" from the menu. It prompts "Delete 8 files?". Rather
n> misleading.
Actually, this is correct behaviour. The menu item "undo changes"
runs 'cvs-mode-undo', that function undoes all the local changes to
the marked files in the PCL-CVS buffer. It does it by deleting the
local file and then runs 'cvs update FILE'.
So when it asks you "Delete x files?" that's exactly what it is going
to do.
Well, that's what I get from the doc string of 'cvs-mode-undo'.
,----
| (defun-cvs-mode (cvs-mode-undo . SIMPLE) (flags)
| "Undo local changes to all marked files.
| The file is removed and `cvs update FILE' is run."
`----
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|