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

  • Committer: Jelmer Vernooij
  • Date: 2009-03-27 13:04:03 UTC
  • mto: (0.200.305 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090327130403-6imiy7o0amdmx6yn
Fix versionedfiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
            return ROOT_ID
71
71
        return escape_file_id(path)
72
72
 
 
73
    def parse_file_id(self, file_id):
 
74
        if file_id == ROOT_ID:
 
75
            return ""
 
76
        return unescape_file_id(file_id)
 
77
 
73
78
    def import_commit(self, commit):
74
79
        """Convert a git commit to a bzr revision.
75
80