From b38b5305f675a243cd0c3658a5f052feef4d3c15 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Sep 2013 16:31:32 -0400 Subject: avoid double commit during transition The second commit had some bad refs which resulted in the race detection code running. But that commit was unnecessary anyway, it only was there to merge in the other refs. --- Command/Forget.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') diff --git a/Command/Forget.hs b/Command/Forget.hs index d216ae3ca..74bd68ad1 100644 --- a/Command/Forget.hs +++ b/Command/Forget.hs @@ -45,7 +45,7 @@ perform ts True = do recordTransitions Branch.change ts -- get branch committed before contining with the transition Branch.update - void $ Branch.performTransitions ts True + void $ Branch.performTransitions ts True [] next $ return True perform _ False = do showLongNote "To forget git-annex branch history, you must specify --force. This deletes metadata!" -- cgit v1.2.3