chiark / gitweb /
tg import: Fix up process_commit() progress reporting
[topgit.git] / README
diff --git a/README b/README
index 514f3ed45c25ce696f35f5b9eb7708aa3263b638..9c6f3352185130cf58f6158ffa96fd5ebbc1960d 100644 (file)
--- a/README
+++ b/README
@@ -353,11 +353,14 @@ tg export
              done - this would allow producing conflict-less series
 
 tg import
-~~~~~~~~
-       Import the commits between the given revision range into
-       a topgit managed branch
+~~~~~~~~~
+       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.
 
-       Usage: tg import rev1..rev2
+       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).
 
 tg update
 ~~~~~~~~~