darcs --version (return code: 0)
2.12.5 (release)
darcs -h (return code: 0)
Usage: darcs COMMAND ...
Commands:
help Display help about darcs and darcs commands.
Most used/starting out:
initialize Create an empty repository.
add Add new files to version control.
whatsnew List unrecorded changes in the working tree.
record Create a patch from unrecorded changes.
clone Make a copy of an existing repository.
pull Copy and apply patches from another repository to this one.
push Copy and apply patches from this repository to another one.
Preparing patches before recording:
move Move or rename files.
remove Remove files from version control.
replace Substitute one word for another.
Querying the repository:
log List patches in the repository.
annotate Annotate lines of a file with the last patch that modified it.
diff Create a diff between two versions of the repository.
show Show information about the given repository.
test Run tests and search for the patch that introduced a bug.
Undoing and correcting:
revert Discard unrecorded changes.
unrevert Undo the last revert.
amend Improve a patch before it leaves your repository.
rebase Edit several patches at once.
rollback Apply the inverse of recorded changes to the working tree.
unrecord Remove recorded patches without changing the working tree.
obliterate Delete selected patches from the repository.
Direct modification of the repository:
tag Name the current repository state for future reference.
setpref Set a preference (test, predist, boringfile, or binariesfile).
Exchanging patches by e-mail:
send Prepare a bundle of patches to be applied to some target repository.
apply Apply a patch bundle created by `darcs send'.
Other commands:
optimize Optimize the repository.
dist Create a distribution archive.
mark-conflicts Mark unresolved conflicts in working tree, for manual resolution.
repair Repair a corrupted repository.
convert Convert repositories between various formats.
fetch Fetch patches from another repository, but don't apply them.
Use 'darcs COMMAND --help' for help on a single command.
Use 'darcs --version' to see the darcs version number.
Use 'darcs --exact-version' to see a detailed darcs version.
Use 'darcs help patterns' for help on patch matching.
Use 'darcs help environment' for help on environment variables.
Use 'darcs help manpage' to display help in the manpage format.
Use 'darcs help markdown' to display help in the markdown format.
Check bug reports at http://bugs.darcs.net/