/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/tests/test_version_info.py

  • Committer: Martin Pool
  • Date: 2007-10-15 04:50:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2913.
  • Revision ID: mbp@sourcefrog.net-20071015045034-390357g4hrq386qp
Review cleanups, mostly documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        stanza = regen(check_for_clean=True, include_file_revisions=True)
112
112
        self.assertEqual(['False'], stanza.get_all('clean'))
113
113
 
114
 
        # XXX: This assumes its being run against a repository that does
115
 
        # update the root revision on every commit.  Newer ones that use
 
114
        # XXX: This assumes it's being run against a repository that updates
 
115
        # the root revision on every commit.  Newer ones that use
116
116
        # RootCommitBuilder won't update it on each commit.
117
117
        file_rev_stanza = get_one_stanza(stanza, 'file-revisions')
118
118
        self.assertEqual(['', 'a', 'b', 'c'], file_rev_stanza.get_all('path'))