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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-01-01 21:23:40 UTC
  • mfrom: (7206.4.1 move-testament)
  • Revision ID: breezy.the.bot@gmail.com-20190101212340-6wmbncvwqal06rif
Move the testament module to breezy.bzr.

Merged from https://code.launchpad.net/~jelmer/brz/move-testament/+merge/359939

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    registry,
32
32
    revision as _mod_revision,
33
33
    rio,
34
 
    testament,
35
34
    timestamp,
36
35
    trace,
37
36
    )
 
37
from breezy.bzr import (
 
38
    testament,
 
39
    )
38
40
from breezy.bundle import (
39
41
    serializer as bundle_serializer,
40
42
    )