[issue1611] Dangling bundle copies after inspection

IsaacJurado mercurial-bugs at selenic.com
Fri Apr 17 06:18:30 CDT 2009


New submission from IsaacJurado <diptongo at gmail.com>:

When examining a bundle, inside the working copy of a repository, with the
following command (for example):

hg -R ../bundle.hg log

An uncompressed copy of such bundle is created inside the current .hg.  More
copies are created as the same command gets executed, no matter if the bundles
are identical between executions.

The problem with these files is that they do not seem to be removed
automatically, so disk usage of the .hg directory may grow proportionally to
bundle sizes.

Example script attached.

----------
files: bundletest.sh
messages: 9105
nosy: IsaacJurado
priority: bug
status: unread
title: Dangling bundle copies after inspection

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1611>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bundletest.sh
Type: application/x-sh
Size: 565 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20090417/814c3408/attachment.sh 


More information about the Mercurial-devel mailing list