[issue3231] "hg status -S" lists subrepo largefiles as unknown

mindajar bugs at mercurial.selenic.com
Mon Jan 30 22:24:24 CST 2012


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

$ hg init toplevel
$ cd toplevel
$ hg init subrepo
$ echo 'subrepo = subrepo' > .hgsub
$ hg commit -Am 'initial revision'
adding .hgsub
committing subrepository subrepo
$ cd subrepo
$ echo 'foo' > bigfile
$ echo 'bar' > smallfile
$ hg add --large bigfile
$ hg add smallfile
$ hg commit -m 'add a largefile and a regular file'
$ cd ..
$ hg commit -m 'add stuff to a subrepo'
committing subrepository subrepo
$ hg st -S
? subrepo/bigfile
$

----------
messages: 18794
nosy: mindajar
priority: bug
status: unread
title: "hg status -S" lists subrepo largefiles as unknown

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


More information about the Mercurial-devel mailing list