summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
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