Mercurial > mozilla > hg > MozillaTry
changeset 48:18643e92c91d
hg phases text -> /dev/null
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 25 Jan 2013 16:01:42 -0800 |
parents | 8a76eb02a3ef |
children | ca72b5866da1 |
files | mozillatry.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mozillatry.py Thu Jan 24 10:21:40 2013 -0800 +++ b/mozillatry.py Fri Jan 25 16:01:42 2013 -0800 @@ -27,7 +27,7 @@ try: # XXX stupid; see # https://wiki.mozilla.org/Build:TryServer#hg_phases - call(['hg', 'phase', '-f', '--draft', 'qbase:tip'], cwd=directory) + call(['hg', 'phase', '-f', '--draft', 'qbase:tip'], cwd=directory, stdout=subprocess.PIPE) except subprocess.CalledProcessError: pass call(['hg', 'qpop', '--all'], cwd=directory)