comparison mozillatry.py @ 49:ca72b5866da1

note TODO item
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 25 Jan 2013 16:03:35 -0800
parents 18643e92c91d
children 582f3571ab33
comparison
equal deleted inserted replaced
48:18643e92c91d 49:ca72b5866da1
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 """ 3 """
4 push patches to try server 4 push patches to try server
5 """ 5 """
6
7 # TODO:
8 # it'd be nice to be able to push something from a patch queue
6 9
7 import configuration 10 import configuration
8 import datetime 11 import datetime
9 import optparse 12 import optparse
10 import os 13 import os