Fossil SCM
Document the optional file argument of the import command.
Commit
b0268d9856a0bef23367d87bf1a65efeef896753
Parent
61fb03f961ae9ed…
1 file changed
+3
-2
+3
-2
| --- src/import.c | ||
| +++ src/import.c | ||
| @@ -712,15 +712,16 @@ | ||
| 712 | 712 | } |
| 713 | 713 | |
| 714 | 714 | /* |
| 715 | 715 | ** COMMAND: import |
| 716 | 716 | ** |
| 717 | -** Usage: %fossil import --git ?OPTIONS? NEW-REPOSITORY | |
| 717 | +** Usage: %fossil import --git ?OPTIONS? NEW-REPOSITORY ?FILE? | |
| 718 | 718 | ** |
| 719 | 719 | ** Read text generated by the git-fast-export command and use it to |
| 720 | 720 | ** construct a new Fossil repository named by the NEW-REPOSITORY |
| 721 | -** argument. The git-fast-export text is read from standard input. | |
| 721 | +** argument. If given, the git-fast-export text is read from the FILE argument, | |
| 722 | +** otherwise text is read from standard input. | |
| 722 | 723 | ** |
| 723 | 724 | ** The git-fast-export file format is currently the only VCS interchange |
| 724 | 725 | ** format that is understood, though other interchange formats may be added |
| 725 | 726 | ** in the future. |
| 726 | 727 | ** |
| 727 | 728 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -712,15 +712,16 @@ | |
| 712 | } |
| 713 | |
| 714 | /* |
| 715 | ** COMMAND: import |
| 716 | ** |
| 717 | ** Usage: %fossil import --git ?OPTIONS? NEW-REPOSITORY |
| 718 | ** |
| 719 | ** Read text generated by the git-fast-export command and use it to |
| 720 | ** construct a new Fossil repository named by the NEW-REPOSITORY |
| 721 | ** argument. The git-fast-export text is read from standard input. |
| 722 | ** |
| 723 | ** The git-fast-export file format is currently the only VCS interchange |
| 724 | ** format that is understood, though other interchange formats may be added |
| 725 | ** in the future. |
| 726 | ** |
| 727 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -712,15 +712,16 @@ | |
| 712 | } |
| 713 | |
| 714 | /* |
| 715 | ** COMMAND: import |
| 716 | ** |
| 717 | ** Usage: %fossil import --git ?OPTIONS? NEW-REPOSITORY ?FILE? |
| 718 | ** |
| 719 | ** Read text generated by the git-fast-export command and use it to |
| 720 | ** construct a new Fossil repository named by the NEW-REPOSITORY |
| 721 | ** argument. If given, the git-fast-export text is read from the FILE argument, |
| 722 | ** otherwise text is read from standard input. |
| 723 | ** |
| 724 | ** The git-fast-export file format is currently the only VCS interchange |
| 725 | ** format that is understood, though other interchange formats may be added |
| 726 | ** in the future. |
| 727 | ** |
| 728 |