[Pkg-bazaar-commits] ./bzr/unstable r886: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:20 UTC 2009


------------------------------------------------------------
revno: 886
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-07-11 13:42:53 +1000
message:
  doc
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-07-11 03:40:02 +0000
+++ b/bzrlib/commands.py	2005-07-11 03:42:53 +0000
@@ -1131,6 +1131,8 @@
                      specific_files=selected_list,
                      allow_pointless=unchanged)
         except PointlessCommit:
+            # FIXME: This should really happen before the file is read in;
+            # perhaps prepare the commit; get the message; then actually commit
             raise BzrCommandError("no changes to commit",
                                   ["use --unchanged to commit anyhow"])
 



More information about the Pkg-bazaar-commits mailing list