/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/selftest/versioning.py

  • Committer: Martin Pool
  • Date: 2005-09-14 06:07:30 UTC
  • Revision ID: mbp@sourcefrog.net-20050914060730-8ba8f86173f00355
- let selftest/versioning run as standalone test

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        
179
179
        # TODO: factor out some kind of assert_tree_state() method
180
180
        
 
181
 
 
182
if __name__ == '__main__':
 
183
    import unittest
 
184
    unittest.main()
 
185