Annex:
Quick reference

Getting help

fcm help get list of subcommands
fcm help SUBCOMMAND get help on SUBCOMMAND

Maintaining the working copy

fcm checkout [OPTIONS] URL [DEST] Checkout URL (and create a working copy at DEST)
  -r N Checkout revision N of URL
fcm info Print working copy information
fcm status [OPTIONS] Print status of working copy
  -u Show update information
  -v Show verbose information
fcm update Update working copy with repository changes
fcm switch URL Switch your working copy to point to a branch specified by URL
fcm commit Commit local changes back into the repository

Preparing changes

fcm diff [OPTIONS] Display working copy changes in unified diff format
  -b Show differences relative to the base of the branch
  -g Display working copy changes with xxdiff
  -r N Display working copy changes against revision N
fcm revert [OPTIONS] PATH Restore the file PATH to the pristine copy
  -R Descend PATH recursively, restoring any modified files to the pristine copy
fcm mkdir [PATH] Add a directory PATH under revision control
fcm add [OPTIONS] [PATH] Add PATH under revision control
  -c Check for items not under revision control and add them
fcm delete [OPTIONS] [PATH] Remove PATH from revision control
  -c Check for missing items and remove them
fcm copy SRC DST Duplicate SRC to DST, remembering history
fcm move SRC DST Move or rename SRC to DST, remembering history

Browsing

fcm log [OPTIONS] [TARGET] Show the log message of a TARGET that can either be working copy or URL
  -r N[:M] Show the log message of a range of reivsions
fcm list [OPTIONS] [TARGET] List directory entries in TARGET
  -r N List directory entries of revision N
  -v List directory entries in verbose mode
  -R List directory entries recursively down the directories
fcm trac [TARGET] Open a WWW browser to browse TARGET with Trac

Branching

fcm branch [OPTIONS] [URL] Show branch information of URL or local working copy
  -d Show branch information and delete the branch
  -c -n NAME Create a branch
fcm merge [SOURCE] Merge changes from SOURCE to your working copy
fcm conflicts Use xxdiff to resolve conflicts in your working copy