
5 Feb
2009
5 Feb
'09
8:58 p.m.
Roman Cheplyaka wrote:
* Peter Verswyvelen
[2009-02-05 16:35:34+0100] On Thu, Feb 5, 2009 at 4:32 PM, Ketil Malde
wrote: Peter Verswyvelen
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