~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Martin Pool
  • Date: 2006-03-22 22:04:44 UTC
  • mto: (1668.1.8 bzr-0.8.mbp)
  • mto: This revision was merged to the branch mainline in revision 1710.
  • Revision ID: mbp@sourcefrog.net-20060322220444-51dee38a77ce34cd
Allow xmlrpc service url to be overridden by $BZR_LP_XMLRPC_URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
in your ~/.bazaar/plugins/ directory.
23
23
"""
24
24
 
 
25
# The XMLRPC server address can be overridden by setting the environment
 
26
# variable $BZR_LP_XMLRPL_URL
 
27
 
25
28
# see http://bazaar-vcs.org/Specs/BranchRegistrationTool
26
29
 
27
30
from bzrlib.commands import Command, Option, register_command