Displaying 6 results from an estimated 6 matches for "countprefix".
Did you mean:
chunkprefix
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...=========================================================
--- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 14:56:27.000000000 +0200
+++ svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py 2008-05-27 15:01:50.000000000 +0200
@@ -314,6 +314,7 @@
'part' : countprefix,
'files' : self._getPrefixedFiles(changeset),
'dirs' : self._getPrefixedDirectories(changeset),
+ 'log' : self.getLog().split('\n',1)[0],
}
# We may try twice, first with files/dirs = files
Sebastia...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...=====================================
> --- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27 14:56:27.000000000 +0200
> +++ svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py 2008-05-27 15:01:50.000000000 +0200
> @@ -314,6 +314,7 @@
> 'part' : countprefix,
> 'files' : self._getPrefixedFiles(changeset),
> 'dirs' : self._getPrefixedDirectories(changeset),
> + 'log' : self.getLog().split('\n',1)[0],
> }
>
> # We may try twice, first with...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Sebastion,
I've attached the current configuration file from the server.
I'm not sure how far you want to go down the "trying to get realize nice
summary path" lines, but if svn_mailer somehow supported running an
external script to process the commit and come up with the path that would
be ideal for integration on the server.
- Daniel
On Fri, Jan 25, 2013 at 12:59 PM,
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Jordan Rose wrote:
> +John C and Daniel, who have access to the servers.
>
> Way back when this thread was first active I asked around off-list where this needs to happen, and Daniel and Tanya said this (respectively):
>
> >> I'd prefer to stick with using either svn-mailer or svnnotify, as those are the ones we use in other places. svnnotify in particular is very full
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...> > --- svnmailer-1.0.8.orig/src/lib/svnmailer/notifier/_mail.py 2008-05-27
> 14:56:27.000000000 +0200
> > +++ svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py 2008-05-27
> 15:01:50.000000000 +0200
> > @@ -314,6 +314,7 @@
> > 'part' : countprefix,
> > 'files' : self._getPrefixedFiles(changeset),
> > 'dirs' : self._getPrefixedDirectories(changeset),
> > + 'log' : self.getLog().split('\n',1)[0],
> > }
> >
> > # W...
2013 Jan 28
0
[LLVMdev] Testing canaries
...8.orig/src/lib/svnmailer/notifier/_mail.py
> 2008-05-27
> > 14:56:27.000000000 +0200
> > > +++ svnmailer-1.0.8/src/lib/svnmailer/notifier/_mail.py
> 2008-05-27
> > 15:01:50.000000000 +0200
> > > @@ -314,6 +314,7 @@
> > > 'part' : countprefix,
> > > 'files' : self._getPrefixedFiles(changeset),
> > > 'dirs' : self._getPrefixedDirectories(changeset),
> > > + 'log' : self.getLog().split('\n',1)[0],
> > > }
> > &g...