Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | typo fix |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
66b13f1015e5870f875774bc8cdd6e72 |
User & Date: | bch 2008-02-07 10:33:45.000 |
Context
2008-02-07
| ||
13:33 | Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. ... (check-in: 76e637a9 user: drh tags: trunk) | |
10:33 | typo fix ... (check-in: 66b13f10 user: bch tags: trunk) | |
05:31 | added missing #include ... (check-in: 58ee4e6e user: stephan tags: trunk) | |
Changes
Changes to src/branch.c.
︙ | ︙ | |||
164 165 166 167 168 169 170 | } /* ** COMMAND: branch ** ** Usage: %fossil branch SUBCOMMAND ... ?-R|--repository FILE? ** | | | 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 | } /* ** COMMAND: branch ** ** Usage: %fossil branch SUBCOMMAND ... ?-R|--repository FILE? ** ** Run various subcommands on the branches of the open repository or ** of the repository identified by the -R or --repository option. ** ** %fossil branch new ?-bgcolor COLOR BRANCH-NAME ** ** Create a new branch BRANCH-NAME. You can optionally give ** a commit message and branch color. ** |
︙ | ︙ |