This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---------------------------------------------------------------------- | |
| Skipped 4 tests (getdb.sh missing. copy from getdb.sh.example and edit it): | |
| test-checkserverbookmark.t | |
| test-fb-ext-fbconduit.t | |
| test-fb-ext-pushrebase-cannot-rebasepublic.t | |
| test-fb-ext-pushrebase-set-dates.t | |
| Skipped 3 tests (missing feature: Mononoke server available): | |
| test-fb-ext-remotefilelog-getpackv2.t | |
| test-fb-ext-remotefilelog-log.t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- test-cwd-executable.t | |
| +++ test-cwd-executable.t.err | |
| @@ -19,3 +19,4 @@ | |
| This is the code under test - don't run the "watchman" in CWD. | |
| $ hg up -q .^ | |
| $ hg status | |
| + ? oops | |
| ERROR: test-cwd-executable.t output changed | |
| ---------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| async function setupCWVthingy() { | |
| let cwv = await import( | |
| "https://unpkg.com/web-vitals@3/dist/web-vitals.attribution.js?module" | |
| ); | |
| const COLOR_GOOD = "#0CCE6A"; | |
| const COLOR_NEEDS_IMPROVEMENT = "#FFA400"; | |
| const COLOR_POOR = "#FF4E42"; | |
| const RATING_COLORS = { |
OlderNewer