emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5298: marked as done (file VC state not updated


From: Emacs bug Tracking System
Subject: [Emacs-bug-tracker] bug#5298: marked as done (file VC state not updated after a directory check in)
Date: Sun, 17 Jan 2010 22:24:02 +0000

Your message dated Sun, 17 Jan 2010 14:23:38 -0800 (PST)
with message-id <address@hidden>
and subject line Re: bug#5298: file VC state not updated after a directory 
check in
has caused the Emacs bug report #5298,
regarding file VC state not updated after a directory check in
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5298: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5298
Emacs Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: file VC state not updated after a directory check in Date: Sun, 3 Jan 2010 10:12:19 -0800 (PST)
mkdir /tmp/test
cd /tmp/test
bzr init
echo blah > foo
bzr add foo

emacs -Q 
C-x C-f /tmp/test/foo RET
C-x v d /tmp/test RET

Move point to "./" 

C-x v v
write something in the log-edit buffer.  
C-c C-c

now see that in the *vc-dir* the state for "foo" has changed to `up-to-date'

but the mode-line for the "foo" buffer does not show that the buffer is
up to date.
(vc-state "/tmp/test/foo") returns `added'.

The buffer content has been reverted as expected (this can be verified
by using a VCS that does keyword expansion and adding a "$Id$" in
"foo").

If the point is on the "foo" line instead of "./" everything works as
expected, the VC state is updated.  The problem only happens when
checking in directories.

"bzr" is just used as an example above, the problem happens with all VC 
backends.







--- End Message ---
--- Begin Message --- Subject: Re: bug#5298: file VC state not updated after a directory check in Date: Sun, 17 Jan 2010 14:23:38 -0800 (PST)
Fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]