From 2dab251a6288f81d84ad996744df328a36ab12e5 Mon Sep 17 00:00:00 2001
From: Gabriel Luong <gabriel.luong@gmail.com>
Date: Mon, 12 Aug 2019 17:27:22 +0000
Subject: [PATCH] Bug 1572125 - Update .hg-annotate-ignore-revs and
 .git-blame-ignore-revs to ignore devtools/client/responsive reformatting
 using Prettier (Bug 1569574) in blame/annotate. r=vporof

Differential Revision: https://phabricator.services.mozilla.com/D41144

--HG--
extra : moz-landing-system : lando
---
 .git-blame-ignore-revs   | 4 ++++
 .hg-annotate-ignore-revs | 1 +
 2 files changed, 5 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index f77bd6f5b306e..4ede2dee47b5a 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -451,3 +451,7 @@ f9f59140398bc4d04d840e8217c04e0d7eafafb9 # gecko-dev
 # Bug 1561435 - Format accessible/, a=automatic-formatting
 # https://hg.mozilla.org/mozilla-central/rev/59f51c65dbf0c25ac557546d970c32648ab5d007
 058dce8bba0e081c60130f5523c0b9609a6bbf0f # gecko-dev
+
+# Bug 1569574 - Part 2: Format devtools/client/responsive/. a=automatic-formatting r=vporof
+# https://hg.mozilla.org/mozilla-central/rev/3b3a2e363253d5db0f2103064e8f59d8a2ae0543
+788820312b71a33a7ec2915935632ca7811a0baf # gecko-dev
diff --git a/.hg-annotate-ignore-revs b/.hg-annotate-ignore-revs
index 2ac06213b552c..b0e16a5e261a3 100644
--- a/.hg-annotate-ignore-revs
+++ b/.hg-annotate-ignore-revs
@@ -416,3 +416,4 @@ aa12d9e8a4f1cad6b8057ef69fa4b3273c3c3fab - Victor Porof - Bug 1561435 - Format b
 fb99af508d47ca0bfecbe0e6be3fc3f998576d63 - Victor Porof - Bug 1561435 - Format browser/actors/, a=automatic-formatting
 e78cfc62325608065dbb0819d2ceecf38fb0e233 - Victor Porof - Bug 1561435 - Fix linting errors for accessible/, r=standard8
 59f51c65dbf0c25ac557546d970c32648ab5d007 - Victor Porof - Bug 1561435 - Format accessible/, a=automatic-formatting
+3b3a2e363253d5db0f2103064e8f59d8a2ae0543 - Gabriel Luong - Bug 1569574 - Part 2: Format devtools/client/responsive/. a=automatic-formatting r=vporof
-- 
GitLab