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:
François Revol 2011-03-02 15:34:15 +00:00
parent d25cab17b0
commit e8cd700741

View File

@ -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