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 94029ce commit 8858a63Copy full SHA for 8858a63
.gitignore
@@ -5,3 +5,4 @@
5
/build
6
/dist
7
/doc/_build
8
+nbproject
test/git/test_index.py
@@ -546,7 +546,7 @@ def assert_mv_rval(rval):
546
self.failUnlessRaises(GitCommandError, index.move, files)
547
548
# again, with force
549
- assert_mv_rval(index.move(files, force=True))
+ assert_mv_rval(index.move(files, f=True))
550
551
# files into directory - dry run
552
paths = ['LICENSE', 'VERSION', 'doc']
0 commit comments