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

Simply refer to bzr's docs in HACKING.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
"""Custom revision specifier for Subversion."""
17
17
 
18
18
from bzrlib.errors import (
19
 
    BzrError,
20
19
    InvalidRevisionId,
21
20
    InvalidRevisionSpec,
22
 
    NoSuchRevision,
23
21
    )
24
22
from bzrlib.revision import (
25
23
    NULL_REVISION,