Mercurial > hg
view tests/test-mq-qsave @ 10438:e6dc44147234
util: add any() and all() functions for Python 2.4 compatibility
This patch adds these two very useful functions to the mercurial.util module,
because they are not present in Python 2.4.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 12 Feb 2010 19:59:09 -0500 |
parents | 61fcd9fac434 |
children |
line wrap: on
line source
#!/bin/sh echo "[extensions]" >> $HGRCPATH echo "mq=" >> $HGRCPATH hg init a cd a echo 'base' > base hg ci -Ambase -d '1 0' hg qnew -mmqbase mqbase hg qsave hg qrestore 2