From 91758980fedf50655e486c54dde894b59479e413 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 8 Mar 2019 00:08:32 +0100 Subject: [PATCH] http -> https --- Bisecting-a-Regression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bisecting-a-Regression.md b/Bisecting-a-Regression.md index ab67e6a..b246617 100644 --- a/Bisecting-a-Regression.md +++ b/Bisecting-a-Regression.md @@ -32,7 +32,7 @@ Mark the current version as bad using `git bisect start` and `git bisect bad`. A Bugzilla patch contains the commit information near `browser/extensions/pdfjs/content/build/pdf.js`, e.g., see https://bug871530.bugzilla.mozilla.org/attachment.cgi?id=750657 (was added3d (good), will be 869b878 (bad)). ### Using DXR -If you know it was good in the Beta branch, get the bad commit ID from DXR. Find the line with `PDFJS.build =` and copy the value in the single quotes, for example `4e83123`. You can find PDF.js on DXR at http://dxr.mozilla.org/mozilla-beta/source/browser/extensions/pdfjs/content/build/pdf.js. +If you know it was good in the Beta branch, get the bad commit ID from DXR. Find the line with `PDFJS.build =` and copy the value in the single quotes, for example `4e83123`. You can find PDF.js on DXR at https://dxr.mozilla.org/mozilla-beta/source/browser/extensions/pdfjs/content/build/pdf.js. ## Verify the working version - Run `git checkout `.