Re: [Pydev-cvs] org.python.pydev.core/src/org/python/pydev/core/docutils WordUtils.java, 1.6, 1.7
Brought to you by:
fabioz
From: Radim K. <ra...@ku...> - 2008-07-28 18:45:46
|
Hi, I noticed 'synching mercurial' messages. Two questions: 1. Is it some public mercurial repository used for this project now? Interesting. 2. Can you still commit with real messages explaining what changes were done? Maybe there are some bridges that can automate this. It would be helpfull for those people who want to extend or modify pydev. -Radim On Mon, Jul 28, 2008 at 8:53 AM, Fabio Zadrozny <fa...@us...> wrote: > Update of /cvsroot/pydev/org.python.pydev.core/src/org/python/pydev/core/docutils > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1448/src/org/python/pydev/core/docutils > > Modified Files: > WordUtils.java StringUtils.java > Log Message: > synching mercurial > > Index: StringUtils.java > =================================================================== > RCS file: /cvsroot/pydev/org.python.pydev.core/src/org/python/pydev/core/docutils/StringUtils.java,v > retrieving revision 1.16 > retrieving revision 1.17 > diff -C2 -d -r1.16 -r1.17 > *** StringUtils.java 5 Jul 2008 21:53:05 -0000 1.16 > --- StringUtils.java 28 Jul 2008 15:53:24 -0000 1.17 > *************** > *** 193,196 **** > --- 193,198 ---- > * @param string string to be splitted. > * @return list of strings where each string is a line. > + * > + * @note the new line characters are also added to the returned string. > */ > public static List<String> splitInLines(String string) { > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Pydev-cvs mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-cvs > |