diff options
Diffstat (limited to 'subcmds/version.py')
-rw-r--r-- | subcmds/version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/version.py b/subcmds/version.py index 4f19a0ca..83e77d0b 100644 --- a/subcmds/version.py +++ b/subcmds/version.py | |||
@@ -14,11 +14,11 @@ | |||
14 | # limitations under the License. | 14 | # limitations under the License. |
15 | 15 | ||
16 | import sys | 16 | import sys |
17 | from command import Command | 17 | from command import Command, MirrorSafeCommand |
18 | from git_command import git | 18 | from git_command import git |
19 | from project import HEAD | 19 | from project import HEAD |
20 | 20 | ||
21 | class Version(Command): | 21 | class Version(Command, MirrorSafeCommand): |
22 | common = False | 22 | common = False |
23 | helpSummary = "Display the version of repo" | 23 | helpSummary = "Display the version of repo" |
24 | helpUsage = """ | 24 | helpUsage = """ |