Fossil

Check-in [2accaaee]
Login

Check-in [2accaaee]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added missing reference to the -json-input flag for the json command.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2accaaeeadd34cb600ce0a0dbed1a6beb105de89909e126cc008becc6a03bdbf
User & Date: stephan 2017-03-15 00:41:38
Context
2017-03-15
06:25
Fixed amend.test to only care about the first 40 chars of uuid values. ... (check-in: 3537c75c user: rberteig tags: trunk)
00:41
Added missing reference to the -json-input flag for the json command. ... (check-in: 2accaaee user: stephan tags: trunk)
00:31
added missing return type in login_basic_authentication() definition. ... (check-in: fd928b6e user: stephan tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/json.c.

2247
2248
2249
2250
2251
2252
2253





2254
2255
2256
2257
2258
2259
2260
** COMMAND: json
**
** Usage: %fossil json SUBCOMMAND ?OPTIONS?
**
** In CLI mode, the -R REPO common option is supported. Due to limitations
** in the argument dispatching code, any -FLAGS must come after the final
** sub- (or subsub-) command.





**
** The commands include:
**
**   anonymousPassword
**   artifact
**   branch
**   cap







>
>
>
>
>







2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
** COMMAND: json
**
** Usage: %fossil json SUBCOMMAND ?OPTIONS?
**
** In CLI mode, the -R REPO common option is supported. Due to limitations
** in the argument dispatching code, any -FLAGS must come after the final
** sub- (or subsub-) command.
**
** The -json-input FILE option can be used to read JSON data and process
** it like the HTTP interface would. For example:
**
**   %fossil json -json-input my.json
**
** The commands include:
**
**   anonymousPassword
**   artifact
**   branch
**   cap