diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,6 +190,9 @@ group.add_option('--mirror', | |||
190 | group.add_option('--reference', | 190 | group.add_option('--reference', |
191 | dest='reference', | 191 | dest='reference', |
192 | help='location of mirror directory', metavar='DIR') | 192 | help='location of mirror directory', metavar='DIR') |
193 | group.add_option('--dissociate', | ||
194 | dest='dissociate', action='store_true', | ||
195 | help='dissociate from reference mirrors after clone') | ||
193 | group.add_option('--depth', type='int', default=None, | 196 | group.add_option('--depth', type='int', default=None, |
194 | dest='depth', | 197 | dest='depth', |
195 | help='create a shallow clone with given depth; see git clone') | 198 | help='create a shallow clone with given depth; see git clone') |