contrib/relnotes
changeset 39392 659e2bbd0c20
parent 39379 035517d48865
child 40426 683e99f0b30c
--- a/contrib/relnotes	Thu Aug 30 13:11:15 2018 +0300
+++ b/contrib/relnotes	Thu Aug 30 13:29:03 2018 +0300
@@ -110,6 +110,8 @@
     fromext = subprocess.check_output(
         [
             "hg",
+            "--config",
+            "extensions.releasenotes=",
             "releasenotes",
             "-r",
             "%s::%s" % (args.startrev[0], args.stoprev[0]),