Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/alma/casata/contrib.html
Дата изменения: Mon Apr 4 13:47:51 2016 Дата индексирования: Sun Apr 10 09:41:37 2016 Кодировка: ISO8859-5 Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п п п п |
You can get the current development version with the command:
bzr branch http://www.mrao.cam.ac.uk/~bn204/alma/casata/b/trunk/
You should at this point consult some Bazaar documentation! (One potential useful document is http://www.emacswiki.org/emacs/BzrForEmacsDevs).
At the very at least, you should:
Let bzr know who you are:
bzr whoami "your name her"
After making changes always do:
bzr status
and:
bzr diff
to review what you’ve done
Once you are satisfied with your changes, commit (and add a descriptive message) using:
bzr commit
One you feel ready to share your contribution, send them to everybody using:
bzr send --mail-to=mrao-casa-devs@lists.cam.ac.uk
At this point I will try to review your contribution and possibly suggest improvements. Once there is reasonable agreement that about your improvement, I will merge it into the trunk.