Understanding Darcs/Reviewing your work

whatsnew edit

The whatsnew command allows you to get an overview of what unrecorded changes you have made on your working copy.

This way you can get an idea of what needs to be saved.

 
Darcs whatsnew

changes edit

Changes gives a changelog-style summary of the repo history

 
Darcs changes

diff edit

Using this command you can get an output like that produced by the diff command. Allowing you to save changes in a plain old (yet very common) format.

Note that darcs does not depend on the diff binary.

Next Page: Undoing mistakes | Previous Page: Working with others
Home: Understanding Darcs