aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/src/bin/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/servers/octopus/supergit/src/bin/test.rs')
-rw-r--r--apps/servers/octopus/supergit/src/bin/test.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/servers/octopus/supergit/src/bin/test.rs b/apps/servers/octopus/supergit/src/bin/test.rs
index b7dba0379df3..cb21d5c25645 100644
--- a/apps/servers/octopus/supergit/src/bin/test.rs
+++ b/apps/servers/octopus/supergit/src/bin/test.rs
@@ -22,12 +22,12 @@ fn main() {
let head = main.get_head();
let tree = head.get_tree();
-
- println!(
- "{:?}",
- tree.history(main.get_all(), "Cargo.toml")
- .into_iter()
- .map(|c| c.summary())
- .collect::<Vec<_>>()
- );
+
+ // println!(
+ // "{:?}",
+ // tree.history(main.get_all(), "infra/libkookie/nixpkgs/nixos/modules/module-list.nix")
+ // .into_iter()
+ // .map(|c| c.summary())
+ // .collect::<Vec<_>>()
+ // );
}