[darcs-users] what about removing the unrevert command?
Gabriel Kerneis
kerneis at pps.jussieu.fr
Mon Apr 4 13:44:05 UTC 2011
On Mon, Apr 04, 2011 at 02:23:37PM +0100, Miles Gould wrote:
> On Mon, Apr 04, 2011 at 02:59:46PM +0200, Gabriel Kerneis wrote:
> > I do not use git stash (or darcs revert) to pull new patches. I use it
> > to compare my latest published revision and my work-in-progress bug
> > fixing.
>
> Couldn't you just use git diff for this? Or am I missing something?
Not if I want to compile and run some test suite.
> > By the way, I love the fact that darcs revert allows selecting chunks,
> > and loathe the all-or-nothing aspect of git stash.
>
> It looks like "git stash --patch" does what you want. Or add the changes
> you want to keep in your working copy to the index with "git add -p",
> then use "git stash --keep-index".
Thanks, I missed it in the doc.
--
Gabriel
More information about the darcs-users
mailing list