Vlastic Merucrial Repository
Vlastic project uses Mercurial(Hg) as distributed version control system. You can clone Vlastic development code from main repository:
hg clone http://hg.ruree.net/~dahlia/vlastic
Commit Message Style
If you want to commit your patch into Vlastic repository, please keep these rules:
- Format username (--user) as like Your Name <your@email.address>.
- If your name is Chinese-style (or Korean, Japanese, etc…), keep your naming order, and insert comma between your family name and given name e.g. Hong, MinHee <…>.
- Use WikiFormatting of Trac well.
- When quoting codes like expressions or identifiers, wrap it backquote e.g. Like this: `some(code)`.
- You can quote long codes with wrapping them {{{ and }}}.
- Link related tickets, previous changesets, miletones and files on the repository. See also WikiFormatting#Links.
- Please write it in English if you can.
Before Commit
- All modifications to commit should have unit tests.
- Documentation required. Don’t miss every docstring. Docstring-missed modules, classes, methods and functions will be rejected.
- Keep VlasticDev/CodingStyle and commit message style.
