At file:///home/pqm/archives/thelove/bzr/%2Btrunk/ ------------------------------------------------------------ revno: 5051 [merge] revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> branch nick: +trunk timestamp: Fri 2010-02-19 04:32:19 +0000 message: (mbp) Various doc tweaks removed: doc/developers/process.txt process.txt-20090907074210-zula633ky077z6vu-9 modified: doc/developers/bug-handling.txt bughandling.txt-20090615072247-mplym00zjq2n4s61-1 doc/developers/contribution-quickstart.txt contributionquicksta-20091118014608-u0t1h53l2t81rir3-1 doc/developers/index.txt index.txt-20070508041241-qznziunkg0nffhiw-1 doc/en/_templates/index.html index.html-20090722133849-lus2rzwsmlhpgqhv-1 === modified file 'doc/developers/bug-handling.txt' --- a/doc/developers/bug-handling.txt 2010-01-12 02:00:23 +0000 +++ b/doc/developers/bug-handling.txt 2010-02-18 04:17:22 +0000 @@ -28,6 +28,8 @@ * `Open bugs most recently changed first <https://bugs.edge.launchpad.net/bzr/+bugs?field.searchtext=&orderby=-date_last_updated&search=Search&field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.assignee=&field.bug_reporter=&field.omit_dupes=on&field.has_patch=&field.has_no_package=>`_. +* `Most commonly duplicated bugs <http://tinyurl.com/bzr-bugs-by-dupes>`_. + Generalities ************
=== modified file 'doc/developers/contribution-quickstart.txt' --- a/doc/developers/contribution-quickstart.txt 2009-11-19 02:03:12 +0000 +++ b/doc/developers/contribution-quickstart.txt 2010-02-19 04:00:31 +0000 @@ -32,6 +32,9 @@ with your contribution on the IRC channel, mailing list, or on Launchpad (https://answers.launchpad.net/bzr). +* `Giving back <http://wiki.bazaar.canonical.com/BzrGivingBack>`_: How to get + your changes to Bazaar integrated into a release. + Current Bazaar Mentors ---------------------- === modified file 'doc/developers/index.txt' --- a/doc/developers/index.txt 2009-12-14 06:06:59 +0000 +++ b/doc/developers/index.txt 2010-02-18 06:22:43 +0000 @@ -12,17 +12,30 @@ contribution-quickstart -Enhancing Bazaar -================ +Working on Bazaar +================= .. toctree:: :maxdepth: 1 - process + cycle + profiling + bug-handling HACKING testing -* `Bazaar Writer Guide <http://bazaar-vcs.org/ContributingToTheDocs>`_ (web link) +* `Contributing to Bazaar Documentation <http://wiki.bazaar.canonical.com/ContributingToTheDocs>`_ (wiki) + + +Releasing and Packaging +======================= + +.. toctree:: + :maxdepth: 1 + + releasing + ppa + ec2 Developing using bzrlib === removed file 'doc/developers/process.txt' --- a/doc/developers/process.txt 2009-12-02 20:34:07 +0000 +++ b/doc/developers/process.txt 1970-01-01 00:00:00 +0000 @@ -1,39 +0,0 @@ -Bazaar Development Processes -============================ - -.. toctree:: - :hidden: - - cycle - releasing - ppa - profiling - ec2 - bug-handling - - -* `The Bazaar Development Cycle <cycle.html>`_ |--| The monthly - development cycle and how to run it. - -* `Releasing Bazaar <releasing.html>`_ |--| - Checklist to make a release of Bazaar. - -* `Managing the Bazaar PPA <ppa.html>`_ |--| Packaging Bazaar for Ubuntu. - -* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get - your changes to Bazaar integrated into a release. - -* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile - bzr code and visualize the results. - -* `EC2 resources <ec2.html>`_ |--| A team resource for - Windows packaging and testing, and Ubuntu testing. - -* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug - tracker. - - -.. |--| unicode:: U+2014 - -.. - vim: ft=rst tw=74 ai === modified file 'doc/en/_templates/index.html' --- a/doc/en/_templates/index.html 2010-01-29 10:36:23 +0000 +++ b/doc/en/_templates/index.html 2010-02-18 06:38:11 +0000 @@ -54,6 +54,12 @@ <span class="linkdescr">help on popular plugins</span> </p> </td></tr> + + <tr><td colspan="2"> + These documents are also available in <a href="../es/index.html">Spanish</a>, + <a href="../ja/index.html">Japanese</a>, + and <a href="../ru/index.html">Russian</a>. + </td></tr> </table> {% endblock %} -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
