Part of bzrlib.tests.test_smart View In Hierarchy
Known subclasses: bzrlib.tests.test_smart.TestSmartServerBranchRequestSetLastRevision, bzrlib.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx, bzrlib.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo
Method | test_set_null_to_null | An empty branch can have its last revision set to 'null:'. |
Method | test_NoSuchRevision | If the revision_id is not present, the verb returns NoSuchRevision. |
Method | make_tree_with_two_commits | Undocumented |
Method | test_branch_last_revision_info_is_updated | A branch's tip can be set to a revision that is present in its |
Method | test_branch_last_revision_info_rewind | A branch's tip can be set to a revision that is an ancestor of the |
Method | test_TipChangeRejected | If a pre_change_branch_tip hook raises TipChangeRejected, the verb |