/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 tests/test_commands.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:
134
134
        tree = self.make_branch_and_tree("br")
135
135
        self.build_tree_contents([('file.fi', simple_fast_import_stream)])
136
136
        data = self.run_bzr("fast-import file.fi br")[0]
137
 
        self.assertEquals(3, tree.branch.revno())
 
137
        self.assertEquals(1, tree.branch.revno())