Skip to content

Commit

Permalink
bug 731989, update to mercurial 2.1.2, and just that, r=peterbe
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed Apr 13, 2012
1 parent 0fdceb1 commit ec2fff3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mercurial==1.5.4
mercurial==2.1.2
Twisted==8.2.0
simplejson
MySQL-python
8 changes: 4 additions & 4 deletions scripts/create-test-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def ensureCustomRepository(reponame, revision, hgcustom_orig, env_path):
if rv:
raise RuntimeError("hg failed to pull hgcustom's %s" % reponame)
else:
rv = subprocess.call(['hg', '--config', 'format.dotencode=0', 'clone',
'--noupdate','--pull', '%s/%s' % (hgcustom_orig, reponame)],
rv = subprocess.call(['hg', 'clone', '--noupdate','--pull',
'%s/%s' % (hgcustom_orig, reponame)],
cwd = base)
if rv:
raise RuntimeError('hg failed to clone %s' % reponame)
Expand Down Expand Up @@ -122,8 +122,8 @@ def createEnvironment(env_path, hgcustom_orig):
if rv:
raise RuntimeError("Failed to create virtualenv in " + env_path)
hgcustom = {
'hg_templates': 'aebc5445f05f',
'hghooks': 'ebea31cf1cc0',
'hg_templates': '672340227bea',
'hghooks': '1e7a365890ab',
'pushlog': 'e99a36d3fd4a'
}
if not (hgcustom_orig.startswith('http://') or
Expand Down
2 changes: 1 addition & 1 deletion vendor-local/elmo
Submodule elmo updated from 44fed8 to 477a4f
2 changes: 1 addition & 1 deletion vendor-local/locale-inspector
Submodule locale-inspector updated 1 files
+1 −1 l10ninsp/steps.py

0 comments on commit ec2fff3

Please sign in to comment.