summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-05 21:07:59 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-05 21:07:59 +0200
commitc7f847b0f32161023579499b905c3266aa9f2e35 (patch)
tree2c43ebe18841c23a297ce6b199da461ef4b01798
parentd163a7d3ef00b25c45bb58947c711dc686ac6119 (diff)
Set branch nicks on bzr branches.
-rwxr-xr-xinit.d/40vcs-init1
1 files changed, 1 insertions, 0 deletions
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