updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / git-hg-git / githghome.patch
blobf3852450bfc1ed0eee9eedac5e8240c7c334593f
1 diff --git a/bin/git-hg b/bin/git-hg
2 index 35e34dd..20c415d 100755
3 --- a/bin/git-hg
4 +++ b/bin/git-hg
5 @@ -25,7 +25,7 @@ function canonicalize {
6 printf "%s/%s\n" "$cdir" "$file"
9 -GITHG_HOME=$(canonicalize $(dirname $(canonicalize $0))/..)
10 +GITHG_HOME=/usr/share/git/
11 HG_FAST_EXPORT=$GITHG_HOME/fast-export/hg-fast-export.sh
13 function git-current-branch {