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

get remote dpush to a point where we now what to send.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        if entry.kind == 'directory': return ""
270
270
        return entry.object.data
271
271
 
 
272
 
272
273
class GitRepositoryFormat(repository.RepositoryFormat):
 
274
    """Git repository format."""
273
275
 
274
276
    supports_tree_reference = False
275
277
    rich_root_data = True