Check for Bazaar SCM and push "bzr update" to history.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40779 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d25cab17b0
commit
e8cd700741
1
3rdparty/mmu_man/scripts/dev-perso
vendored
1
3rdparty/mmu_man/scripts/dev-perso
vendored
@ -144,6 +144,7 @@ function dev() {
|
||||
|
||||
# make sure the update action is the first found in history.
|
||||
test -d .svn && history -s svn up
|
||||
test -d .bzr && history -s bzr update
|
||||
test -d .hg && history -s hg pull
|
||||
test -d .git && history -s git pull
|
||||
test -d CVS && history -s cvs up -d
|
||||
|
Loading…
Reference in New Issue
Block a user