From: martin f. krafft Date: Sun, 18 May 2008 13:19:24 +0000 (+0100) Subject: move mr registration to base file, not LIB X-Git-Url: https://git.madduck.net/etc/myrepos.git/commitdiff_plain/3e2a000afbbc3f16ac6e79426f4a552a67e2526b?ds=sidebyside move mr registration to base file, not LIB --- diff --git a/.mr/LIB b/.mr/LIB index 3eed548..6c20d29 100644 --- a/.mr/LIB +++ b/.mr/LIB @@ -21,9 +21,3 @@ lib = checkout_hack_branch() { git push origin --all fi } - -[code/mr] -checkout = checkout_hack_branch mr \ - joeyh git://git.kitenet.net/mr \ - ssh://git.madduck.net/~/git/pub/code/mr.git - ln -s ../code/mr/mr ~/.bin/mr diff --git a/.mr/base b/.mr/base index b34da74..b640106 100644 --- a/.mr/base +++ b/.mr/base @@ -16,3 +16,13 @@ checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net [.fgits/screen.git] checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/screen.git' 'screen.git' '../../' + +[code/mr] +checkout = checkout_hack_branch mr \ + joeyh git://git.kitenet.net/mr \ + ssh://git.madduck.net/~/git/pub/code/mr.git + ln -fs ../code/mr/mr ~/.bin/mr + git branch vcsh origin/vcsh + +[code/mrsetup] +checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup