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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -