# # patch "ChangeLog" # from [a966f97714e03d6ede53e2953a61c61540451cc3] # to [917d991b0348bf784b842a5cb7a11ad6dc2ffe68] # # patch "contrib/ciabot_monotone.py" # from [8eb270dff65b9be32974d139b0e6d8ba720902d4] # to [53817a19420055452a332b922bd85e414b2b042f] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ 2005-07-12 Nathaniel Smith + * contrib/ciabot_monotone.py (config.project_for_branch): Clarify + comment text for non-Python programmers. + +2005-07-12 Nathaniel Smith + * testsuite.at (NETSYNC_SERVE_START, NETSYNC_SERVE_N_START): Fixup quoting. --- contrib/ciabot_monotone.py +++ contrib/ciabot_monotone.py @@ -27,8 +27,10 @@ class config: def project_for_branch(self, branchname): - # Customize this if you are watching multiple different projects. - # Return None if changes to the given branch are uninteresting. + # Customize this to return your project name(s). If changes to the + # given branch are uninteresting -- i.e., changes to them should be + # ignored entirely -- then return the python constant None (which is + # distinct from the string "None", a valid but poor project name!). #if branchname.startswith("net.venge.monotone-viz"): # return "monotone-viz" #elif branchname.startswith("net.venge.monotone.contrib.monotree"):