~jan0sch/darcs-book
Showing details for patch ddb537a4b23af1c0ac4d0aace27cc6b9150f227d.
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 01:38:52.065002140 +0000 +++ new-darcs-book/en/03-working-locally.md 2024-11-24 01:38:52.065002140 +0000 @@ -262,6 +262,13 @@ patch based on this patch but let's look at another way to do something like this. +One thing I like to do when revisiting my unrecorded changes is to use `whatsnew +-i` which puts the command into interactive mode. That way I can step through +all of the changes one by one rather that scrolling through what can be +potentially a lot of output. + +A little side note, `status` is basically just an alias for `whatsnew -ls`. + Seek and replace ----------------