Mercurial > hg
changeset 18927:deffb5e990db
synthrepo: add missing import of sys
Found using Cython.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Fri, 12 Apr 2013 18:48:02 -0700 |
parents | 8deaa703a622 |
children | 45348b4df46e |
files | contrib/synthrepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/synthrepo.py Fri Apr 12 18:44:22 2013 -0700 +++ b/contrib/synthrepo.py Fri Apr 12 18:48:02 2013 -0700 @@ -35,7 +35,7 @@ - Symlinks and binary files are ignored ''' -import bisect, collections, json, os, random, time +import bisect, collections, json, os, random, time, sys from mercurial import cmdutil, context, patch, scmutil, url, util, hg from mercurial.i18n import _ from mercurial.node import nullrev, nullid