# HG changeset patch # User Ludovic Chabant # Date 1348117582 25200 # Node ID 0fab23bfd392122450860f7750d95466bd1aaca6 # Parent 56542c6433d9df6554a71ffb9456254a1d1ddfbe Fixed URLs for some Git sub-repos. diff -r 56542c6433d9 -r 0fab23bfd392 .hgsub --- a/.hgsub Tue Sep 18 21:15:08 2012 -0700 +++ b/.hgsub Wed Sep 19 22:06:22 2012 -0700 @@ -8,10 +8,10 @@ vim/bundle/powerline = [git]https://github.com/Lokaltog/vim-powerline.git vim/bundle/markdown = [git]https://github.com/tpope/vim-markdown.git vim/bundle/surround = [git]https://github.com/tpope/vim-surround.git -vim/bundle/commentary = [git]git://github.com/tpope/vim-commentary.git -vim/bundle/ragtag = [git]git://github.com/tpope/vim-ragtag.git -vim/bundle/repeat = [git]git://github.com/tpope/vim-repeat.git -vim/bundle/haml = [git]git://github.com/tpope/vim-haml.git +vim/bundle/commentary = [git]https://github.com/tpope/vim-commentary.git +vim/bundle/ragtag = [git]https://github.com/tpope/vim-ragtag.git +vim/bundle/repeat = [git]https://github.com/tpope/vim-repeat.git +vim/bundle/haml = [git]https://github.com/tpope/vim-haml.git vim/bundle/supertab = [git]https://github.com/ervandew/supertab.git vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree.git vim/bundle/vimroom = [git]https://github.com/mikewest/vimroom.git