diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-05 21:07:59 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-05 21:07:59 +0200 |
commit | c7f847b0f32161023579499b905c3266aa9f2e35 (patch) | |
tree | 2c43ebe18841c23a297ce6b199da461ef4b01798 | |
parent | d163a7d3ef00b25c45bb58947c711dc686ac6119 (diff) |
Set branch nicks on bzr branches.
-rwxr-xr-x | init.d/40vcs-init | 1 |
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 |