/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 breezy/commands.py

  • Committer: Jelmer Vernooij
  • Date: 2020-05-24 00:42:36 UTC
  • mto: This revision was merged to the branch mainline in revision 7505.
  • Revision ID: jelmer@jelmer.uk-20200524004236-jdj6obo4k5lznqw2
Cleanup Windows functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1252
1252
 
1253
1253
def _specified_or_unicode_argv(argv):
1254
1254
    # For internal or testing use, argv can be passed.  Otherwise, get it from
1255
 
    # the process arguments in a unicode-safe way.
 
1255
    # the process arguments.
1256
1256
    if argv is None:
1257
 
        return osutils.get_unicode_argv()
 
1257
        return sys.argv[1:]
1258
1258
    new_argv = []
1259
1259
    try:
1260
1260
        # ensure all arguments are unicode strings