~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:34:11 UTC
  • mto: (1185.11.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050711213411-e66967f569f16716
Fixed some encoding issues, added is_remote function for Transport objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1678
1678
    This is similar to main(), but without all the trappings for
1679
1679
    logging and error handling.  
1680
1680
    """
 
1681
    import bzrlib
1681
1682
    argv = [a.decode(bzrlib.user_encoding) for a in argv]
1682
1683
 
1683
1684
    # Load all of the transport methods