From 82db119e78ded158ded196e96b64f1824ab70567 Mon Sep 17 00:00:00 2001 From: dAniel hAhler Date: Fri, 4 Apr 2008 22:15:52 +0200 Subject: bzr: Set nickname for tree in init.d/40vcs-init --- 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