From 6f80eee72040ff127a19737199ba9f99b9661940 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Thu, 28 Apr 2016 10:20:25 -0700 Subject: [PATCH] Bug 1268573 - Pin revision in hgwatchman repo; r=smacleod Per https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-April/083649.html the hgwatchman repo has been blanked. We should pin to the last changeset before the blanking so people can still run hgwatchman. We'll also need to teach `mach mercurial-setup` to install the fsnotifier extension. That's for a different patch and bug. DONTBUILD (NPOTB) MozReview-Commit-ID: GyuDMTwARqo --HG-- extra : rebase_source : be782f0262006a29f5b48add98fddda9dd2cdbd7 --- tools/mercurial/hgsetup/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mercurial/hgsetup/update.py b/tools/mercurial/hgsetup/update.py index 7429534134db..8b306b7bf440 100644 --- a/tools/mercurial/hgsetup/update.py +++ b/tools/mercurial/hgsetup/update.py @@ -39,7 +39,7 @@ class MercurialUpdater(object): hg, 'https://bitbucket.org/facebook/hgwatchman', self.hgwatchman_dir, - 'default', + '5ca0f920df7ec8a93d322f06d554f778184cdcd1', 'Ensuring hgwatchman is up to date...') if repo_existed: print(FINISHED)