Fossil

Diff
Login

Differences From Artifact [e21c027580]:

To Artifact [5e1c9f2d11]:


634
635
636
637
638
639
640

641


642
643
644
645
646
647
648
634
635
636
637
638
639
640
641

642
643
644
645
646
647
648
649
650







+
-
+
+







          goto doc_not_found;
        }
      }else{
        goto doc_not_found;
      }
    }
    if( isUV ){
      if( db_table_exists("repository","unversioned")
      if( unversioned_content(zName, &filebody)==0 ){
       && unversioned_content(zName, &filebody)==0 
      ){
        rid = 1;
        zDfltTitle = zName;
      }
    }else if( fossil_strcmp(zCheckin,"ckout")==0 ){
      /* Read from the local checkout */
      char *zFullpath;
      db_must_be_within_tree();