# HG changeset patch # User Steve Losh <steve@stevelosh.com> # Date 1481912383 18000 # Node ID 6918f8da3839158a38b4aa184b5dfa899f8d3987 # Parent 7e3c84cb5eb41f6263bc75b97355afe82f8130b9 Update docs diff -r 7e3c84cb5eb4 -r 6918f8da3839 doc/gundo.txt --- a/doc/gundo.txt Thu Nov 24 14:21:55 2016 +0200 +++ b/doc/gundo.txt Fri Dec 16 13:19:43 2016 -0500 @@ -22,6 +22,7 @@ 3.10 gundo_auto_preview ........ |gundo_auto_preview| 3.11 gundo_playback_delay ...... |gundo_playback_delay| 3.12 gundo_return_on_revert .... |gundo_return_on_revert| + 3.13 gundo_prefer_python3 ...... |gundo_prefer_python3| 4. License ......................... |GundoLicense| 5. Bugs ............................ |GundoBugs| 6. Contributing .................... |GundoContributing| @@ -234,10 +235,17 @@ Default: 1 +------------------------------------------------------------------------------ +3.13 g:gundo_prefer_python3 *gundo_prefer_python3* + +Set this to 1 to have Gundo use Python 3 instead of 2 when available. + +Default: 0 + ============================================================================== 4. License *GundoLicense* -GPLv2+. Look it up. +GPLv2+, just like Mercurial. ============================================================================== 5. Bugs *GundoBugs* @@ -257,6 +265,10 @@ ============================================================================== 7. Changelog *GundoChangelog* +v2.6.2 + * Fix to deal with backwards-incompatible change in Python 3.5's difflib. +v2.6.1 + * Add Neovim support. v2.6.0 * Fix several Python-related bugs. * Add g:gundo_return_on_revert option. diff -r 7e3c84cb5eb4 -r 6918f8da3839 site/index.html --- a/site/index.html Thu Nov 24 14:21:55 2016 +0200 +++ b/site/index.html Fri Dec 16 13:19:43 2016 -0500 @@ -409,6 +409,20 @@ <h1>Changelog</h1> <ol class="changelog"> + <li>v2.6.2 + <ul> + <li> + Fix to deal with backwards-incompatible change in Python 3.5's difflib. + </li> + </ul> + </li> + <li>v2.6.1 + <ul> + <li> + Add Neovim support. + </li> + </ul> + </li> <li>v2.6.0 <ul> <li> @@ -546,18 +560,5 @@ with a lot of help from others. </footer> </div> - <script type="text/javascript"> - var _gauges = _gauges || []; - (function() { - var t = document.createElement('script'); - t.type = 'text/javascript'; - t.async = true; - t.id = 'gauges-tracker'; - t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6'); - t.src = '//secure.gaug.es/track.js'; - var s = document.getElementsByTagName('script')[0]; - s.parentNode.insertBefore(t, s); - })(); - </script> </body> </html>