drop --auto --from with preferred content

With --from, it needs to examine the preferred content of the repository
being dropped from, instead of the local repository.
This commit is contained in:
Joey Hess 2012-10-08 15:34:44 -04:00
parent e375b931c0
commit 17543f6e80
3 changed files with 24 additions and 17 deletions

4
debian/changelog vendored
View file

@ -10,8 +10,8 @@ git-annex (3.20121002) UNRELEASED; urgency=low
* Added preferred content expressions, configurable using vicfg.
* get --auto, copy --auto: If the local repository has preferred content
configured, only get that content.
* drop --auto: If the local repository has preferred content configured,
drop content that is not preferred, when numcopies allows.
* drop --auto: If the repository the content is dropped from has
preferred content configured, drop only content that is not preferred.
* --copies=group:number can now be used to match files that are present
in a specified number of repositories in a group.
* Added --smallerthan, --largerthan, and --inall limits.