From e8cd7007416a323259791ac09c013dcce2956976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 2 Mar 2011 15:34:15 +0000 Subject: [PATCH] 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 --- 3rdparty/mmu_man/scripts/dev-perso | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/mmu_man/scripts/dev-perso b/3rdparty/mmu_man/scripts/dev-perso index 90f8eea11d..7d020ce4f2 100755 --- a/3rdparty/mmu_man/scripts/dev-perso +++ b/3rdparty/mmu_man/scripts/dev-perso @@ -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