Send strings to difflib.unified_diff
Python 3.5 adds type-checking to difflib, which causes gundo to fail.
This fixes the issue by converting the arguments to strings.
See https://bugs.python.org/issue17445 for details
author |
Omar Khan <omar@omarkhan.me> |
date |
Wed, 07 Oct 2015 10:34:15 +0700 |
parents |
7269f85f8278 |
children |
64436ddf46ef |
#!/usr/bin/env bash
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push