Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor tweak to branch help text |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
596f29fa1befc578a12b5948bdbee23b |
User & Date: | andygoth 2016-11-09 01:44:56 |
Context
2016-11-09
| ||
03:02 | Minor tweak to changes help text: move some trivia to the end so the more important material is read first check-in: 5c8bdd00 user: andygoth tags: trunk | |
01:44 | Minor tweak to branch help text check-in: 596f29fa user: andygoth tags: trunk | |
2016-11-08
| ||
18:41 |
The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'.
Remark (JN): "fossil clean -x" could be your friend here, it makes life a lot easier. check-in: dc9ac1d7 user: mistachkin tags: trunk | |
Changes
Changes to src/branch.c.
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 |
**
** DATE may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in
** year-month-day form, it may be truncated, the "T" may be
** replaced by a space, and it may also name a timezone offset
** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward).
** Either no timezone suffix or "Z" means UTC.
**
** %fossil branch list ?-a|--all|-c|--closed?
** %fossil branch ls ?-a|--all|-c|--closed?
**
** List all branches. Use -a or --all to list all branches and
** -c or --closed to list all closed branches. The default is to
** show only open branches.
**
** Options:
** -R|--repository FILE Run commands on repository FILE
|
| < |
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 |
**
** DATE may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in
** year-month-day form, it may be truncated, the "T" may be
** replaced by a space, and it may also name a timezone offset
** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward).
** Either no timezone suffix or "Z" means UTC.
**
** %fossil branch list|ls ?-a|--all|-c|--closed?
**
** List all branches. Use -a or --all to list all branches and
** -c or --closed to list all closed branches. The default is to
** show only open branches.
**
** Options:
** -R|--repository FILE Run commands on repository FILE
|