~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-11 21:24:27 UTC
  • mto: (1185.11.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050711212426-1cd444606462f4ff
Adding http transport as a valid transport protocol.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1679
1679
    logging and error handling.  
1680
1680
    """
1681
1681
    argv = [a.decode(bzrlib.user_encoding) for a in argv]
 
1682
 
 
1683
    # Load all of the transport methods
 
1684
    import bzrlib.local_transport, bzrlib.http_transport
1682
1685
    
1683
1686
    try:
1684
1687
        # some options like --builtin and --no-plugins have special effects