How to know if a branch is closed using it's branch name?

Viewed 793

My question is pretty straight forward - Is there a command on mercurial where you can just check if a branch is closed or not using it's branch name?

hg branch_name status

- closed

Something along those lines . .?

Thanks

2 Answers
Related