Памятка по работе с hg.
Работа с бранчами в hg
- hg branch getopt
- hg commit -m 'Implement getopt to parse args'
- hg commit -m 'Closing getopt branch' --close-branch
- hg checkout default
- hg merge getopt
- hg commit -m 'Merged getopt branch'
Для удобства есть такое расширение strip.
Он...