mercurial at 14511: 2 new changesets

Adrian Buehlmann adrian at cadifra.com
Thu Jun 2 07:51:38 CDT 2011


On 2011-06-02 02:15, Mercurial Commits wrote:
> http://selenic.com/repo/hg//rev/30506b894359
> changeset:   14511:30506b894359
> tag:         tip
> user:        Matt Mackall <mpm at selenic.com>
> date:        Wed Jun 01 19:12:18 2011 -0500
> summary:     filesets: introduce basic fileset expression parser
> 

--- /home/adi/hgrepos/hg-crew/tests/test-check-code-hg.py.out
+++ /home/adi/hgrepos/hg-crew/tests/test-check-code-hg.py.err
@@ -1,0 +1,3 @@
+/home/adi/hgrepos/hg-crew/mercurial/fileset.py:59:
+ >         elif c.isalnum() or c in '.*{}[]?' or ord(c) > 127: # gather up a symbol/keyword
+ line too long


More information about the Mercurial-devel mailing list