~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2006-11-27 16:14:24 UTC
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: abentley@panoramicfeedback.com-20061127161424-kc3b780vnb6tm6yk
Updates from review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
1849
1849
        if local and not tree.branch.get_bound_location():
1850
1850
            raise errors.LocalRequiresBoundBranch()
1851
1851
 
1852
 
        def get_message():
 
1852
        def get_message(commit_builder):
1853
1853
            """Callback to get commit message"""
1854
1854
            my_message = message
1855
1855
            if my_message is None and not file: