[issue3226] Manually removing a large file breaks addremove
mindajar
bugs at mercurial.selenic.com
Mon Jan 30 07:23:12 UTC 2012
New submission from mindajar <mindajar at gmail.com>:
$ hg init .
$ dd if=/dev/zero of=bigfile bs=1k count=10
10+0 records in
10+0 records out
10240 bytes transferred in 0.000080 secs (127826408 bytes/sec)
$ hg add --large bigfile
$ hg commit -m 'initial revision'
$ rm bigfile
$ hg st
! bigfile
$ hg addremove
removing bigfile
$ hg st
R bigfile
$ hg commit -m 'remove bigfile'
nothing changed
$ hg st
R bigfile
$ hg version
Mercurial Distributed SCM (version 2.1-rc+52-eb85d5f89fef)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2012 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$
----------
messages: 18766
nosy: mindajar
priority: bug
status: unread
title: Manually removing a large file breaks addremove
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3226>
____________________________________________________
More information about the Mercurial-devel
mailing list