forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out changeset a8d1b2a81511 (bug 1853184) for causing python vc…
…s failures CLOSED TREE
- Loading branch information
Sandor Molnar
committed
Sep 18, 2023
1 parent
1fab583
commit fd89296
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
""" | ||
echo "foo" > foo | ||
echo "bar" > bar | ||
git init --initial-branch main | ||
git init | ||
git config user.name "Testing McTesterson" | ||
git config user.email "<[email protected]>" | ||
git add * | ||
|
@@ -37,7 +37,7 @@ | |
""" | ||
git remote add upstream ../remoterepo | ||
git fetch upstream | ||
git branch -u upstream/main | ||
git branch -u upstream/master | ||
""", | ||
], | ||
} | ||
|
This file contains 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
This file contains 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