~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/interrupted.txt

  • Committer: Robert Collins
  • Date: 2005-10-16 00:22:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016002217-aa38f9c1eb13ee48
Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin.

Plugins are also made available for other plugins to use by making them 
accessible via import bzrlib.plugins.NAME. You should not import other
plugins during the __init__ of your plugin though, as no ordering is
guaranteed, and the plugins directory is not on the python path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 * We can't atomically replace the whole working copy.  We can
63
63
   (semi) atomically updated particular files.
64
64
 
65
 
 * If the working copy files are in a wierd state it is hard to know
 
65
 * If the working copy files are in a weird state it is hard to know
66
66
   whether that occurred because bzr's work was interrupted or because
67
67
   the user changed them.
68
68