~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-06-24 07:05:23 UTC
  • Revision ID: mbp@sourcefrog.net-20050624070522-1ad6a500569c5449
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
                    
786
786
        
787
787
    def commit(self, *args, **kw):
788
 
        """Deprecated"""
789
788
        from bzrlib.commit import commit
790
789
        commit(self, *args, **kw)
791
790