~jan0sch/darcs-book

Showing details for patch 5d17a2ca5242af9225c017b49e642f258ec3a611.
2018-06-28 (Thu), 2:05 PM - - 5d17a2ca5242af9225c017b49e642f258ec3a611

mention `darcs show files`

Summary of changes
1 files modified with 2 lines added and 1 lines removed
  • en/03-working-locally.md with 2 added and 1 removed lines
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'