Mercurial > hg
comparison hgext/histedit.py @ 25811:7699d3212994
largefiles: allow the archiving of largefiles to be disabled
There are currently no users of this, but it is a necessary step before
converting extdiff to use archive. It may be useful to add an argument to
extdiff in the future and allow largefiles to be diffed, but archiving
largefiles can have significant overhead and may not be very diffable, so
archiving them by default seems wrong.
It is a mystery to me why the lfstatus attribute needs to be set on the
unfiltered repo. However if it is set on the filtered repo instead (and the
filtered repo is passed to the original command), the lfstatus attribute is
False in the overrides for archival.archive() and hgsubrepo.archive() when
invoking the archive command. This smells like the buggy status behavior (see
67d63ec85eb7, which was reverted in df463ca0adef). Neither the status nor
summary commands have this weird behavior in their respective overrides.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 11 Jul 2015 23:26:33 -0400 |
parents | ebb5bb9bc32e |
children | 8e77e8338cae |
comparison
equal
deleted
inserted
replaced
25810:82d6a35cf432 | 25811:7699d3212994 |
---|