Builder/clean.sh

8 lines
130 B
Bash
Raw Normal View History

2024-03-25 19:30:21 +00:00
#Discard uncommited changes
hg revert --all --no-backup
#Clean build
./mach clobber
#Update Mozilla repo
hg pull -u
./mach update