fcm-commit.pod 492 B

12345678910111213141516171819202122232425262728293031
  1. =head1 NAME
  2. fcm commit (ci)
  3. =head1 SYNOPSIS
  4. fcm commit [OPTIONS] [PATH ...]
  5. Send changes from your working copy to the repository. Invoke your favourite
  6. editor to prompt you for a commit log message. Update your working copy
  7. following the commit.
  8. =head1 OPTIONS
  9. =over 4
  10. =item --dry-run
  11. Allows you to add to the commit message without committing.
  12. =item --svn-non-interactive
  13. Do no interactive prompting at commit time.
  14. =item --password arg
  15. Specify a password ARG.
  16. =back
  17. =cut