mercurial/commands.py
changeset 6352 34e4f4ef4936
parent 6347 3b42f7ac6916
child 6353 04d615b2d5e9
equal deleted inserted replaced
6349:6aaf5b1d8f15 6352:34e4f4ef4936
  2129 
  2129 
  2130     This only removes files from the current branch, not from the entire
  2130     This only removes files from the current branch, not from the entire
  2131     project history. -A can be used to remove only files that have already
  2131     project history. -A can be used to remove only files that have already
  2132     been deleted, -f can be used to force deletion, and -Af can be used
  2132     been deleted, -f can be used to force deletion, and -Af can be used
  2133     to remove files from the next revision without deleting them.
  2133     to remove files from the next revision without deleting them.
  2134     
  2134 
  2135     The following table details the behavior of remove for different file
  2135     The following table details the behavior of remove for different file
  2136     states (columns) and option combinations (rows). The file states are
  2136     states (columns) and option combinations (rows). The file states are
  2137     Added, Clean, Modified and Missing (as reported by hg status). The
  2137     Added, Clean, Modified and Missing (as reported by hg status). The
  2138     actions are Warn, Remove (from branch) and Delete (from disk).
  2138     actions are Warn, Remove (from branch) and Delete (from disk).
  2139 
  2139