381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
|
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
|
-
+
|
** Add a new named URL to the set of remote sync URLs for use in
** place of a sync URL in commands that take one.
**
** > fossil remote delete NAME
**
** Delete a sync URL previously added by the "add" subcommand.
**
** > fossil remote list
** > fossil remote list|ls
**
** Show all remote repository sync URLs.
**
** > fossil remote off
**
** Forget the default sync URL, disabling autosync. Combined with
** named sync URLs, it allows canceling this "airplane mode" with
|