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

  • Committer: Jelmer Vernooij
  • Date: 2018-04-02 00:52:27 UTC
  • mfrom: (6939 work)
  • mto: This revision was merged to the branch mainline in revision 7274.
  • Revision ID: jelmer@jelmer.uk-20180402005227-pecflp1mvdjrjqd6
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
    :param reporter: The _ChangeReporter that will report the changes.
315
315
    """
316
316
    versioned_change_map = {
317
 
        (True, True)  : 'unchanged',
318
 
        (True, False) : 'removed',
319
 
        (False, True) : 'added',
 
317
        (True, True): 'unchanged',
 
318
        (True, False): 'removed',
 
319
        (False, True): 'added',
320
320
        (False, False): 'unversioned',
321
321
        }
322
322
    for (file_id, path, content_change, versioned, parent_id, name, kind,