[issue3330] modified largefiles don't show up in bash completion

Tak bugs at mercurial.selenic.com
Thu Mar 22 06:08:22 CDT 2012


New submission from Tak <taktaktaktaktaktaktaktaktaktak at gmail.com>:

Steps to reproduce:
levi at levi-XPS-8300:/tmp/blah$ hg init .
levi at levi-XPS-8300:/tmp/blah$ mkdir -p foo/bar/baz foo/bar/bam
levi at levi-XPS-8300:/tmp/blah$ touch foo/bar/baz/large1 foo/bar/bam/large2
levi at levi-XPS-8300:/tmp/blah$ mkdir -p foo/foo/foo
levi at levi-XPS-8300:/tmp/blah$ touch foo/foo/foo/normal1
levi at levi-XPS-8300:/tmp/blah$ hg add --large foo/bar/*/large*
levi at levi-XPS-8300:/tmp/blah$ hg add foo/foo/foo/normal1 
levi at levi-XPS-8300:/tmp/blah$ hg commit -ma
levi at levi-XPS-8300:/tmp/blah$ echo a > foo/bar/baz/large1 
levi at levi-XPS-8300:/tmp/blah$ echo a > foo/bar/bam/large2 
levi at levi-XPS-8300:/tmp/blah$ echo a > foo/foo/foo/normal1 
levi at levi-XPS-8300:/tmp/blah$ hg status --quiet
M foo/bar/bam/large2
M foo/bar/baz/large1
M foo/foo/foo/normal1

At this point: if I type "hg commit fo" and press tab, it gets completed to
"hg commit foo/foo/foo/normal1" as though that were the only modified file
under foo/

----------
messages: 19434
nosy: Tak, natosha
priority: bug
status: unread
title: modified largefiles don't show up in bash completion
topic: largefiles

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


More information about the Mercurial-devel mailing list