mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
Fix and re-enable bootstrap.patch
This commit is contained in:
parent
60d449528a
commit
91b17788ff
2 changed files with 2 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
|||
patches/allow-JXL-in-non-nightly-browser.patch
|
||||
patches/allow-ubo-private-mode.patch
|
||||
patches/bootstrap.patch
|
||||
patches/context-menu.patch
|
||||
patches/custom-ubo-assets-bootstrap-location.patch
|
||||
patches/dbus_name.patch
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
diff --git a/python/mozversioncontrol/mozversioncontrol/__init__.py b/python/mozversioncontrol/mozversioncontrol/__init__.py
|
||||
--- a/python/mozversioncontrol/mozversioncontrol/__init__.py
|
||||
+++ b/python/mozversioncontrol/mozversioncontrol/__init__.py
|
||||
@@ -959,10 +959,10 @@ class SrcRepository(Repository):
|
||||
pass
|
||||
|
||||
def get_changed_files(self, diff_filter="ADM", mode="unstaged", rev=None):
|
||||
- pass
|
||||
+ return []
|
||||
|
||||
def get_outgoing_files(self, diff_filter="ADM", upstream=None):
|
||||
- pass
|
||||
+ return []
|
||||
|
||||
def add_remove_files(self, *paths: Union[str, Path]):
|
||||
pass
|
||||
@@ -993,9 +993,11 @@ class SrcRepository(Repository):
|
||||
@@ -1019,9 +1019,11 @@ class SrcRepository(Repository):
|
||||
"""
|
||||
res = []
|
||||
# move away the .git or .hg folder from path to more easily test in a hg/git repo
|
||||
|
|
Loading…
Reference in a new issue