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