--- /Users/rochg/porting/buildbot-0.7.4/buildbot/scripts/tryclient.py	2006-08-23 08:11:16.000000000 +0100
+++ /opt/local/lib/python2.4/site-packages/buildbot/scripts/tryclient.py	2007-07-09 12:49:10.000000000 +0100
@@ -368,9 +368,13 @@
 
     def _deliverJob_pb(self, remote):
         ss = self.sourcestamp
+
         d = remote.callRemote("try",
-                              ss.branch, ss.revision, ss.patch,
-                              self.builderNames)
+                              ss.branch,
+                              ss.revision,
+                              ss.patch,
+                              self.builderNames,
+                              self.config['custom_props'])
         d.addCallback(self._deliverJob_pb2)
         return d
     def _deliverJob_pb2(self, status):
