~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-06-13 17:02:41 UTC
  • mfrom: (1769.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060613170241-91efacfc55c6b9d2
(robertc, jelmer)Merge the new ControlFormat core logic to support .hg, .svn etc formats. (Robert Collins, Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        self._check_properties()
52
52
        self.parent_ids = []
53
53
        self.parent_sha1s = []
 
54
        """Not used anymore - legacy from for 4."""
54
55
        self.__dict__.update(args)
55
56
 
56
57
    def __repr__(self):