tryton_workshop =============== This is a example module to show the features of the tryton application framework. This workshop is composed by several steps, which are represented by a bookmark in the mercurial repository. All the available steps can be listed using: hg bookmarks You can update to a given stop by using the update command follwed by the step name. For example: hg update step00 Will update the repository to the step00 bookmark, which will be the first step in this workshop. The steps have been numbered to indicate it's order. On each step you will find a STEP_DESCRIPTION file which contains a description of what is implemented in each step. Of course, mercurial can be used to see the changes between to steps. For example you can see the changes between step00 and step one with the following command: hg diff -r step00:step01 You now have all the information necessary to run the workshop, so please go to step00 and read the STEP_DESCRIPTION to know what this this step about.