~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Martin Pool
  • Date: 2005-09-19 12:15:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050919121507-1e2eabcfda2d5a4d
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?
 
54
 
52
55
 
53
56
import os
54
57
import sys