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

  • Committer: Aaron Bentley
  • Date: 2008-10-11 15:31:07 UTC
  • mto: (0.14.20 prepare-shelf)
  • mto: This revision was merged to the branch mainline in revision 3820.
  • Revision ID: aaron@aaronbentley.com-20081011153107-0n3fh0msogn12jqq
Fix get_parents_ functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
            return ()
12
12
    except errors.NoSuchFile:
13
13
        return ()
14
 
    return tt._tree.get_file_text(file_id)
 
14
    return (tt._tree.get_file_text(file_id),)
15
15
 
16
16
 
17
17
def get_parents_lines(tt, trans_id):