##// END OF EJS Templates
help: document the minimumhgversion variable for extensions
Matt Harbison -
r41330:b5d7413e stable
parent child Browse files
Show More
@@ -313,6 +313,14 b' error message if the extension produces '
313
313
314 buglink = 'https://bitbucket.org/USER/REPO/issues'
314 buglink = 'https://bitbucket.org/USER/REPO/issues'
315
315
316 If an extension requires a minimum version of Mercurial, it can be declared
317 with the ``minimumhgversion`` variable::
318
319 minimumhgversion = '4.6'
320
321 Older clients will print a warning that the extension requires a new version,
322 instead of attempting to load it.
323
316 Wrap up: what belongs where?
324 Wrap up: what belongs where?
317 ============================
325 ============================
318
326
General Comments 0
You need to be logged in to leave comments. Login now