aboutsummaryrefslogtreecommitdiff
path: root/Command/Forget.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-03 16:31:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-03 16:33:15 -0400
commitb38b5305f675a243cd0c3658a5f052feef4d3c15 (patch)
tree454a2fdf63fcd96ce0d2a14a9c96568224919fa3 /Command/Forget.hs
parenta199d8441ec3f79162df65f18e34570293644ddd (diff)
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.
Diffstat (limited to 'Command/Forget.hs')
-rw-r--r--Command/Forget.hs2
1 files changed, 1 insertions, 1 deletions
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!"