Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9311939
D802.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D802.diff
View Options
diff --git a/swh/loader/mercurial/loader_verifier.py b/swh/loader/mercurial/loader_verifier.py
--- a/swh/loader/mercurial/loader_verifier.py
+++ b/swh/loader/mercurial/loader_verifier.py
@@ -138,11 +138,6 @@
tree_dirs.sort(key=so1)
base_dirs.sort(key=so1)
- # for i in range(len(tree_dirs)):
- # if tree_dirs[i] != base_dirs[i]:
- # logging.debug(i)
- # code.interact(local=dict(globals(), **locals()))
-
logging.debug('Program will quit after your next Ctrl-D')
code.interact(local=dict(globals(), **locals()))
quit()
@@ -186,11 +181,6 @@
self.file_node_to_hash = {}
- # self.generate_all_blobs(validate=validate_blobs,
- # frequency=frequency)
-
- # self.generate_all_trees(validate=validate_trees, frequency=frequency)
- # self.generate_all_commits()
logging.debug('getting contents')
cs = 0
for c in self.get_contents():
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 2, 10:37 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3225488
Attached To
D802: loader.mercurial: Increase coverage
Event Timeline
Log In to Comment