~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/check.py

  • Committer: Martin Pool
  • Date: 2005-09-19 12:15:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050919121507-1e2eabcfda2d5a4d
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
17
 
 
18
# TODO: Check ancestries are correct for every revision: includes
 
19
# every committed so far, and in a reasonable order.
 
20
 
18
21
import bzrlib.ui
19
22
from bzrlib.trace import note, warning
20
23
from bzrlib.osutils import rename, sha_string