I'm using mercurial in command line and I would like to know if there is an equivalence to git lol and git lola ?
which are:
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all --date=local
I tried to find some information with hg log but without any success...
Edit: It would be something like:
hg log -G -T "{node|short} - ({branch}) {desc|strip|firstline}"