26 } |
27 } |
27 |
28 |
28 def cmd_checkhg (bot, **rest): |
29 def cmd_checkhg (bot, **rest): |
29 HgPoll.force_poll() |
30 HgPoll.force_poll() |
30 |
31 |
31 def cmd_cset (bot, args, **rest) |
32 def cmd_cset (bot, args, **rest): |
32 repo = Repo ('zandronum-everything') |
33 repo = Repo ('zandronum-everything') |
33 data = "" |
34 data = "" |
34 node = args['key'] |
35 node = args['key'] |
35 |
36 |
36 # Possibly we're passed a date version instead. Try find the node for this. |
37 # Possibly we're passed a date version instead. Try find the node for this. |