diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-11-30 13:27:53 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-11-30 13:27:53 +0000 |
| commit | 48b70b2d9b735c2ec4dcdd210b3cef0addc8657f (patch) | |
| tree | c11aaf2c5ae1471779cdbd013d1f75cb4da439e5 /doc | |
| parent | eaf65c4e6aec33c3e4855124189d0cfc54e23279 (diff) | |
darcs.txt: mention that several patches can be sent at once.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/darcs.html | 3 | ||||
| -rw-r--r-- | doc/darcs.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/darcs.html b/doc/darcs.html index dd4432e2b..2af1caff8 100644 --- a/doc/darcs.html +++ b/doc/darcs.html @@ -135,7 +135,8 @@ local repository. <P> If you are using read-only access, send your patches by email to someone with write-access. First record your changes in your local -repository, as described above. Then create the patch with: +repository, as described above. You can send any number of recorded +patches as one patch bundle. You create the patch bundle with: </P> <PRE> $ darcs send -o mypatch.patch diff --git a/doc/darcs.txt b/doc/darcs.txt index bee031fc0..56dcb7dcb 100644 --- a/doc/darcs.txt +++ b/doc/darcs.txt @@ -83,7 +83,8 @@ local repository. If you are using read-only access, send your patches by email to someone with write-access. First record your changes in your local -repository, as described above. Then create the patch with: +repository, as described above. You can send any number of recorded +patches as one patch bundle. You create the patch bundle with: ``` $ darcs send -o mypatch.patch |
