Fossil

Diff
Login

Diff

Differences From Artifact [bc5a0f847a]:

To Artifact [d41f8a41ef]:


1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
  if( nErr && go==2 ){
    db_multi_exec("DROP TABLE onremote");
    manifest_crosslink_end(MC_PERMIT_HOOKS);
    content_enable_dephantomize(1);
    db_end_transaction(0);
  }
  if( (syncFlags & SYNC_CLONE)==0 && fossil_any_has_fork(g.rcvid) ){
    fossil_warning("***** WARNING: a fork has occurred ***** use "
                   "\"fossil forks\" for more details.");
  }
  return nErr;
}







|
|



1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
  if( nErr && go==2 ){
    db_multi_exec("DROP TABLE onremote");
    manifest_crosslink_end(MC_PERMIT_HOOKS);
    content_enable_dephantomize(1);
    db_end_transaction(0);
  }
  if( (syncFlags & SYNC_CLONE)==0 && fossil_any_has_fork(g.rcvid) ){
    fossil_warning("***** WARNING: an ambigeous branch has occurred *****\n"
                   "Use \"fossil info\" for more details.");
  }
  return nErr;
}