Bug#702685: mr: add a mr clean command

2014-09-23 Thread Paul Wise
On Thu, Mar 21, 2013 at 01:59:07PM +0800, Paul Wise wrote: > Unfortunately there is a lot of variation in the clean commands of > various VCSes, so it would need to handle that. Some commands take extra > arguments for cleaning only subtrees etc. Maybe something like this: > > clean = if [ $1 = -

Bug#702685: mr: add a mr clean command

2013-03-20 Thread Paul Wise
On Wed, 2013-03-20 at 11:53 -0400, Joey Hess wrote: > I have to say, I'm fairly frightened of git-clean. I think it might > delete large parts of my home directory. Ah, you're doing vcs-home stuff. I'm not so I'm not worried about it. Perhaps an addon would be the most appropriate place to put

Bug#702685: mr: add a mr clean command

2013-03-20 Thread Joey Hess
Paul Wise wrote: > I sometimes want to run git clean -dxf to get rid of ignored and > untracked files. So, I added that to my personal config, but I think > this would be useful for other folks so I've attached a patch adding > this capability for other VCSen. I have to say, I'm fairly frightened

Bug#702685: mr: add a mr clean command

2013-03-09 Thread Paul Wise
Package: mr Severity: wishlist Tags: patch Usertags: sentpatch I sometimes want to run git clean -dxf to get rid of ignored and untracked files. So, I added that to my personal config, but I think this would be useful for other folks so I've attached a patch adding this capability for other VCSen.