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

  • Committer: Robert Collins
  • Date: 2007-03-06 21:45:51 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070306214551-ayvx2ziz2hgbkqm0
Add test showing reverts UI working as Aaron intended it to.

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
            if kind[0] is not None:
347
347
                old_path += osutils.kind_marker(kind[0])
348
348
            old_path += " => "
 
349
        elif versioned == 'removed':
 
350
            # not present in target
 
351
            old_path = ""
 
352
            path = paths[0]
349
353
        else:
350
354
            old_path = ""
351
355
            path = paths[1]