Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8858a63

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 parent94029ce commit8858a63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp