this repo has no description

Add comments in readable comments

+3
+3
src/main.rs
··· 50 50 fn build_branch_graph() -> color_eyre::Result<Graph> { 51 51 let mut graph = Graph::default(); 52 52 53 + // jj log --no-graph -r 'bookmarks()' -T 'bookmarks ++ "\n"' 54 + // jj log --no-graph -r 'children(test) & bookmarks()' -T 'bookmarks ++ "\n"' 55 + 53 56 let mut branches = command( 54 57 "jj", 55 58 [