aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-08 15:34:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-08 15:34:44 -0400
commit98612f75ffee93be2973fd444948314dd1b7f822 (patch)
treedc1a11d66122fb5f9f36ce6d3654d28168e0e196 /debian/changelog
parentc452c70ef88197b152c1552563daa6a79e88e91f (diff)
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ceff1d5f4..9eb137039 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.