Loading

Paste #pd9j2a1xj

  1. hg branches [-ac]
  2.  
  3. list repository named branches
  4.  
  5.     List the repository's named branches, indicating which ones are inactive.
  6.     If -c/--closed is specified, also list branches which have been marked
  7.     closed (see "hg commit --close-branch").
  8.  
  9.     If -a/--active is specified, only show active branches. A branch is
  10.     considered active if it contains repository heads.
  11.  
  12.     Use the command "hg update" to switch to an existing branch.
  13.  
  14.     Returns 0.
  15.  
  16. options:
  17.  
  18.  -a --active show only branches that have unmerged heads
  19.  -c --closed show normal and closed branches
  20.     --mq     operate on patch repository
  21.  
  22. use "hg -v help branches" to show more info

Comments