Add --numcopies option.
This commit is contained in:
parent
12e0e95916
commit
3d567aa64f
6 changed files with 32 additions and 8 deletions
2
Annex.hs
2
Annex.hs
|
@ -39,6 +39,7 @@ data AnnexState = AnnexState
|
|||
, force :: Bool
|
||||
, fast :: Bool
|
||||
, forcebackend :: Maybe String
|
||||
, forcenumcopies :: Maybe Int
|
||||
, defaultkey :: Maybe String
|
||||
, toremote :: Maybe String
|
||||
, fromremote :: Maybe String
|
||||
|
@ -57,6 +58,7 @@ newState gitrepo allbackends = AnnexState
|
|||
, force = False
|
||||
, fast = False
|
||||
, forcebackend = Nothing
|
||||
, forcenumcopies = Nothing
|
||||
, defaultkey = Nothing
|
||||
, toremote = Nothing
|
||||
, fromremote = Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue