Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-07 Thread Tristan Seligmann
* Henning Thielemann [2009-02-05 23:34:53 +0100]: > Peter Verswyvelen schrieb: > > > 3) hg addrem > > this adds new files and removes deleted files from local repos. > > forgetting to add files is a common problem, and is really tricky since > > no record is made of these files, so if after a c

Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-06 Thread Brandon S. Allbery KF8NH
On 2009 Feb 5, at 9:44, Peter Verswyvelen wrote: 2) modify .hgignore to make sure only these files are added that are part of the project. I want this process to be automated, I don't want to check each time which files to add, since this is error prone. .darcs/prefs/boring (regexes of files

Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-05 Thread wren ng thornton
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 wha

Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-05 Thread Henning Thielemann
Peter Verswyvelen schrieb: > 3) hg addrem > this adds new files and removes deleted files from local repos. > forgetting to add files is a common problem, and is really tricky since > no record is made of these files, so if after a couple of versions if a > developer finds out a file was missing,

Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-05 Thread Roman Cheplyaka
* 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? darc

Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-05 Thread Peter Verswyvelen
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? ___ Haskell-Cafe mailing list Has

Re: [Haskell-cafe] Switching from Mercurial to Darcs

2009-02-05 Thread Ketil Malde
Peter Verswyvelen writes: > 1) hg st darcs cha -s > lists just the filenames of changed, deleted, new files (with a char prefix > to show what kind of change it is). > 2) modify .hgignore to make sure only these files are added that are part of > the project. I want this process to be automa

[Haskell-cafe] Switching from Mercurial to Darcs

2009-02-05 Thread Peter Verswyvelen
I'm trying to switch from HG to Darcs, but I'm failing miserably in getting the same productivity. I often do bad checkins with Darcs, merely because the amount of information I get from Darcs is overwhelming and I don't have time to read the details of the large set of commands. With Mercurial, he