[Haskell-cafe] Switching from Mercurial to Darcs
wren ng thornton
wren at freegeek.org
Thu Feb 5 20:58:09 EST 2009
Roman Cheplyaka wrote:
> * Peter Verswyvelen <bugfact at gmail.com> [2009-02-05 16:35:34+0100]
>> On Thu, Feb 5, 2009 at 4:32 PM, Ketil Malde <ketil at malde.org> wrote:
>>
>>> Peter Verswyvelen <bugfact at gmail.com> 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
More information about the Haskell-Cafe
mailing list