Mercurial > dotfiles
changeset 111:92a93c9a9ad4
Fixed GitHub schemes. Better log templates.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 28 Aug 2012 21:27:13 -0700 |
parents | 9e0e1b78d0dd |
children | 9495034e7dc4 |
files | hgrc/hgrc |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgrc/hgrc Tue Aug 28 21:26:42 2012 -0700 +++ b/hgrc/hgrc Tue Aug 28 21:27:13 2012 -0700 @@ -21,7 +21,7 @@ parentrevspec = [alias] -clog = glog --limit 10 --template "{rev} {bookmarks} {tags} {node|short} {date|shortdate} {author|user}\n{desc}\n\n" +clog = glog --limit 10 --template "{rev} {branches} {bookmarks} {tags} {node|short} {date|shortdate} {author|user}\n{desc}\n\n" [progress] delay = 1 @@ -29,8 +29,8 @@ [schemes] bb+ssh = ssh://hg@bitbucket.org/ bb+me = ssh://hg@bitbucket.org/ludovicchabant/ -gh+ssh = git+ssh://git@github.com/ -gh+me = git+ssh://git@github.com/ludovicchabant/ +gh+ssh = git+ssh://git@github.com:{1}/{2}.git +gh+me = git+ssh://git@github.com:ludovicchabant/{1}.git [extdiff] cmd.sbsdiff = diff