followup
This commit is contained in:
parent
ac06c34d05
commit
95f7295b67
2 changed files with 24 additions and 0 deletions
2
Limit.hs
2
Limit.hs
|
@ -163,6 +163,8 @@ addCopies = addLimit . limitCopies
|
|||
|
||||
limitCopies :: MkLimit Annex
|
||||
limitCopies want = case splitc ':' want of
|
||||
-- Note that in case of a group having the same name as a trust
|
||||
-- level, it's parsed as a trust level, not as a group.
|
||||
[v, n] -> case parsetrustspec v of
|
||||
Just checker -> go n $ checktrust checker
|
||||
Nothing -> go n $ checkgroup v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue