/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to contrib/debian/default

  • Committer: Eric Anderson
  • Date: 2008-11-25 01:45:22 UTC
  • mto: (0.200.116 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: eric@pixelwareinc.com-20081125014522-leeq8vts9nv3awjm
When reading branch use active branch instead of first branch.

This allows us to interact with whatever is set as the current active 
branch instead of being limited to only the first branch (master). 
Useful for creating a branch from somewhere other than master.

Limited in its usefulness as I believe git only allows switching 
branches in a non-bare repositories and most trees being branched from 
are bare repositories. Also requiring the source repository to switch
its active branch is pretty intrusive. But something is better than
nothing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Specify startup options for bzr --serve
2
 
 
3
 
# WARNING
4
 
# When bazaar runs in serve mode there is no authentication. You will
5
 
# be publishing your tree as readable or potentially writeable to everyone
6
 
 
7
 
# You need to uncomment the line below to enable this service
8
 
#ENABLED=1
9
 
 
10
 
# Specify a user and group to run as
11
 
#USER=bzr
12
 
#GROUP=bzr
13
 
 
14
 
# Specify the path to the repository
15
 
#REPO=/srv/bzr
16
 
 
17
 
# Other arguments
18
 
# Add --allow-writes for RW access
19
 
# Example config listens on localhost
20
 
DAEMON_ARGS="--port=127.0.0.1:4155"