Fossil SCM

Merged in [499481a72ab], thereby testing that change. No worries, autosync if off.

stephan 2013-08-15 15:54 trunk merge
Commit 6cf83a010120de6c7b8e8d88bfefaa26f79d258e
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -1727,11 +1727,11 @@
17271727
int nrid;
17281728
17291729
blob_zero(&ctrl);
17301730
zDate = date_in_standard_format(sCiInfo.zDateOvrd ? sCiInfo.zDateOvrd : "now");
17311731
blob_appendf(&ctrl, "D %s\n", zDate);
1732
- blob_appendf(&ctrl, "T +closed %s\n", zIntegrateUuid);
1732
+ blob_appendf(&ctrl, "T +closed %s by\\smerge\\s--integrate\n", zIntegrateUuid);
17331733
blob_appendf(&ctrl, "U %F\n", sCiInfo.zUserOvrd ? sCiInfo.zUserOvrd : g.zLogin);
17341734
md5sum_blob(&ctrl, &cksum);
17351735
blob_appendf(&ctrl, "Z %b\n", &cksum);
17361736
nrid = content_put(&ctrl);
17371737
manifest_crosslink(nrid, &ctrl);
17381738
--- src/checkin.c
+++ src/checkin.c
@@ -1727,11 +1727,11 @@
1727 int nrid;
1728
1729 blob_zero(&ctrl);
1730 zDate = date_in_standard_format(sCiInfo.zDateOvrd ? sCiInfo.zDateOvrd : "now");
1731 blob_appendf(&ctrl, "D %s\n", zDate);
1732 blob_appendf(&ctrl, "T +closed %s\n", zIntegrateUuid);
1733 blob_appendf(&ctrl, "U %F\n", sCiInfo.zUserOvrd ? sCiInfo.zUserOvrd : g.zLogin);
1734 md5sum_blob(&ctrl, &cksum);
1735 blob_appendf(&ctrl, "Z %b\n", &cksum);
1736 nrid = content_put(&ctrl);
1737 manifest_crosslink(nrid, &ctrl);
1738
--- src/checkin.c
+++ src/checkin.c
@@ -1727,11 +1727,11 @@
1727 int nrid;
1728
1729 blob_zero(&ctrl);
1730 zDate = date_in_standard_format(sCiInfo.zDateOvrd ? sCiInfo.zDateOvrd : "now");
1731 blob_appendf(&ctrl, "D %s\n", zDate);
1732 blob_appendf(&ctrl, "T +closed %s by\\smerge\\s--integrate\n", zIntegrateUuid);
1733 blob_appendf(&ctrl, "U %F\n", sCiInfo.zUserOvrd ? sCiInfo.zUserOvrd : g.zLogin);
1734 md5sum_blob(&ctrl, &cksum);
1735 blob_appendf(&ctrl, "Z %b\n", &cksum);
1736 nrid = content_put(&ctrl);
1737 manifest_crosslink(nrid, &ctrl);
1738

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button