X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/4cd6405eb66123eac7bc45f465900056243839c8..bec7726668d737f8bc4242372d9fb542339654e0:/stgit/commands/init.py?ds=sidebyside diff --git a/stgit/commands/init.py b/stgit/commands/init.py index 0326f9a..df2235f 100644 --- a/stgit/commands/init.py +++ b/stgit/commands/init.py @@ -24,15 +24,12 @@ from stgit.utils import * from stgit import stack, git -help = 'initialise the tree for use with StGIT' +help = 'initialise the current branch for use with StGIT' usage = """%prog [options] -Initialise a GIT repository to be used with StGIT. Note that the -repository must be already initialised with git-init-db and the -.git/HEAD link must point to a valid file in refs/heads/. For people -switching between multiple branches in the same repository, the 'init' -command has to be run on all the individual branches intended to be -used with StGIT.""" +Initialise the current GIT branch to be used as an StGIT stack. Note +that the you must already be in a GIT repository and .git/HEAD must +point to a valid file in refs/heads/.""" options = []