[PATCH 1 of 6] histedit: mark defaultrev option experimental

Matt Mackall mpm at selenic.com
Thu Jul 16 17:35:57 UTC 2015


# HG changeset patch
# User Matt Mackall <mpm at selenic.com>
# Date 1435271855 18000
#      Thu Jun 25 17:37:35 2015 -0500
# Node ID f95092ecc0ee2394840861d083cf2a2594dd839f
# Parent  084957666642c346f9669624171a514b3cdf2f05
histedit: mark defaultrev option experimental

diff -r 084957666642 -r f95092ecc0ee hgext/histedit.py
--- a/hgext/histedit.py	Thu Jun 25 17:37:14 2015 -0500
+++ b/hgext/histedit.py	Thu Jun 25 17:37:35 2015 -0500
@@ -740,6 +740,7 @@
         else:
             revs.extend(freeargs)
             if len(revs) == 0:
+                # experimental config: histedit.defaultrev
                 histeditdefault = ui.config('histedit', 'defaultrev')
                 if histeditdefault:
                     revs.append(histeditdefault)


More information about the Mercurial-devel mailing list