Fossil SCM

Adapt the help text for the `open' command to the implementation.

florian 2023-12-13 07:11 trunk merge
Commit b2ab66ea0dec6fd511a630aa013d868e55386231a91597f3996c0ca7ba41d81d
2 files changed +1 -3 +1 -3
+1 -3
--- src/db.c
+++ src/db.c
@@ -4098,11 +4098,11 @@
40984098
** Options:
40994099
** --empty Initialize check-out as being empty, but still connected
41004100
** with the local repository. If you commit this check-out,
41014101
** it will become a new "initial" commit in the repository.
41024102
** -f|--force Continue with the open even if the working directory is
4103
-** not empty
4103
+** not empty, or if auto-sync fails.
41044104
** --force-missing Force opening a repository with missing content
41054105
** -k|--keep Only modify the manifest file(s)
41064106
** --nested Allow opening a repository inside an opened check-out
41074107
** --nosync Do not auto-sync the repository prior to opening even
41084108
** if the autosync setting is on.
@@ -4109,12 +4109,10 @@
41094109
** --repodir DIR If REPOSITORY is a URI that will be cloned, store
41104110
** the clone in DIR rather than in "."
41114111
** --setmtime Set timestamps of all files to match their SCM-side
41124112
** times (the timestamp of the last check-in which modified
41134113
** them).
4114
-** --sync Auto-sync prior to opening even if the autosync setting
4115
-** is off
41164114
** --verbose If passed a URI then this flag is passed on to the clone
41174115
** operation, otherwise it has no effect
41184116
** --workdir DIR Use DIR as the working directory instead of ".". The DIR
41194117
** directory is created if it does not exist.
41204118
**
41214119
--- src/db.c
+++ src/db.c
@@ -4098,11 +4098,11 @@
4098 ** Options:
4099 ** --empty Initialize check-out as being empty, but still connected
4100 ** with the local repository. If you commit this check-out,
4101 ** it will become a new "initial" commit in the repository.
4102 ** -f|--force Continue with the open even if the working directory is
4103 ** not empty
4104 ** --force-missing Force opening a repository with missing content
4105 ** -k|--keep Only modify the manifest file(s)
4106 ** --nested Allow opening a repository inside an opened check-out
4107 ** --nosync Do not auto-sync the repository prior to opening even
4108 ** if the autosync setting is on.
@@ -4109,12 +4109,10 @@
4109 ** --repodir DIR If REPOSITORY is a URI that will be cloned, store
4110 ** the clone in DIR rather than in "."
4111 ** --setmtime Set timestamps of all files to match their SCM-side
4112 ** times (the timestamp of the last check-in which modified
4113 ** them).
4114 ** --sync Auto-sync prior to opening even if the autosync setting
4115 ** is off
4116 ** --verbose If passed a URI then this flag is passed on to the clone
4117 ** operation, otherwise it has no effect
4118 ** --workdir DIR Use DIR as the working directory instead of ".". The DIR
4119 ** directory is created if it does not exist.
4120 **
4121
--- src/db.c
+++ src/db.c
@@ -4098,11 +4098,11 @@
4098 ** Options:
4099 ** --empty Initialize check-out as being empty, but still connected
4100 ** with the local repository. If you commit this check-out,
4101 ** it will become a new "initial" commit in the repository.
4102 ** -f|--force Continue with the open even if the working directory is
4103 ** not empty, or if auto-sync fails.
4104 ** --force-missing Force opening a repository with missing content
4105 ** -k|--keep Only modify the manifest file(s)
4106 ** --nested Allow opening a repository inside an opened check-out
4107 ** --nosync Do not auto-sync the repository prior to opening even
4108 ** if the autosync setting is on.
@@ -4109,12 +4109,10 @@
4109 ** --repodir DIR If REPOSITORY is a URI that will be cloned, store
4110 ** the clone in DIR rather than in "."
4111 ** --setmtime Set timestamps of all files to match their SCM-side
4112 ** times (the timestamp of the last check-in which modified
4113 ** them).
 
 
4114 ** --verbose If passed a URI then this flag is passed on to the clone
4115 ** operation, otherwise it has no effect
4116 ** --workdir DIR Use DIR as the working directory instead of ".". The DIR
4117 ** directory is created if it does not exist.
4118 **
4119
+1 -3
--- src/db.c
+++ src/db.c
@@ -4098,11 +4098,11 @@
40984098
** Options:
40994099
** --empty Initialize check-out as being empty, but still connected
41004100
** with the local repository. If you commit this check-out,
41014101
** it will become a new "initial" commit in the repository.
41024102
** -f|--force Continue with the open even if the working directory is
4103
-** not empty
4103
+** not empty, or if auto-sync fails.
41044104
** --force-missing Force opening a repository with missing content
41054105
** -k|--keep Only modify the manifest file(s)
41064106
** --nested Allow opening a repository inside an opened check-out
41074107
** --nosync Do not auto-sync the repository prior to opening even
41084108
** if the autosync setting is on.
@@ -4109,12 +4109,10 @@
41094109
** --repodir DIR If REPOSITORY is a URI that will be cloned, store
41104110
** the clone in DIR rather than in "."
41114111
** --setmtime Set timestamps of all files to match their SCM-side
41124112
** times (the timestamp of the last check-in which modified
41134113
** them).
4114
-** --sync Auto-sync prior to opening even if the autosync setting
4115
-** is off
41164114
** --verbose If passed a URI then this flag is passed on to the clone
41174115
** operation, otherwise it has no effect
41184116
** --workdir DIR Use DIR as the working directory instead of ".". The DIR
41194117
** directory is created if it does not exist.
41204118
**
41214119
--- src/db.c
+++ src/db.c
@@ -4098,11 +4098,11 @@
4098 ** Options:
4099 ** --empty Initialize check-out as being empty, but still connected
4100 ** with the local repository. If you commit this check-out,
4101 ** it will become a new "initial" commit in the repository.
4102 ** -f|--force Continue with the open even if the working directory is
4103 ** not empty
4104 ** --force-missing Force opening a repository with missing content
4105 ** -k|--keep Only modify the manifest file(s)
4106 ** --nested Allow opening a repository inside an opened check-out
4107 ** --nosync Do not auto-sync the repository prior to opening even
4108 ** if the autosync setting is on.
@@ -4109,12 +4109,10 @@
4109 ** --repodir DIR If REPOSITORY is a URI that will be cloned, store
4110 ** the clone in DIR rather than in "."
4111 ** --setmtime Set timestamps of all files to match their SCM-side
4112 ** times (the timestamp of the last check-in which modified
4113 ** them).
4114 ** --sync Auto-sync prior to opening even if the autosync setting
4115 ** is off
4116 ** --verbose If passed a URI then this flag is passed on to the clone
4117 ** operation, otherwise it has no effect
4118 ** --workdir DIR Use DIR as the working directory instead of ".". The DIR
4119 ** directory is created if it does not exist.
4120 **
4121
--- src/db.c
+++ src/db.c
@@ -4098,11 +4098,11 @@
4098 ** Options:
4099 ** --empty Initialize check-out as being empty, but still connected
4100 ** with the local repository. If you commit this check-out,
4101 ** it will become a new "initial" commit in the repository.
4102 ** -f|--force Continue with the open even if the working directory is
4103 ** not empty, or if auto-sync fails.
4104 ** --force-missing Force opening a repository with missing content
4105 ** -k|--keep Only modify the manifest file(s)
4106 ** --nested Allow opening a repository inside an opened check-out
4107 ** --nosync Do not auto-sync the repository prior to opening even
4108 ** if the autosync setting is on.
@@ -4109,12 +4109,10 @@
4109 ** --repodir DIR If REPOSITORY is a URI that will be cloned, store
4110 ** the clone in DIR rather than in "."
4111 ** --setmtime Set timestamps of all files to match their SCM-side
4112 ** times (the timestamp of the last check-in which modified
4113 ** them).
 
 
4114 ** --verbose If passed a URI then this flag is passed on to the clone
4115 ** operation, otherwise it has no effect
4116 ** --workdir DIR Use DIR as the working directory instead of ".". The DIR
4117 ** directory is created if it does not exist.
4118 **
4119

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button