it would be quite handy to be able to match on patches present in a
given repo.
For instance, one could have:
darcs unpull --match "in [upstream] : unpull patches you'll be able to
pull back again.
darcs diff --match "not in [local]" --repo [remote] : diff remote
againts local
darcs am --match "not in [public repo]" : amend patches which are not
yet distributed
|