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

Appearance settings

Commit 8138b3a

Browse filesBrowse files
committed
generic hash
1 parent ef4d6d5 commit 8138b3a
Copy full SHA for 8138b3a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎test/test_quick_doc.py

Copy file name to clipboardExpand all lines: test/test_quick_doc.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_cloned_repo_object(self, local_dir):
7777
commits_for_file
7878

7979
# Outputs: [<git.Commit "SHA1-HEX_HASH-2">,
80-
# <git.Commit "SHA1-HEX-HASH-2">]
80+
# <git.Commit "SHA1-HEX-HASH-1">]
8181
# ![6-test_cloned_repo_object]
8282

8383
# Untracked files - create new file
@@ -198,7 +198,7 @@ def print_files_from_git(root, level=0):
198198
print_file = 'dir1/file2.txt'
199199
tree[print_file] # the head commit tree
200200

201-
# Output <git.Blob "SHA1-HEX-HASH-1">
201+
# Output <git.Blob "SHA1-HEX-HASH">
202202
# ![17-test_cloned_repo_object]
203203

204204
# print latest file

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.