# HG changeset patch # User Steve Losh # Date 1577135382 18000 # Node ID 64436ddf46ef02ba7b88af2d78521e87b8f37354 # Parent 1d84591fff04caebab75cba2294fc3843f0a4a29 Update URLs diff -r 1d84591fff04 -r 64436ddf46ef README.markdown --- a/README.markdown Tue May 09 13:50:38 2017 +0000 +++ b/README.markdown Mon Dec 23 16:09:42 2019 -0500 @@ -23,7 +23,7 @@ Check out the [project site][] for installation instructions. -[project site]: https://sjl.bitbucket.io/gundo.vim/ +[project site]: https://docs.stevelosh.com/gundo.vim/ License ------- diff -r 1d84591fff04 -r 64436ddf46ef doc/gundo.txt --- a/doc/gundo.txt Tue May 09 13:50:38 2017 +0000 +++ b/doc/gundo.txt Mon Dec 23 16:09:42 2019 -0500 @@ -251,16 +251,16 @@ 5. Bugs *GundoBugs* If you find a bug please post it on the issue tracker: -http://bitbucket.org/sjl/gundo.vim/issues?status=new&status=open +https://github.com/sjl/gundo.vim/issues/ ============================================================================== 6. Contributing *GundoContributing* -Think you can make this plugin better? Awesome. Fork it on BitBucket or GitHub -and send a pull request. +Think you can make this plugin better? Awesome. Fork it on Source Hut or +GitHub and send a pull request. -BitBucket: http://bitbucket.org/sjl/gundo.vim/ -GitHub: http://github.com/sjl/gundo.vim/ +Source Hut: https://hg.sr.ht/~sjl/gundo.vim/ +GitHub: https://github.com/sjl/gundo.vim/ ============================================================================== 7. Changelog *GundoChangelog* diff -r 1d84591fff04 -r 64436ddf46ef site/index.html --- a/site/index.html Tue May 09 13:50:38 2017 +0000 +++ b/site/index.html Mon Dec 23 16:09:42 2019 -0500 @@ -36,10 +36,8 @@
- Mercurial Repository
- Git Repository
- - + Mercurial Repository
+ Git Repository
@@ -124,10 +122,10 @@

Installation

Use Pathogen. Don't use pathogen? Start.

-
hg clone http://bitbucket.org/sjl/gundo.vim ~/.vim/bundle/gundo
+
hg clone https://hg.sr.ht/~sjl/gundo.vim ~/.vim/bundle/gundo

There's a git mirror if you prefer:

-
git clone http://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo
+
git clone https://github.com/sjl/gundo.vim.git ~/.vim/bundle/gundo

Add a mapping to your ~/.vimrc (change the key to suit your taste):

nnoremap <F5> :GundoToggle<CR>
@@ -381,7 +379,7 @@

If you find a bug please post it on the - issue tracker. + issue tracker.

@@ -390,9 +388,9 @@

Fork the repository on - BitBucket + Source Hut or - GitHub + GitHub and send a pull request.

diff -r 1d84591fff04 -r 64436ddf46ef site/publish.sh --- a/site/publish.sh Tue May 09 13:50:38 2017 +0000 +++ b/site/publish.sh Mon Dec 23 16:09:42 2019 -0500 @@ -1,6 +1,6 @@ #!/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 +hg -R ~/src/docs.stevelosh.com pull -u +rsync --delete -az . ~/src/docs.stevelosh.com /gundo.vim +hg -R ~/src/docs.stevelosh.com commit -Am 'gundo.vim: Update documentation.' +hg -R ~/src/docs.stevelosh.com push