]> git.ozlabs.org Git - patchwork/commit
pwclient: Get rid of underscore to dash replacement
authorNate Case <ncase@xes-inc.com>
Wed, 10 Sep 2008 22:14:33 +0000 (17:14 -0500)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 11 Sep 2008 06:47:09 +0000 (16:47 +1000)
commitf50fceb55d5530318dac1d2bf679558268a2a230
treedd5c5547ebdf5e782184a53d10576603c5671430
parenta72679a9622db66e828e86377f29c9c0c6574d69
pwclient: Get rid of underscore to dash replacement

I was erroneously doing some string substitutions so that it
would find project names with an underscore in the name.  It
was only necessary due to a side effect of a bug fixed in commit
35241d528c3699b982730a333e236d57dc6451b6 (find project by linkname,
not full name).  In my test case, I had an underscore in the linkname,
but a dash in the full name.

No such string replacement is necessary, and actually breaks
filtering by projects with an underscore in the name now that
we're searching by linkname properly.

Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/pwclient