comparison hgext/patchbomb.py @ 16069:f680ed10e2c4 stable

tests: fix command line overflow on ksh "<command> `hg manifest`" overflows the puny 1024 byte command line length limit on AIX default shell ksh. Replace with "hg manifest | xargs <command>".
author Jim Hague <jim.hague@acm.org>
date Sat, 04 Feb 2012 00:02:05 +0000
parents cc58c228503e
children 3f79b110c4f0
comparison
equal deleted inserted replaced
16068:73aaff46175b 16069:f680ed10e2c4