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

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

bug#7544: vc won't commit file with only modified permissions


From: Glenn Morris
Subject: bug#7544: vc won't commit file with only modified permissions
Date: Fri, 03 Dec 2010 13:47:22 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Package: emacs

Emacs does not let me commit a file to bzr when the only change I have
made is to the file permissions. 

Example (current trunk and emacs-23 branches) using `Bazaar (bzr) 2.2.2':

mkdir test1
cd test1
touch 1
bzr init
bzr add
bzr commit -m "commit1"
chmod +x 1

emacs -Q 1
C-x v =
   -> === modified file '1' (properties changed: -x to +x)
C-x v v
   -> "Fileset is up-to-date"





reply via email to

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