Fossil SCM
Added a TODO.
Commit
3669e957a52091d3edc8c44ec93fdbd76be4d3cad1953ee17b3ed85ed7616191
Parent
3a71400423dcfdc…
1 file changed
+1
+1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -2943,10 +2943,11 @@ | ||
| 2943 | 2943 | } |
| 2944 | 2944 | /* Potential TODOs include: |
| 2945 | 2945 | ** |
| 2946 | 2946 | ** - Commit allows an empty checkin only with a flag, but we |
| 2947 | 2947 | ** currently disallow it entirely. Conform with commit? |
| 2948 | + ** - Check for a commit lock. | |
| 2948 | 2949 | */ |
| 2949 | 2950 | |
| 2950 | 2951 | /* |
| 2951 | 2952 | ** Confirm that pCI->zFilename can be found in pCI->pParent. If |
| 2952 | 2953 | ** not, fail. This is admittedly an artificial limitation, not |
| 2953 | 2954 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -2943,10 +2943,11 @@ | |
| 2943 | } |
| 2944 | /* Potential TODOs include: |
| 2945 | ** |
| 2946 | ** - Commit allows an empty checkin only with a flag, but we |
| 2947 | ** currently disallow it entirely. Conform with commit? |
| 2948 | */ |
| 2949 | |
| 2950 | /* |
| 2951 | ** Confirm that pCI->zFilename can be found in pCI->pParent. If |
| 2952 | ** not, fail. This is admittedly an artificial limitation, not |
| 2953 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -2943,10 +2943,11 @@ | |
| 2943 | } |
| 2944 | /* Potential TODOs include: |
| 2945 | ** |
| 2946 | ** - Commit allows an empty checkin only with a flag, but we |
| 2947 | ** currently disallow it entirely. Conform with commit? |
| 2948 | ** - Check for a commit lock. |
| 2949 | */ |
| 2950 | |
| 2951 | /* |
| 2952 | ** Confirm that pCI->zFilename can be found in pCI->pParent. If |
| 2953 | ** not, fail. This is admittedly an artificial limitation, not |
| 2954 |