~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2011-01-24 22:57:04 UTC
  • mto: This revision was merged to the branch mainline in revision 5636.
  • Revision ID: john@arbash-meinel.com-20110124225704-h2zdtk0a82q6bgwy
Basically works in the case where the dirstate isn't corrupted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005-2010 Canonical Ltd
 
1
# Copyright (C) 2005-2011 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
99
99
                     'test_remove',
100
100
                     'test_re_sign',
101
101
                     'test_remove_tree',
 
102
                     'test_reset_workingtree',
102
103
                     'test_resolve',
103
104
                     'test_revert',
104
105
                     'test_revno',