111
111
b.commit("Empty commit 2")
112
112
merge(["./branch", -1], [None, None], this_dir = './copy')
113
113
message = self.status_string(b_2)
117
117
# must be long to make sure we see elipsis at the end
118
118
b.commit("Empty commit 3 blah blah blah blah blah blah blah blah blah"
119
119
" blah blah blah blah blah blah bleh")
120
120
merge(["./branch", -1], [None, None], this_dir = './copy')
121
121
message = self.status_string(b_2)
126
126
def test_branch_status_specific_files(self):
127
127
"""Tests branch status with given specific files"""