Fossil SCM
Reference the publish command in the bundle help text.
Commit
8fa54638c2eea27fa52c5eab0a2dc5e7a4502d78
Parent
ad6e4004592807f…
1 file changed
+2
+2
| --- src/bundle.c | ||
| +++ src/bundle.c | ||
| @@ -786,10 +786,12 @@ | ||
| 786 | 786 | ** fossil bundle import BUNDLE ?OPTIONS? Import a bundle |
| 787 | 787 | ** --publish Publish the import |
| 788 | 788 | ** --force Cross-repo import |
| 789 | 789 | ** fossil bundle ls BUNDLE List content of a bundle |
| 790 | 790 | ** fossil bundle purge BUNDLE Undo an import |
| 791 | +** | |
| 792 | +** See also: publish | |
| 791 | 793 | */ |
| 792 | 794 | void bundle_cmd(void){ |
| 793 | 795 | const char *zSubcmd; |
| 794 | 796 | int n; |
| 795 | 797 | if( g.argc<4 ) usage("SUBCOMMAND BUNDLE ?OPTIONS?"); |
| 796 | 798 |
| --- src/bundle.c | |
| +++ src/bundle.c | |
| @@ -786,10 +786,12 @@ | |
| 786 | ** fossil bundle import BUNDLE ?OPTIONS? Import a bundle |
| 787 | ** --publish Publish the import |
| 788 | ** --force Cross-repo import |
| 789 | ** fossil bundle ls BUNDLE List content of a bundle |
| 790 | ** fossil bundle purge BUNDLE Undo an import |
| 791 | */ |
| 792 | void bundle_cmd(void){ |
| 793 | const char *zSubcmd; |
| 794 | int n; |
| 795 | if( g.argc<4 ) usage("SUBCOMMAND BUNDLE ?OPTIONS?"); |
| 796 |
| --- src/bundle.c | |
| +++ src/bundle.c | |
| @@ -786,10 +786,12 @@ | |
| 786 | ** fossil bundle import BUNDLE ?OPTIONS? Import a bundle |
| 787 | ** --publish Publish the import |
| 788 | ** --force Cross-repo import |
| 789 | ** fossil bundle ls BUNDLE List content of a bundle |
| 790 | ** fossil bundle purge BUNDLE Undo an import |
| 791 | ** |
| 792 | ** See also: publish |
| 793 | */ |
| 794 | void bundle_cmd(void){ |
| 795 | const char *zSubcmd; |
| 796 | int n; |
| 797 | if( g.argc<4 ) usage("SUBCOMMAND BUNDLE ?OPTIONS?"); |
| 798 |