Minor documentation updates.

Auditors: vrana, btrahan
This commit is contained in:
epriestley
2012-04-07 11:05:58 -07:00
parent 6c2e032dbe
commit ff4f72fdab

View File

@@ -129,15 +129,16 @@ This information is not unique to a specific version control system.
== Force Diff Only == == Force Diff Only ==
You can create just a diff (rather than a revision) with `--only` (or You can create just a diff (rather than a revision) with `--preview` (or
`--preview`, but this disables other features). You can later use it to create `--only`, but this disables other features). You can later use it to create
or update a revision from the web UI. or update a revision from the web UI.
== Other Diff Sources == == Other Diff Sources ==
You can create a diff out of an arbitrary patch file by using `--raw` and piping You can create a diff out of an arbitrary patch file by using `--raw` and piping
it to stdin. In most cases this will only create a diff, not a revision. You it to stdin. In most cases this will only create a diff, not a revision. You
can use the web UI to create or update a revision. can use the web UI to create a revision from the diff, or update an existing
revision.
== Force Create / Update == == Force Create / Update ==