Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82b0df commit 9d300e2Copy full SHA for 9d300e2
git/test/db/cmd/test_base.py
@@ -37,7 +37,7 @@ def test_fetch_info(self):
37
38
def test_fetch_info(self):
39
# assure we can handle remote-tracking branches
40
- fetch_info_line_fmt = "c437ee5deb8d00cf02f03720693e4c802e99f390 not-for-merge %s '0.3' of git://github.com/gitpython-developers/GitPython"
+ fetch_info_line_fmt = "c437ee5deb8d00cf02f03720693e4c802e99f390\tnot-for-merge\t%s '0.3' of git://github.com/gitpython-developers/GitPython"
41
remote_info_line_fmt = "* [new branch] nomatter -> %s"
42
fi = CmdFetchInfo._from_line(self.rorepo,
43
remote_info_line_fmt % "local/master",
0 commit comments