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

Ultra-experimental support for "bzr pull". No test. No sanity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Converters, etc for going between Bazaar and Git ids."""
18
18
 
19
 
_namespace_prefix = 'git1'
 
19
_namespace_prefix = 'git-experimental'
20
20
_revision_id_prefix = _namespace_prefix + 'r-'
21
21
_file_id_prefix = _namespace_prefix + 'f-'
22
22