8000
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 2573dd5 commit ff4f970Copy full SHA for ff4f970
git/test/test_repo.py
@@ -496,10 +496,7 @@ def test_blame_complex_revision(self, git):
496
""")
497
@with_rw_repo('HEAD', bare=False)
498
def test_untracked_files(self, rwrepo):
499
- for run, (repo_add, is_invoking_git) in enumerate((
500
- (rwrepo.index.add, False),
501
- (rwrepo.git.add, True),
502
- )):
+ for run, repo_add in enumerate((rwrepo.index.add, rwrepo.git.add)):
503
base = rwrepo.working_tree_dir
504
files = (join_path_native(base, u"%i_test _myfile" % run),
505
join_path_native(base, "%i_test_other_file" % run),
0 commit comments