init: Automatically enter the adjusted unlocked branch when in a v6 repo on a filesystem not supporting symlinks.
This commit is contained in:
parent
bcd2350fc7
commit
8a69298bf2
5 changed files with 24 additions and 10 deletions
|
@ -36,5 +36,6 @@ start :: Adjustment -> CommandStart
|
|||
start adj = do
|
||||
unlessM versionSupportsAdjustedBranch $
|
||||
error "Adjusted branches are only supported in v6 or newer repositories."
|
||||
showStart "adjust" ""
|
||||
enterAdjustedBranch adj
|
||||
next $ next $ return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue