Show More
@@ -63,7 +63,7 b' class WorkdirTestCaseMixin(_BackendTestM' | |||
|
63 | 63 | self.repo.workdir.checkout_branch('foobar') |
|
64 | 64 | self.assertEqual(self.repo.workdir.get_changeset(), head) |
|
65 | 65 | |
|
66 |
# Make sure that old head is still there after update to def |
|
|
66 | # Make sure that old head is still there after update to default branch | |
|
67 | 67 | self.repo.workdir.checkout_branch(self.default_branch) |
|
68 | 68 | self.assertEqual(self.repo.workdir.get_changeset(), old_head) |
|
69 | 69 |
General Comments 0
You need to be logged in to leave comments.
Login now