Rev 177: Made probable fix. in http://bzr.daniel-watkins.co.uk/pqm/66999

Daniel Watkins daniel at daniel-watkins.co.uk
Tue Jul 15 10:55:02 BST 2008


At http://bzr.daniel-watkins.co.uk/pqm/66999

------------------------------------------------------------
revno: 177
revision-id: daniel at daniel-watkins.co.uk-20080715095341-z0zw6lcuhw3j18e5
parent: robertc at robertcollins.net-20080710074340-dl0w25nbutl88sz2
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: 66999
timestamp: Tue 2008-07-15 10:53:41 +0100
message:
  Made probable fix.
-------------- next part --------------
=== modified file 'pqm/__init__.py'
--- a/pqm/__init__.py	2007-11-29 21:40:54 +0000
+++ b/pqm/__init__.py	2008-07-15 09:53:41 +0000
@@ -471,7 +471,7 @@
                  entry.url[7:] in branch_list)):
                 return os.path.join(fullpath, path)
         raise PQMException(sender,
-                           "Branch %s not found in config" % branch)
+                           "Branch %s not found in config" % config_branch)
     
     def check_commit_regex(self, branch, config):
         """Confirm that commit message matches any regexp supplied in the



More information about the bazaar-commits mailing list