/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 cmds.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-28 12:26:11 UTC
  • mto: (0.64.315 trunk)
  • mto: This revision was merged to the branch mainline in revision 6631.
  • Revision ID: jelmer@samba.org-20110428122611-e7v92xb1hb3556ch
Fix 'bzr fast-import' bzrdir argument and add a blackbox test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
            'export-marks': export_marks,
311
311
            }
312
312
        return _run(source, generic_processor.GenericProcessor,
313
 
                control=control, params=params, verbose=verbose,
 
313
                bzrdir=control, params=params, verbose=verbose,
314
314
                user_map=user_map)
315
315
 
316
316
    def _generate_info(self, source):