~jan0sch/darcs-book
Showing details for patch 5d17a2ca5242af9225c017b49e642f258ec3a611.
diff -rN -u old-darcs-book/en/03-working-locally.md new-darcs-book/en/03-working-locally.md --- old-darcs-book/en/03-working-locally.md 2024-11-24 04:24:08.001153208 +0000 +++ new-darcs-book/en/03-working-locally.md 2024-11-24 04:24:08.001153208 +0000 @@ -96,7 +96,8 @@ Look at that! The lower case `a` changed to an upper case `A`, `darcs` is keeping track of changes to our `Main.hs` and we can now record our first -change. +change. If you want to have a list of all the files in your working directory +that `darcs` keeps track of `darcs show files` is your friend. ``` $ darcs record -m 'add Main.hs'