comparison hgext/purge.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 7de7630053cb
children 38caf405d010
comparison
equal deleted inserted replaced
16068:73aaff46175b 16069:f680ed10e2c4