Submitter | phabricator |
---|---|
Date | April 17, 2020, 8:41 a.m. |
Message ID | <differential-rev-PHID-DREV-a3uwphfilexaig3aocjy-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/46180/ |
State | Superseded |
Headers | show |
Comments
marmoute added a comment. marmoute accepted this revision. sure REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8456/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8456 To: Alphare, #hg-reviewers, marmoute Cc: marmoute, mercurial-devel
Herald added a subscriber: mercurial-patches. This revision now requires changes to proceed. indygreg added a comment. indygreg requested changes to this revision. This patch currently fails to apply. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8456/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8456 To: Alphare, #hg-reviewers, marmoute, indygreg Cc: indygreg, mercurial-patches, marmoute, mercurial-devel
Closed by commit rHGbe3e85cf8f4d: rust: remove duplicate import (authored by Alphare). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Revision". CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D8456?vs=21152&id=21533#toc REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D8456?vs=21152&id=21533 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8456/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8456 AFFECTED FILES CHANGE DETAILS To: Alphare, #hg-reviewers, marmoute, indygreg Cc: indygreg, mercurial-patches, marmoute, mercurial-devel
indygreg added a comment. It looks like `hg phabread | hg import -` produced an empty changeset, which I accidentally pushed. I have since rewritten `@` on `hg-committed` to remove the empty changeset. This differential revision should be reopened (which I cannot do since I don't own it). REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8456/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8456 To: Alphare, #hg-reviewers, marmoute, indygreg Cc: indygreg, mercurial-patches, marmoute, mercurial-devel
indygreg added a comment. Well, I attempted to rewrite `@`. But somehow the empty changeset got published before that push completed. So it is forever part of history now :/ REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8456/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8456 To: Alphare, #hg-reviewers, marmoute, indygreg Cc: indygreg, mercurial-patches, marmoute, mercurial-devel
Patch
diff --git a/rust/hg-core/build.rs b/rust/hg-core/build.rs --- a/rust/hg-core/build.rs +++ b/rust/hg-core/build.rs @@ -5,9 +5,6 @@ // This software may be used and distributed according to the terms of the // GNU General Public License version 2 or any later version. -#[cfg(feature = "with-re2")] -use cc; - /// Uses either the system Re2 install as a dynamic library or the provided /// build as a static library #[cfg(feature = "with-re2")]