From 850241b7fed075c8a0055ae77cb30d6485aaa795 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Mar 2015 17:06:14 -0400 Subject: --auto is no longer a global option; only get, drop, and copy accept it. Not a behavior change unless you were passing it to a command that ignored it. --- Annex.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Annex.hs') diff --git a/Annex.hs b/Annex.hs index e1a32faca..0ebdd4c07 100644 --- a/Annex.hs +++ b/Annex.hs @@ -100,7 +100,6 @@ data AnnexState = AnnexState , output :: MessageState , force :: Bool , fast :: Bool - , auto :: Bool , daemon :: Bool , branchstate :: BranchState , repoqueue :: Maybe Git.Queue.Queue @@ -146,7 +145,6 @@ newState c r = AnnexState , output = defaultMessageState , force = False , fast = False - , auto = False , daemon = False , branchstate = startBranchState , repoqueue = Nothing -- cgit v1.2.3