--- a/.hgsub Sat Feb 02 14:16:31 2019 -0500
+++ b/.hgsub Sat Feb 02 15:13:20 2019 -0500
@@ -1,18 +1,18 @@
-mercurial/hg-prompt = [hg]https://bitbucket.org/sjl/hg-prompt
-mercurial/templates = [hg]https://bitbucket.org/sjl/mercurial-cli-templates
+mercurial/hg-prompt = [hg]https://hg.sr.ht/~sjl/hg-prompt
+mercurial/templates = [hg]https://hg.sr.ht/~sjl/mercurial-cli-templates
vim/bundle/abolish = [git]https://github.com/tpope/vim-abolish
vim/bundle/ack = [git]https://github.com/mileszs/ack.vim
-vim/bundle/badwolf = [hg]https://bitbucket.org/sjl/badwolf/
-vim/bundle/clam = [hg]https://bitbucket.org/sjl/clam.vim/
+vim/bundle/badwolf = [hg]https://hg.sr.ht/~sjl/badwolf/
+vim/bundle/clam = [hg]https://hg.sr.ht/~sjl/clam.vim/
vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary
vim/bundle/ctrlp = [git]https://github.com/ctrlpvim/ctrlp.vim
vim/bundle/delimitmate = [git]https://github.com/Raimondi/delimitMate
vim/bundle/fugitive = [git]https://github.com/tpope/vim-fugitive
-vim/bundle/gdl = [hg]https://bitbucket.org/sjl/gdl.vim/
+vim/bundle/gdl = [hg]https://hg.sr.ht/~sjl/gdl.vim/
vim/bundle/glsl = [git]https://github.com/tikhomirov/vim-glsl
vim/bundle/gnupg = [git]https://github.com/jamessan/vim-gnupg
vim/bundle/gnuplot = [git]https://github.com/vim-scripts/gnuplot.vim
-vim/bundle/gundo = [hg]https://bitbucket.org/sjl/gundo.vim/
+vim/bundle/gundo = [hg]https://hg.sr.ht/~sjl/gundo.vim/
vim/bundle/html5 = [git]https://github.com/othree/html5.vim
vim/bundle/indent-object = [git]https://github.com/michaeljsmith/vim-indent-object
vim/bundle/javascript = [git]https://github.com/pangloss/vim-javascript
@@ -29,13 +29,12 @@
vim/bundle/securemodelines = [git]https://github.com/ciaranm/securemodelines
vim/bundle/sexp = [git]https://github.com/guns/vim-sexp
vim/bundle/shaderhighlight = [git]https://github.com/vim-scripts/ShaderHighLight
-vim/bundle/splice = [hg]https://bitbucket.org/sjl/splice.vim
-vim/bundle/strftimedammit = [hg]https://bitbucket.org/sjl/strftimedammit.vim/
+vim/bundle/splice = [hg]https://hg.sr.ht/~sjl/splice.vim
+vim/bundle/strftimedammit = [hg]https://hg.sr.ht/~sjl/strftimedammit.vim/
vim/bundle/surround = [git]https://github.com/tpope/vim-surround
vim/bundle/swig = [git]https://github.com/vim-scripts/SWIG-syntax
vim/bundle/targets = [git]https://github.com/wellle/targets.vim
vim/bundle/vim-go = [git]https://github.com/fatih/vim-go
vim/bundle/vimtex = [git]https://github.com/lervag/vimtex
-vim/bundle/vitality = [hg]https://bitbucket.org/sjl/vitality.vim
vim/bundle/vlime = [git]https://github.com/sjl/vlime
vim/bundle/windowswap = [git]https://github.com/wesQ3/vim-windowswap
--- a/.hgsubstate Sat Feb 02 14:16:31 2019 -0500
+++ b/.hgsubstate Sat Feb 02 15:13:20 2019 -0500
@@ -1,4 +1,4 @@
-4dddc56c4c4b420c91d4a9b20e8f9589953b3fde mercurial/hg-prompt
+dc481ce24b602720746967f40a93b65c45cdd0f8 mercurial/hg-prompt
1fc4a9fbead7e0acc4c828b346f3be2658ec3df9 mercurial/templates
b6a8b49e2173ba5a1b34d00e68e0ed8addac3ebd vim/bundle/abolish
a16a9b63eb85cc0960a7f25c54647ac1f99f3360 vim/bundle/ack
@@ -36,6 +36,5 @@
f6f2d6618a321f5b0065586a7bc934325fec81ab vim/bundle/targets
40ffc87ba3eabf299c50ace52be39c1573d0976a vim/bundle/vim-go
5d5c71044880443035e07009497962feacb56b20 vim/bundle/vimtex
-bf3fd7f67e730f93765bd3c1cfcdb18fd4043521 vim/bundle/vitality
16b96feec48c207591cea80882818e5d24a03c43 vim/bundle/vlime
6876fe38b33732cb124d415ffc4156f16da5e118 vim/bundle/windowswap
--- a/hgrc Sat Feb 02 14:16:31 2019 -0500
+++ b/hgrc Sat Feb 02 15:13:20 2019 -0500
@@ -120,6 +120,9 @@
# Push to the git mirror at the same time.
pg = !"$HG" push; "$HG" push git
+# Push to all
+pa = !"$HG" paths -q | xargs -l1 "$HG" push
+
# Commit message shortcuts.
cm = commit -m
cus = commit -m 'Update subrepository state.'
--- a/vim/vimrc Sat Feb 02 14:16:31 2019 -0500
+++ b/vim/vimrc Sat Feb 02 15:13:20 2019 -0500
@@ -1421,7 +1421,7 @@
au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>g yypciwgit<esc>wwcwghs<esc>A.git<esc>
" s/shs/bbs/
- au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>g yypciwbit<esc>wwcwghs<esc>A.git<esc>
+ au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>b yypciwbit<esc>wwcwbbs<esc>
augroup END
" }}}