ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 6c83eb6ae3 cli: teach log flag to show commits in reverse order
This adds a `--reversed` flag to `jj log` to show commits with later
commits further down. It works both with and without the graph.

Since the graph-drawing code is already independent of the
relationship between commits, it doesn't need any updating.
2022-05-15 05:17:54 -07:00
..
src cli: teach log flag to show commits in reverse order 2022-05-15 05:17:54 -07:00
tests revset_graph_iterator: add a mode for generating reverse graph 2022-05-15 05:17:54 -07:00
build.rs
Cargo.toml