init: Automatically enter the adjusted unlocked branch when in a v6 repo on a filesystem not supporting symlinks.

This commit is contained in:
Joey Hess 2016-03-29 13:52:13 -04:00
parent bcd2350fc7
commit 8a69298bf2
Failed to extract signature
5 changed files with 24 additions and 10 deletions

View file

@ -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