[issue3421] Status -A with path and largefiles does not show new files

Christian Lackas bugs at mercurial.selenic.com
Thu May 3 14:13:26 CDT 2012


New submission from Christian Lackas <lackas at invicro.com>:

Attached minimal example shows that 'hg status -A subdir' does not report
all files (in particular not new [?] file), while 'hg status -A' without a
path does work properly.

Tested with hg 2.2 on CentOS 5.

$ ./status-all-large.sh 
/opt/invicro/bin/hg
Mercurial Distributed SCM (version 2.2+20120503)
/home/ipacs/test/share/install/patches/hg-tests/rep
# Contents of subdir:
large  small
# Status without path:
? subdir/small
C subdir/large
# Status with path:
C subdir/large
DONE


Please also note this issue:
http://mercurial.selenic.com/bts/issue3327
(which is fixed already) showing a very similar behavior where 'hg status'
had trouble with largefiles if and only if a path is used.

----------
files: status-all-large.sh
messages: 19889
nosy: lackas
priority: bug
status: unread
title: Status -A with path and largefiles does not show new files

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3421>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: status-all-large.sh
Type: application/x-sh
Size: 366 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20120503/43e20012/attachment.sh>


More information about the Mercurial-devel mailing list