27 lines
669 B
Markdown
27 lines
669 B
Markdown
# Mercurial
|
|
|
|
|
-|-
|
|
hg book <bookmark name> | temporary branch
|
|
hg pull/hg rebase -d master | git pull --rebase
|
|
hg revert <file> | git co -f <file>
|
|
hg commit | git ci
|
|
|
|
|
|
# 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
|
|
|
|
|
|
# On deman DB
|
|
-|-
|
|
ondemand devdb new | new dev DB
|
|
ondemand devdb list | list dev DBs
|
|
ondemand devdb connect --name <name of the ephemeral xdb shard> | connect to dev DB
|