/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:
27
27
        )
28
28
 
29
29
NULL_REVISION="null:"
 
30
CURRENT_REVISION="current:"
30
31
 
31
32
 
32
33
class Revision(object):