Search code examples
mercurial

Show heads of one branch?


Is it possible to ask Mercurial to show only the heads of one branch? For example, I often want to double-check that default only has one head, but currently I need to do that "manually" (ie, checking the output of hg heads for more than one entry which is in default).


Solution

  • hg heads <branch name> works on Mercurial 1.5.3.