Message6181

Author djc
Recipients abuehl, jwwalker
Date 2008-06-06.07:28:53
Content
Ah yes, I think I remember this one. Files is a generator, and so you can't
escape it without explicitly stringifying it, I think.

You should try files|stringify|escape as a workaround.

On the other hand, we need a better error message, I guess.
History
Date User Action Args
2008-06-06 07:28:54djcsetrecipients: + abuehl, jwwalker
2008-06-06 07:28:54djcsetmessageid: <1212737334.52.0.0725555033579.issue1164@selenic.com>
2008-06-06 07:28:54djclinkissue1164 messages
2008-06-06 07:28:53djccreate