summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4dcb185)
The help string for "stg clone" is the same as the one for "stg pull".
Signed-off-by: Chuck Lever <cel@netapp.com>
from stgit import stack, git
from stgit import stack, git
-help = 'pull the changes from the remote repository'
+help = 'clone a remote repository into local storage'
usage = """%prog [options] <repository> <dir>
Clone a GIT <repository> into the local <dir> and initialise the
usage = """%prog [options] <repository> <dir>
Clone a GIT <repository> into the local <dir> and initialise the