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:
Vendored
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user