summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-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!"