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.
This commit is contained in:
parent
b51dffa46d
commit
4079f9cfe8
2 changed files with 26 additions and 33 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue