~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:06:24 UTC
  • Revision ID: mbp@sourcefrog.net-20050920080624-25bfe88297f9eaa2
- doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
# here for now.  It's not totally clear to me how we'd know which file
50
50
# need new text versions if some parents are absent.  -- mbp 20050915
51
51
 
52
 
# TODO: Perhaps it'd be enough to just commit an auto-merge of the
53
 
# ancestries?  Wouldn't that always preserve the appropriate ordering?
 
52
# TODO: Rather than mashing together the ancestry and storing it back,
 
53
# perhaps the weave should have single method which does it all in one
 
54
# go, avoiding a lot of redundant work.
54
55
 
55
56
 
56
57
import os