##// END OF EJS Templates
rebase: tweak description of inmemory working even w/ dirty working dir...
Kyle Lippincott -
r42640:cda591d2 default
parent child Browse files
Show More
@@ -850,8 +850,9 b' def rebase(ui, repo, **opts):'
850 singletransaction = True
850 singletransaction = True
851
851
852 By default, rebase writes to the working copy, but you can configure it to
852 By default, rebase writes to the working copy, but you can configure it to
853 run in-memory for for better performance, and to allow it to run if the
853 run in-memory for better performance. When the rebase is not moving the
854 working copy is dirty::
854 parent(s) of the working copy (AKA the "currently checked out changesets"),
855 this may also allow it to run even if the working copy is dirty::
855
856
856 [rebase]
857 [rebase]
857 experimental.inmemory = True
858 experimental.inmemory = True
General Comments 0
You need to be logged in to leave comments. Login now