/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/tests/test_inventory_delta.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:10:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521181028-zn04pdfw0od9hfj3
Rename brzlib => breezy.

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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
"""Tests for brzlib.inventory_delta.
 
17
"""Tests for breezy.inventory_delta.
18
18
 
19
19
See doc/developer/inventory.txt for more information.
20
20
"""
21
21
 
22
22
from cStringIO import StringIO
23
23
 
24
 
from brzlib import (
 
24
from breezy import (
25
25
    inventory,
26
26
    inventory_delta,
27
27
    )
28
 
from brzlib.inventory_delta import InventoryDeltaError
29
 
from brzlib.inventory import Inventory
30
 
from brzlib.revision import NULL_REVISION
31
 
from brzlib.tests import TestCase
 
28
from breezy.inventory_delta import InventoryDeltaError
 
29
from breezy.inventory import Inventory
 
30
from breezy.revision import NULL_REVISION
 
31
from breezy.tests import TestCase
32
32
 
33
33
### DO NOT REFLOW THESE TEXTS. NEW LINES ARE SIGNIFICANT. ###
34
34
empty_lines = """format: bzr inventory delta v1 (bzr 1.14)