/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 bzrlib/version_info_formats/__init__.py

  • Committer: Lukáš Lalinský
  • Date: 2007-11-10 11:25:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3123.
  • Revision ID: lalinsky@gmail.com-20071110112536-48wqnw88fdmiorww
Fix problems from Alexander's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                check_for_clean=False,
50
50
                include_revision_history=False,
51
51
                include_file_revisions=False,
52
 
                template=None,
53
 
                ):
 
52
                template=None):
54
53
        """Build up information about the given branch.
55
54
        If working_tree is given, it can be checked for changes.
56
55
 
64
63
            date and message
65
64
        :param include_file_revisions: The output should
66
65
            include the explicit last-changed revision for each file.
 
66
        :param template: Template for the output formatting, not used by
 
67
            all builders.
67
68
        """
68
69
        self._branch = branch
69
70
        self._working_tree = working_tree