repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
hg-git-hg
/
hg-git-hg.install
blob
ffd09939adf969fb817ab62f550c26e7ce2f0f34
1
post_install() {
2
echo ">>please add the following in your ~/.hgrc:"
3
echo ""
4
echo "[extensions]"
5
echo "hgext.bookmarks ="
6
echo "hggit ="
7
echo ""
8
}
9
10
post_upgrade() {
11
post_install
12
}
13