Loading

Paste #p80zbrudl

  1. LC_ALL=C hg help branches
  2. hg branches [-ac]
  3.  
  4. list repository named branches
  5.  
  6.     List the repository's named branches, indicating which ones are inactive.
  7.     If -c/--closed is specified, also list branches which have been marked
  8.     closed (see "hg commit --close-branch").
  9.  
  10.     Use the command "hg update" to switch to an existing branch.
  11.  
  12.     Returns 0.
  13.  
  14. options:
  15.  
  16.  -c --closed show normal and closed branches
  17.     --mq     operate on patch repository
  18.  
  19. (some details hidden, use --verbose to show complete help)

Comments