Differences From Artifact [18fa6a4068]:
- File src/bundle.c — part of check-in [7c30266a45] at 2015-02-28 10:11:25 on branch ml-jb-doc-typos — replaced 'checkin' with 'check-in' in code-comment, inline command help-text, SQL-statement comment, fatal error messages and some non-functional webpage-content (user: michai size: 27052) [more...]
To Artifact [aba37e6351]:
- File src/bundle.c — part of check-in [8fa54638c2] at 2015-03-06 16:57:18 on branch trunk — Reference the publish command in the bundle help text. (user: jan size: 27076)
| ︙ | |||
784 785 786 787 788 789 790 791 792 793 794 795 796 797 | 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 | + + |
** --standalone Omit dependencies
** fossil bundle extend BUNDLE Update with newer content
** fossil bundle import BUNDLE ?OPTIONS? Import a bundle
** --publish Publish the import
** --force Cross-repo import
** fossil bundle ls BUNDLE List content of a bundle
** fossil bundle purge BUNDLE Undo an import
**
** See also: publish
*/
void bundle_cmd(void){
const char *zSubcmd;
int n;
if( g.argc<4 ) usage("SUBCOMMAND BUNDLE ?OPTIONS?");
zSubcmd = g.argv[2];
db_find_and_open_repository(0,0);
|
| ︙ |