chiark / gitweb /
tg import -d: Explicitly specify base dependency of the created branches
[topgit.git] / README
diff --git a/README b/README
index 8a68a652bd493c8397410362d98bcf58750dcb12..35a9f98b773686e9a9b1301ad61edb9b0c122ca9 100644 (file)
--- a/README
+++ b/README
@@ -417,12 +417,17 @@ tg import
 ~~~~~~~~~
        Import commits within the given revision range into TopGit,
        creating one topic branch per commit, the dependencies forming
-       a linear sequence starting on your current branch.
+       a linear sequence starting on your current branch (or a branch
+       specified by the '-d' parameter).
 
        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 target branch; the command will then take one more
+       argument describing a single commit to import.
+
 tg update
 ~~~~~~~~~
        Update the current topic branch wrt. changes in the branches