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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
hgshelve-hg
/
hgshelve-hg.install
blob
18eac0b26e293c0332df5ba296de6dc97eea0669
1
post_install() {
2
echo ">>please add the following in your ~/.hgrc:"
3
echo ""
4
echo "[extensions]"
5
echo "hgshelve ="
6
echo ""
7
}
8
9
post_upgrade() {
10
post_install
11
}