rebase: fix incorrect configuration example stable
authorFUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Mon, 01 May 2017 05:38:52 +0900
branchstable
changeset 32083 1c911adebf48
parent 32082 202b86a509e0
child 32084 091d6b9157da
rebase: fix incorrect configuration example This configuration example doesn't make rebase require a destination, even though help document wants to show such example.
hgext/rebase.py
--- a/hgext/rebase.py	Mon May 01 05:38:52 2017 +0900
+++ b/hgext/rebase.py	Mon May 01 05:38:52 2017 +0900
@@ -668,7 +668,7 @@
     option:
 
       [commands]
-      rebase.requiredest = False
+      rebase.requiredest = True
 
     Return Values: