Skip to content

Commit 8858a63

Browse files
committed
.gitignore will now ignore netbeans projects
Fixed test which used the --force flag on move, but there is only a short version (left) it appears
1 parent 94029ce commit 8858a63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/build
66
/dist
77
/doc/_build
8+
nbproject

test/git/test_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def assert_mv_rval(rval):
546546
self.failUnlessRaises(GitCommandError, index.move, files)
547547

548548
# again, with force
549-
assert_mv_rval(index.move(files, force=True))
549+
assert_mv_rval(index.move(files, f=True))
550550

551551
# files into directory - dry run
552552
paths = ['LICENSE', 'VERSION', 'doc']

0 commit comments

Comments
 (0)