darcs

Issue 2259 Only working on my own patches

Title Only working on my own patches
Priority Status given-up
Milestone Resolved in
Superseder Nosy List andreas.abel
Assigned To
Topics

Created on 2012-10-19.10:03:53 by andreas.abel, last changed 2017-07-31.00:55:16 by gh.

Messages
msg16250 (view) Author: andreas.abel Date: 2012-10-19.10:03:50
Is there an easy way to tell darcs to consider only my own patches when 
asking me which patch I want to work on?  I envision something like

   darcs amend-record --my
   darcs unrecord --my
   darcs obliterate --my

etc. that restricts the candidate patches to my own patches.  In 99% of 
the cases, I do not want to amend other peoples patches...

Cheers,
Andreas

-- 
Andreas Abel  <><      Du bist der geliebte Mensch.

Theoretical Computer Science, University of Munich
Oettingenstr. 67, D-80538 Munich, GERMANY

andreas.abel@ifi.lmu.de
http://www2.tcs.ifi.lmu.de/~abel/
msg16794 (view) Author: rubenAstudillo Date: 2013-05-05.03:30:56
Hi andreas.abel, I am not a developer (yet) but you can archive this by

    darcs amend-record --match 'author "regexOnMail"'

Which in my case suffice to do a

    darcs amend-record --match 'author "ruben"'

This has the desired effect.

Also, This doesn't look like a bug, but something that a little question on
#darcs could have solved, also more quick!. Anyways you now can close the
ticket. Sorry for my english and I hope I was helpful.

Ruben
History
Date User Action Args
2012-10-19 10:03:53andreas.abelcreate
2013-05-05 03:30:57rubenAstudillosetmessages: + msg16794
2017-07-31 00:55:16ghsetstatus: unknown -> given-up