prevent git-annex adjust changing things out from under the daemon
This commit is contained in:
parent
8a69298bf2
commit
6301543c00
2 changed files with 1 additions and 5 deletions
|
@ -12,7 +12,7 @@ import Annex.AdjustedBranch
|
|||
import Annex.Version
|
||||
|
||||
cmd :: Command
|
||||
cmd = notBareRepo $ notDirect $
|
||||
cmd = notBareRepo $ notDirect $ noDaemonRunning $
|
||||
command "adjust" SectionSetup "enter adjusted branch"
|
||||
paramNothing (seek <$$> optParser)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue