[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-arch.el buglets
From: |
Stefan Monnier |
Subject: |
Re: vc-arch.el buglets |
Date: |
16 Mar 2004 08:55:56 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> (1) If you visit a _new_ file in an arch-controlled directory, it
> asks you:
> File NAME was lost; check out from version control? (yes or no)
> Which of course is completely wrong.
Yes, I've bumped into this one as well. I'm not sure how to fix it yet.
> (2) Commit uses -L with the contents of the log buffer, which seems
> like the wrong thing (remember, -L uses the given text to fill in
> _both_ the Summary: and the log body -- and a log-edit buffer
> usually contains newlines...).
> I think ideally, it would pre-fill-in the log-edit buffer with a
> skeleton arch log (e.g. just an empty Summary: line and a
> header-end empty line), and pass it to commit using the -l option.
Yes, this is a known problem as well.
> (3) The _first_ time you use `C-x v =' on any given file, it generates
> a *vc-diff* buffer containing _two_ copies of the diff! Subsequent
> invocations yield only the proper one copy.
I fixed this a while back, but..., I forgot to install this part of my
local changes.
It's a problem in vc.el and vc-hooks.el.
Stefan