Line 1: |
Line 1: |
− | <code>
| + | #REDIRECT [[Mercurial#Mercurial tips for SoC mentors]] |
− | hg pull http://student.repo.url
| + | [[Category: Summer of Code]] |
− | </code>
| + | [[Category: Development]] |
− | | |
− | <code>
| |
− | hg pull http://www.octave.org/hg/octave
| |
− | </code>
| |
− | | |
− | <code>
| |
− | hg up -r @
| |
− | </code>
| |
− | | |
− | <code>
| |
− | hg merge student_bookmark
| |
− | </code>
| |
− | | |
− | <code>
| |
− | hg log --style=changelog --user student
| |
− | </code>
| |