Roman Cheplyaka wrote:
* Peter Verswyvelen <[email protected]> [2009-02-05 16:35:34+0100]
On Thu, Feb 5, 2009 at 4:32 PM, Ketil Malde <[email protected]> wrote:

Peter Verswyvelen <[email protected]> writes:

1) hg st
 darcs cha -s

That seems to list all changes in the history.

hg st lists local changes only. Can be done using darcs?

darcs whatsnew -s

Or `darcs w -s` if you're really adverse to spelling things out ;)

The changes command gives the whole history (to varying depth, verbosity,...), whereas the whatsnew command gives what things have been altered but not recorded yet. The -s flag to whatsnew says to give a summary (names of files and count of lines changed). If you leave -s off, then you'll get textual diffs of same.

--
Live well,
~wren
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to