summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index f4229f62..6594a602 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -99,7 +99,7 @@ to update the working directory files.
99 cbr_opts = ['--current-branch'] 99 cbr_opts = ['--current-branch']
100 # The gitc-init subcommand allocates -c itself, but a lot of init users 100 # The gitc-init subcommand allocates -c itself, but a lot of init users
101 # want -c, so try to satisfy both as best we can. 101 # want -c, so try to satisfy both as best we can.
102 if gitc_init: 102 if not gitc_init:
103 cbr_opts += ['-c'] 103 cbr_opts += ['-c']
104 g.add_option(*cbr_opts, 104 g.add_option(*cbr_opts,
105 dest='current_branch_only', action='store_true', 105 dest='current_branch_only', action='store_true',