summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 7181b86f..dde97286 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -37,6 +37,7 @@ from git_config import GitConfig
37from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD 37from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD
38import platform_utils 38import platform_utils
39 39
40
40class Init(InteractiveCommand, MirrorSafeCommand): 41class Init(InteractiveCommand, MirrorSafeCommand):
41 common = True 42 common = True
42 helpSummary = "Initialize repo in the current directory" 43 helpSummary = "Initialize repo in the current directory"