summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-29 13:52:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-29 13:54:42 -0400
commitd3eac61d33603ef2896be9e4b20217e63505a4d6 (patch)
treeb97d6480e05ee7d4dc22ea595d1309d227ac5729 /Command
parent2c2a41bce93797f348604fd11fdbd77fe12eaa9c (diff)
init: Automatically enter the adjusted unlocked branch when in a v6 repo on a filesystem not supporting symlinks.
Diffstat (limited to 'Command')
-rw-r--r--Command/Adjust.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Adjust.hs b/Command/Adjust.hs
index 2ea39edd2..3f3fd0d82 100644
--- a/Command/Adjust.hs
+++ b/Command/Adjust.hs
@@ -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