##// END OF EJS Templates
relnotes: enable extension when running releasenotes command...
Pulkit Goyal -
r39401:659e2bbd default
parent child Browse files
Show More
@@ -110,6 +110,8 b' def main():'
110 fromext = subprocess.check_output(
110 fromext = subprocess.check_output(
111 [
111 [
112 "hg",
112 "hg",
113 "--config",
114 "extensions.releasenotes=",
113 "releasenotes",
115 "releasenotes",
114 "-r",
116 "-r",
115 "%s::%s" % (args.startrev[0], args.stoprev[0]),
117 "%s::%s" % (args.startrev[0], args.stoprev[0]),
General Comments 0
You need to be logged in to leave comments. Login now