Skip to content

Instantly share code, notes, and snippets.

@pavelburov
Created September 16, 2014 07:13
Show Gist options
  • Save pavelburov/f9d44fc4c19e3741152c to your computer and use it in GitHub Desktop.
Save pavelburov/f9d44fc4c19e3741152c to your computer and use it in GitHub Desktop.
Aliases for Mercurial (version 2.9.2)
[alias]
s = st -mardS
b = branch
bs = branches
t = tag
ts = tags
d = araxisdiff
p = pull
pu = pull -u
u = up
ud = up default
m = merge
mv = move
ci = ci --subrepos
# add new command called araxisdiff, runs Araxis (should be in path)
cmd.araxisdiff = merge.exe
opts.araxisdiff =
@pavelburov
Copy link
Author

e.g. instead of 'hg st -mardS' you can just type 'hg s'.
It saves you time, trust me ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment