diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 1 |
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 | |||
37 | from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD | 37 | from git_command import git_require, MIN_GIT_VERSION_SOFT, MIN_GIT_VERSION_HARD |
38 | import platform_utils | 38 | import platform_utils |
39 | 39 | ||
40 | |||
40 | class Init(InteractiveCommand, MirrorSafeCommand): | 41 | class 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" |