diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,7 +28,7 @@ if __name__ == '__main__': | |||
28 | del magic | 28 | del magic |
29 | 29 | ||
30 | # increment this whenever we make important changes to this script | 30 | # increment this whenever we make important changes to this script |
31 | VERSION = (1, 6) | 31 | VERSION = (1, 7) |
32 | 32 | ||
33 | # increment this if the MAINTAINER_KEYS block is modified | 33 | # increment this if the MAINTAINER_KEYS block is modified |
34 | KEYRING_VERSION = (1,0) | 34 | KEYRING_VERSION = (1,0) |
@@ -115,6 +115,9 @@ group.add_option('-b', '--manifest-branch', | |||
115 | group.add_option('-m', '--manifest-name', | 115 | group.add_option('-m', '--manifest-name', |
116 | dest='manifest_name', | 116 | dest='manifest_name', |
117 | help='initial manifest file', metavar='NAME.xml') | 117 | help='initial manifest file', metavar='NAME.xml') |
118 | group.add_option('--mirror', | ||
119 | dest='mirror', action='store_true', | ||
120 | help='mirror the forrest') | ||
118 | 121 | ||
119 | # Tool | 122 | # Tool |
120 | group = init_optparse.add_option_group('Version options') | 123 | group = init_optparse.add_option_group('Version options') |