From c7f847b0f32161023579499b905c3266aa9f2e35 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 5 Apr 2008 21:07:59 +0200 Subject: Set branch nicks on bzr branches. --- init.d/40vcs-init | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/40vcs-init b/init.d/40vcs-init index dec33a4..bf2b03e 100755 --- a/init.d/40vcs-init +++ b/init.d/40vcs-init @@ -10,4 +10,5 @@ elif [ "$VCS" = hg ] && [ ! -e .hg ]; then echo "description = $(hostname) /etc repository" >> .hg/hgrc elif [ "$VCS" = bzr ] && [ ! -e .bzr ]; then bzr init + bzr nick "$(hostname) /etc repository" fi -- cgit v1.2.3