Fossil SCM
Rename test_find_pivot() to merge_base_cmd(). No functional changes.
Commit
8cc9211f9f384ebad405ce398450e36bac54e28896bd9e1965fc5acce502ac42
Parent
2b6649c74384ce8…
1 file changed
+1
-1
+1
-1
| --- src/pivot.c | ||
| +++ src/pivot.c | ||
| @@ -162,11 +162,11 @@ | ||
| 162 | 162 | ** hypothetically merge. |
| 163 | 163 | ** |
| 164 | 164 | ** Options: |
| 165 | 165 | ** --ignore-merges Ignore merges for discovering name pivots |
| 166 | 166 | */ |
| 167 | -void test_find_pivot(void){ | |
| 167 | +void merge_base_cmd(void){ | |
| 168 | 168 | int i, rid; |
| 169 | 169 | int ignoreMerges = find_option("ignore-merges",0,0)!=0; |
| 170 | 170 | int showDetails = find_option("details",0,0)!=0 |
| 171 | 171 | /* intentionally undocumented */; |
| 172 | 172 | if( g.argc<4 ){ |
| 173 | 173 |
| --- src/pivot.c | |
| +++ src/pivot.c | |
| @@ -162,11 +162,11 @@ | |
| 162 | ** hypothetically merge. |
| 163 | ** |
| 164 | ** Options: |
| 165 | ** --ignore-merges Ignore merges for discovering name pivots |
| 166 | */ |
| 167 | void test_find_pivot(void){ |
| 168 | int i, rid; |
| 169 | int ignoreMerges = find_option("ignore-merges",0,0)!=0; |
| 170 | int showDetails = find_option("details",0,0)!=0 |
| 171 | /* intentionally undocumented */; |
| 172 | if( g.argc<4 ){ |
| 173 |
| --- src/pivot.c | |
| +++ src/pivot.c | |
| @@ -162,11 +162,11 @@ | |
| 162 | ** hypothetically merge. |
| 163 | ** |
| 164 | ** Options: |
| 165 | ** --ignore-merges Ignore merges for discovering name pivots |
| 166 | */ |
| 167 | void merge_base_cmd(void){ |
| 168 | int i, rid; |
| 169 | int ignoreMerges = find_option("ignore-merges",0,0)!=0; |
| 170 | int showDetails = find_option("details",0,0)!=0 |
| 171 | /* intentionally undocumented */; |
| 172 | if( g.argc<4 ){ |
| 173 |