~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/__init__.py

  • Committer: Robert Collins
  • Date: 2007-03-05 03:43:56 UTC
  • mfrom: (2312 +trunk)
  • mto: (2255.11.6 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070305034356-og43j35eg62m952f
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006 Canonical Ltd
 
1
# Copyright (C) 2006, 2007 Canonical Ltd
2
2
# Authors: Robert Collins <robert.collins@canonical.com>
3
 
# -*- coding: utf-8 -*-
 
3
#          and others
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
50
50
        'bzrlib.tests.branch_implementations.test_parent',
51
51
        'bzrlib.tests.branch_implementations.test_permissions',
52
52
        'bzrlib.tests.branch_implementations.test_pull',
 
53
        'bzrlib.tests.branch_implementations.test_tags',
53
54
        'bzrlib.tests.branch_implementations.test_push',
54
55
        'bzrlib.tests.branch_implementations.test_uncommit',
55
56
        'bzrlib.tests.branch_implementations.test_update',