This commit is contained in:
partisan 2024-03-25 20:30:21 +01:00
commit 9f4e7b9eae
3 changed files with 23 additions and 0 deletions

7
clean.sh Normal file
View file

@ -0,0 +1,7 @@
#Discard uncommited changes
hg revert --all --no-backup
#Clean build
./mach clobber
#Update Mozilla repo
hg pull -u
./mach update