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

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
    return matches
189
189
 
190
190
 
 
191
@deprecated_function(symbol_versioning.one_four)
191
192
def revision_graph(revision, revision_source):
192
193
    """Produce a graph of the ancestry of the specified revision.
193
194