Fix --debug display of onlyingroup preferred content expression.
This commit is contained in:
parent
03864a2c3b
commit
8b2bd42540
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
git-annex (10.20240832) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix --debug display of onlyingroup preferred content expression.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 03 Sep 2024 12:38:42 -0400
|
||||
|
||||
git-annex (10.20240831) upstream; urgency=medium
|
||||
|
||||
* Special remotes configured with exporttree=yes annexobjects=yes
|
||||
|
|
2
Limit.hs
2
Limit.hs
|
@ -565,7 +565,7 @@ limitOnlyInGroup getgroupmap groupname = Right $ MatchFiles
|
|||
, matchNeedsKey = True
|
||||
, matchNeedsLocationLog = True
|
||||
, matchNeedsLiveRepoSize = False
|
||||
, matchDesc = "inallgroup" =? groupname
|
||||
, matchDesc = "onlyingroup" =? groupname
|
||||
}
|
||||
where
|
||||
check notpresent want key = do
|
||||
|
|
Loading…
Reference in a new issue