-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrupted commit while pulling central this morning #214
Comments
Hmm, looks like that commit only worsened things. There was also pre-existing bad stuff (the modeline had some |
That was introduced in
commit d5c2c553e3174102eb530488929412a3ed75a0f4
Merge: 51f9bbd30696 096e0ae803f4
Author: Brindusan Cristian <[email protected]>
Date: Thu Apr 25 01:43:17 2019 +0300
Merge mozilla-central to autoland. a=merge CLOSED TREE
diff --cc dom/ipc/BrowserParent.cpp
index cd118c7570f6,066d4d4319f3..33fcbdb435a5
--- a/dom/ipc/BrowserParent.cpp
+++ b/dom/ipc/BrowserParent.cpp
@@@ -1,4 -1,4 +1,4 @@@
--/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
++/* -*- Mode: C++; tab-width: 8copyrev: 1ec0be325e6d41111f155363bf6c6ccfb640c610
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this |
|
And |
The |
I'm checking out a separate repo to work today, this one will remain as-is for now so I can wait for you to help debug this. |
Duplicate of #207 |
Thank you for the copy of your repository. Along with Kate's it's helpful to test improvements to |
So I pulled central today, as I do most days, and I cannot build because a file in my repo is corrupted.
The file is
dom/ipc/BrowserParent.cpp
, which has a bad modeline and a few other borked changes.According to
git blame
, this is the commit that introduced the issue:Note the borked modeline and changes in that file.
git cinnabar git2hg
says that this is https://hg.mozilla.org/mozilla-central/rev/a72c9df6c09aa5cd83cd94a06c05d46334ecfbe2. Which obviously doesn't have those changes.I'm not sure how to go about debugging this. Doing a
git cinnabar fsck
for now.The text was updated successfully, but these errors were encountered: