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

  • Committer: Jelmer Vernooij
  • Date: 2017-06-10 12:50:32 UTC
  • mfrom: (6679 work)
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170610125032-xb5rd5fjskjallos
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    )
30
30
from .osutils import contains_whitespace
31
31
 
32
 
NULL_REVISION="null:"
33
 
CURRENT_REVISION="current:"
 
32
NULL_REVISION=b"null:"
 
33
CURRENT_REVISION=b"current:"
34
34
 
35
35
 
36
36
class Revision(object):