8 lines
130 B
Bash
8 lines
130 B
Bash
|
#Discard uncommited changes
|
||
|
hg revert --all --no-backup
|
||
|
#Clean build
|
||
|
./mach clobber
|
||
|
#Update Mozilla repo
|
||
|
hg pull -u
|
||
|
./mach update
|