# HG changeset patch # User Sushil khanchi # Date 1597734324 -19800 # Node ID 43eb23c28782e3204c3d5d10575a5228e701eaee # Parent fb5a675f9676970ea0c03e536b3b8e3a0ee36896 unstable-list: add cause-of-trouble for content-divergence diff -r fb5a675f9676 -r 43eb23c28782 docs/troubles-handling.rst --- a/docs/troubles-handling.rst Tue Aug 18 19:32:13 2020 +0530 +++ b/docs/troubles-handling.rst Tue Aug 18 12:35:24 2020 +0530 @@ -221,8 +221,12 @@ Cause of trouble **************** -XXX need details about local creation and remote creation. (revealed at pull -time). +It can appear locally if a user independently rewrite the same changeset multiple +times. + +Content-divergence can also happens when the users rewrite draft changesets that got +rewritten in another repository as well. The content divergence then "revealed" +when the rewriting information is shared (pulled/pushed) with another repository. Source of Complexity ********************