	Import commits within the given revision range into TopGit,
	creating one topic branch per commit. The dependencies are set
	up to form a linear sequence starting on your current branch -
	or a branch specified by the '-d' parameter, if present.

	The branch names are auto-guessed from the commit messages and
	prefixed by 't/' by default; use '-p <prefix>' to specify an
	alternative prefix (even an empty one).

	Alternatively, you can use the '-s NAME' parameter to specify
	the name of the target branch; the command will then take one
	more argument describing a _single_ commit to import.

