~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Martin Pool
  • Date: 2005-09-20 08:49:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050920084936-7049ecb2567685bd
- doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
# perhaps the weave should have single method which does it all in one
54
54
# go, avoiding a lot of redundant work.
55
55
 
 
56
# TODO: Perhaps give a warning if one of the revisions marked as
 
57
# merged is already in the ancestry, and then don't record it as a
 
58
# distinct parent.
 
59
 
56
60
 
57
61
import os
58
62
import sys