18 lines
363 B
Markdown
18 lines
363 B
Markdown
# Mercurial
|
|
|
|
|
-|-
|
|
hg book <bookmark name> | temporary branch
|
|
|
|
|
|
|
|
# Jelly Fish
|
|
|
|
|
-|-
|
|
jf apply --all --suggested [--dry-run] | apply suggested changes
|
|
jf apply --accepted --suggested [--dry-run] | apply accepted changes
|
|
jf submit -e | sumbit and edit a comment
|
|
|
|
# Buck
|
|
-|-
|
|
buck test @mode/dev-nosan local/path/... | run all tests
|