/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/test_commit.py

  • Committer: Martin Pool
  • Date: 2005-09-15 06:32:04 UTC
  • Revision ID: mbp@sourcefrog.net-20050915063203-8d7b634786abe83b
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.errors import PointlessCommit
24
24
 
25
25
 
 
26
# TODO: Test commit with some added, and added-but-missing files
 
27
 
26
28
class TestCommit(TestCaseInTempDir):
27
29
    def test_simple_commit(self):
28
30
        """Commit and check two versions of a single file."""