diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-13 15:35:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-13 15:36:58 -0400 |
commit | a2854170f4e27d4a6b3f096625476ae5856fbe76 (patch) | |
tree | 57b103b805467de650ad78d359f36121a4f81545 /debian | |
parent | a7704b46fcfddd9722d6456987f1e1ef867cc7a0 (diff) |
Commands that allow specifying which repository to act on using the repository's description will now fail when multiple repositories match, rather than picking a repository at random.
So will --in=
Note that since limitIn is not used by preferred content expressions,
it's ok for it to throw an exception.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 86e0fae39..85cb72cde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,10 @@ git-annex (5.20140307) UNRELEASED; urgency=medium * webapp: Use securemem for constant time auth token comparisons. * copy --fast --to remote: Avoid printing anything for files that are already believed to be present on the remote. + * Commands that allow specifying which repository to act on using + the repository's description will now fail when multiple repositories + match, rather than picking a repository at random. + (So will --in=) -- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 16:17:01 -0400 |