~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-07-11 03:42:53 UTC
  • Revision ID: mbp@sourcefrog.net-20050711034253-412281abeb9f56ad
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1131
1131
                     specific_files=selected_list,
1132
1132
                     allow_pointless=unchanged)
1133
1133
        except PointlessCommit:
 
1134
            # FIXME: This should really happen before the file is read in;
 
1135
            # perhaps prepare the commit; get the message; then actually commit
1134
1136
            raise BzrCommandError("no changes to commit",
1135
1137
                                  ["use --unchanged to commit anyhow"])
1136
1138