Mercurial - use hg log to view all ancestors -


given changesets

a --b ----c ------d --------e 

how can listing of changesets come before d. ie: how can use hg log return a-b-c?

you can hg log -r :d (but display d).


Comments