hgext/rebase.py
changeset 42447 cda591d2bfe1
parent 42299 80a213f9ed87
child 42529 5f2f6912c9e6
--- a/hgext/rebase.py	Mon Jun 10 13:23:14 2019 -0400
+++ b/hgext/rebase.py	Mon Jun 10 15:35:06 2019 -0700
@@ -850,8 +850,9 @@
       singletransaction = True
 
     By default, rebase writes to the working copy, but you can configure it to
-    run in-memory for for better performance, and to allow it to run if the
-    working copy is dirty::
+    run in-memory for better performance. When the rebase is not moving the
+    parent(s) of the working copy (AKA the "currently checked out changesets"),
+    this may also allow it to run even if the working copy is dirty::
 
       [rebase]
       experimental.inmemory = True