Differences From Artifact [a4d6275c24]:
- File src/import.c — part of check-in [addfe48990] at 2016-05-16 17:58:16 on branch nick.lloyd-git-interop — Remove C99-isms that MSVC has trouble with. (user: drh size: 55100) [more...]
To Artifact [3ad909be7c]:
- File src/import.c — part of check-in [5c5a364d5e] at 2016-05-17 00:46:16 on branch reparent — Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. (user: drh size: 55098)
| ︙ | |||
923 924 925 926 927 928 929 | 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 | - + - | } /* ** Returns the UUID for the RID, or NULL if not found. ** The returned string is allocated via db_text() and must be ** free()d by the caller. */ |
| ︙ |