1 Oct 15:51
Use case: sending a patch
Daniel Dehennin <daniel.dehennin <at> baby-gnu.org>
2008-10-01 13:51:34 GMT
2008-10-01 13:51:34 GMT
Hello, I'm tracking several SVN project using bzr-svn. It's really great but I have a little problem: I can't easily send a simple patch on the devel mailing list :-/ For now I do: bzr log -r<old>..<new> > feature.changelog bzr send --mail-to=deve <at> list.project.com --no-bundle -r<old>..<new> . ../upstream Then I insert the feature.changelog at the top of the opened emacs buffer, save and exit emacs and the mail is sent. I have two problem with this: 1. it's not in DVC(Continue reading)2. the patch is inlined, most of team prefer attachement. Do you think that hacking dvc-send-commit-notification is possible ? The use case could be: - open the dvc-revlist buffer - put point on the wanted log entry - C-u A This give near the same result as dvc-send-commit-notification except the diff is attached.
2. the patch is inlined, most of team prefer attachement.
Do you think that hacking dvc-send-commit-notification is possible ?
The use case could be:
- open the dvc-revlist buffer
- put point on the wanted log entry
- C-u A
This give near the same result as dvc-send-commit-notification except
the diff is attached.
RSS Feed