hgbook

annotate it/examples/filenames.glob.star-starstar.it @ 996:6f8c48362758

merge with trunk
author Romain PELISSE <belaran@gmail.com>
date Sat Sep 12 17:58:56 2009 +0200 (2009-09-12)
parents
children
rev   line source
Giulio@791 1 <!-- BEGIN filenames.glob.star-starstar -->
Giulio@791 2 <screen><prompt>$</prompt> <userinput>hg status 'glob:*.py'</userinput>
Giulio@791 3 ? setup.py
Giulio@791 4 <prompt>$</prompt> <userinput>hg status 'glob:**.py'</userinput>
Giulio@791 5 A esempi/semplice.py
Giulio@791 6 A sorgenti/principale.py
Giulio@791 7 ? esempi/efficiente.py
Giulio@791 8 ? setup.py
Giulio@791 9 ? sorgenti/controllore/controllore.py
Giulio@791 10 </screen>
Giulio@791 11 <!-- END filenames.glob.star-starstar -->