[Buildbot-commits] [Buildbot] #2595: HgPoller splits file paths with spaces

Buildbot trac trac at buildbot.net
Tue Nov 26 00:08:23 UTC 2013


#2595: HgPoller splits file paths with spaces
---------------------+--------------------
Reporter:  shoelzer  |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.8.9
 Version:  0.8.8     |  Resolution:
Keywords:            |
---------------------+--------------------
Changes (by dustin):

 * type:  undecided => defect
 * milestone:  undecided => 0.8.9


Comment:

 This looks like it's a bit harder than just changing a regexp somewhere:
 {{{
             # fortunately, Mercurial issues all filenames one one line
 }}}
 (I suppose it's "unfortunately" here.  At any rate, that's from the `hg
 log` invocation.  I suspect we'll need to invoke `hg` once for each
 revision, then, to get the real list of filenames?

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2595#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list