~vila/bzr/fix277537

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Vincent Ladeuil
  • Date: 2008-10-18 13:33:29 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20081018133329-rqte36zaqzcpjt20
Fixed as per John's review.

* reconcile.py:
(InventoryAncestryReconcilePacker._copy_text_texts): Delete some
more useless code. Be prepared to handle refs tuple with more than
two fields (just in case).

* parse_bzr_log_from_check.py: 
Commit the ad-hoc script allowing .bzr.log check parsing.

* __init__.py: 
Add some more doc for the plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
 
"""Fix wrong order in inventory parents for specified revisions."""
 
17
"""Fix wrong order in inventory parents for specified revisions.
 
18
 
 
19
This plugin does the same kind of job as 'bzr reconcile': it updates some
 
20
meta-data about the revisions but in no case does it update the revisions
 
21
themselves.
 
22
 
 
23
The data provided to this plugin must come from 'bzr check' in one way or
 
24
another. If you provide such data yourself, triple check.
 
25
 
 
26
The 'parse_bzr_log_from_check.py' script in the plugin directory can be used to
 
27
produce suitable files and contains some advices on how to use it.
 
28
"""
18
29
 
19
30
# TODO: Check that this can be used and applied on launchpad by launchpad
20
31
# admins for all relevant branches