summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Annex.hs b/Annex.hs
index f5c3e4de4..2c8ea1d61 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -52,6 +52,7 @@ data AnnexState = AnnexState
, output :: OutputType
, force :: Bool
, fast :: Bool
+ , auto :: Bool
, branchstate :: BranchState
, forcebackend :: Maybe String
, forcenumcopies :: Maybe Int
@@ -75,6 +76,7 @@ newState gitrepo = AnnexState
, output = NormalOutput
, force = False
, fast = False
+ , auto = False
, branchstate = startBranchState
, forcebackend = Nothing
, forcenumcopies = Nothing