~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revision.py

  • Committer: Robert Collins
  • Date: 2006-06-13 16:26:09 UTC
  • mfrom: (1733.1.7 non-bzr-control-dirs)
  • mto: This revision was merged to the branch mainline in revision 1770.
  • Revision ID: robertc@robertcollins.net-20060613162609-779ae11bd22b2866
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):