45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<div class="sidebar">
To avoid generating a missing artifact
reference on peer repositories without the private branch, the merge parent
is not recorded when merging the private branch into a public branch. As a
consequence, the web UI timeline does not draw a merge line from the private
merge parent to the public merge child. Moreover, repeat private-to-public
merge operations (without the [/help?cmd=merge | --force option]) with files
added on the private branch may only work once, but later abort with
"WARNING: no common ancestor for FILE", as the parent-child relationship is
not recorded. (See the [/doc/trunk/www/branching.wiki | Branching, Forking,
Merging, and Tagging] document for more information.)
</div>
The <code>--integrate</code> option of <code>fossil merge</code> (to close
|
|
|
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<div class="sidebar">
To avoid generating a missing artifact
reference on peer repositories without the private branch, the merge parent
is not recorded when merging the private branch into a public branch. As a
consequence, the web UI timeline does not draw a merge line from the private
merge parent to the public merge child. Moreover, repeat private-to-public
merge operations (without the [/help/merge | --force option]) with files
added on the private branch may only work once, but later abort with
"WARNING: no common ancestor for FILE", as the parent-child relationship is
not recorded. (See the [/doc/trunk/www/branching.wiki | Branching, Forking,
Merging, and Tagging] document for more information.)
</div>
The <code>--integrate</code> option of <code>fossil merge</code> (to close
|