[issue1406] record extension can't handle files with changed permissions

edgimar mercurial-bugs at selenic.com
Tue Dec 2 08:53:14 CST 2008


New submission from edgimar <edgimar at gmail.com>:

the 'record' extension fails when files having changed permissions are waiting
to be committed, as the following test script demonstrates:

#!/bin/sh
mkdir test_dir
cd test_dir
hg init .
echo 'a' >a
echo 'b' >b
chmod 644 b
hg ci -A -m 'blah'
chmod 755 b
echo 'a' >>a
hg record # fails
# hg ci would work here

----------
messages: 8042
nosy: edgimar
priority: bug
status: unread
title: record extension can't handle files with changed permissions

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1406>
____________________________________________________



More information about the Mercurial-devel mailing list