# HG changeset patch # User André Sintzoff # Date 1279112555 -7200 # Node ID ac571288381e9fa1589bfe2ad6514d64442b0a49 # Parent 374353580a163a6bfe6e023737c3f1cb2f557ce0 api: add json to demandimport.ignore list diff -r 374353580a16 -r ac571288381e review/api.py --- a/review/api.py Tue Jul 13 16:41:19 2010 -0400 +++ b/review/api.py Wed Jul 14 15:02:35 2010 +0200 @@ -8,6 +8,8 @@ from mercurial import cmdutil, error, hg, patch, util from mercurial.node import hex from mercurial import ui as _ui +from mercurial import demandimport +demandimport.ignore.append('json') try: from os.path import relpath