/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 bzrlib/tests/blackbox/test_guess_renames.py

  • Committer: Aaron Bentley
  • Date: 2009-03-23 16:42:56 UTC
  • mto: This revision was merged to the branch mainline in revision 4196.
  • Revision ID: aaron@aaronbentley.com-20090323164256-1yrmfbhfw7fwncu8
Updates from review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
 
from  bzrlib import tests
 
17
from bzrlib import tests
 
18
 
18
19
 
19
20
class TestGuessRenames(tests.TestCaseWithTransport):
20
21