Fossil SCM
Help edit to tree command.
Commit
6bb5ff4aeab1b8115a594488fc23f3a0b9726a68d7fa935777a93140dbb8286b
Parent
0cf722b5e6b5596…
1 file changed
+2
-2
+2
-2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -967,12 +967,12 @@ | ||
| 967 | 967 | /* |
| 968 | 968 | ** COMMAND: tree |
| 969 | 969 | ** |
| 970 | 970 | ** Usage: %fossil tree ?OPTIONS? ?PATHS ...? |
| 971 | 971 | ** |
| 972 | -** List all files in the current check-out in after the fashion of the | |
| 973 | -** "tree" command. If PATHS is included, only the named files | |
| 972 | +** List all files in the current check-out much like the "tree" | |
| 973 | +** command does. If PATHS is included, only the named files | |
| 974 | 974 | ** (or their children if directories) are shown. |
| 975 | 975 | ** |
| 976 | 976 | ** Options: |
| 977 | 977 | ** -r VERSION The specific check-in to list |
| 978 | 978 | ** -R|--repository REPO Extract info from repository REPO |
| 979 | 979 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -967,12 +967,12 @@ | |
| 967 | /* |
| 968 | ** COMMAND: tree |
| 969 | ** |
| 970 | ** Usage: %fossil tree ?OPTIONS? ?PATHS ...? |
| 971 | ** |
| 972 | ** List all files in the current check-out in after the fashion of the |
| 973 | ** "tree" command. If PATHS is included, only the named files |
| 974 | ** (or their children if directories) are shown. |
| 975 | ** |
| 976 | ** Options: |
| 977 | ** -r VERSION The specific check-in to list |
| 978 | ** -R|--repository REPO Extract info from repository REPO |
| 979 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -967,12 +967,12 @@ | |
| 967 | /* |
| 968 | ** COMMAND: tree |
| 969 | ** |
| 970 | ** Usage: %fossil tree ?OPTIONS? ?PATHS ...? |
| 971 | ** |
| 972 | ** List all files in the current check-out much like the "tree" |
| 973 | ** command does. If PATHS is included, only the named files |
| 974 | ** (or their children if directories) are shown. |
| 975 | ** |
| 976 | ** Options: |
| 977 | ** -r VERSION The specific check-in to list |
| 978 | ** -R|--repository REPO Extract info from repository REPO |
| 979 |