~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-15 14:16:58 UTC
  • mfrom: (1911.2.9 cache-revision-encoding)
  • Revision ID: pqm@pqm.ubuntu.com-20060815141658-4a1356532d7aa155
(jam) cache utf-8 encoding/decoding

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
NULL_REVISION="null:"
30
30
 
 
31
 
31
32
class Revision(object):
32
33
    """Single revision on a branch.
33
34