# HG changeset patch # User Jeff Hammel # Date 1354923084 28800 # Node ID fa1215cee8c451c024a6c96dbe9d903b3db5ad28 # Parent 295112b3e143db49300c029f88d1365e36f367d8 abort: ":" cannot be used in the name of a patch diff -r 295112b3e143 -r fa1215cee8c4 mozillatry.py --- a/mozillatry.py Fri Dec 07 15:28:44 2012 -0800 +++ b/mozillatry.py Fri Dec 07 15:31:24 2012 -0800 @@ -54,7 +54,7 @@ shutil.rmtree(patches) call(['hg', 'qinit'], cwd=repo) # TODO: ensure there's something to commit - call(['hg', 'qnew', datetime.datetime.now().isoformat()], cwd=repo) + call(['hg', 'qnew', datetime.datetime.now().strftime("%Y%m%d%H%M%S")], cwd=repo) # apply patches for patch in patches: