Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Reverse accidental whitespace changes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | noSymlinks |
Files: | files | file ages | folders |
SHA1: |
e4b78f20035bb782e478cd299f39d241 |
User & Date: | mistachkin 2017-02-01 04:49:55.492 |
Context
2017-02-01
| ||
04:51 | Missed one. ... (Closed-Leaf check-in: 2f19a687 user: mistachkin tags: noSymlinks) | |
04:49 | Reverse accidental whitespace changes. ... (check-in: e4b78f20 user: mistachkin tags: noSymlinks) | |
04:40 | Rename and repurpose '--no-symlinks' into '--no-dir-symlinks', to prevent traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (check-in: 66406ae9 user: mistachkin tags: noSymlinks) | |
Changes
Changes to src/update.c.
︙ | ︙ | |||
89 90 91 92 93 94 95 | ** It prints out what would have happened but does not actually make ** any changes to the current checkout or the repository. ** ** The -v or --verbose option prints status information about ** unchanged files in addition to those file that actually do change. ** ** Options: | | | | | | | | | | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | ** It prints out what would have happened but does not actually make ** any changes to the current checkout or the repository. ** ** The -v or --verbose option prints status information about ** unchanged files in addition to those file that actually do change. ** ** Options: ** --case-sensitive <BOOL> override case-sensitive setting ** --debug Print debug information on stdout. ** --latest acceptable in place of VERSION, update to latest version ** --force-missing force update if missing content after sync ** --no-dir-symlinks Disables support for directory symlinks. ** -n|--dry-run If given, display instead of run actions ** -v|--verbose print status information about all files ** -W|--width <num> Width of lines (default is to auto-detect). Must be >20 ** or 0 (= no limit, resulting in a single line per entry). ** ** See also: revert */ void update_cmd(void){ int vid; /* Current version */ int tid=0; /* Target version - version we are changing to */ Stmt q; |
︙ | ︙ |