@@ -10,11 +10,11 @@ <code>extra</code> commands provide this information. <code>fossil ls</code> produces a listing of the files which are under source control <i>and</i> their status within the repository. The output is a simple list of STATUS/filepath pairs on separate lines. The status of a file will -be one of ADDED, UNCHANGED, or DELETED. +likely be one of ADDED, UNCHANGED, UPDATED, or DELETED. It's important to realize that this is the status <i>relative to the repository</i>, it's the status as <b>fossil</b> sees it and has nothing to do with filesystem status. If you're new to source-management/version-control systems, you'll probably get bit by this concept-bug at least once. @@ -36,10 +36,11 @@ <nowiki><pre> $ ls feegboing fossil_docs.txt manifest.uuid noodle.txt _FOSSIL_ manifest nibcrod </pre></nowiki> + The <code>ls</code> command is almost, but not quite entirely, the exact opposite of the <a href="wiki?name=fossil+extra"><code>extra</code> command</a>. See also: [fossil add], [fossil rm], [fossil extra], [fossil commit], <a href="doc/tip/www/concepts.wiki">Fossil concepts</a>, [Reference]