ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib/src
Yuya Nishihara a99b82c634 revset: add generation parameter to descendants node
This is a minimal change to replace Children with Descendants. A generation
parameter could be added to RevsetExpression::DagRange, but it's not needed
as of now.
2023-04-24 20:45:13 +09:00
..
protos
backend.rs
commit.rs lib: add Commit::is_discardable() 2023-03-05 23:50:20 +01:00
commit_builder.rs commit_builder: add accessors for most fields 2023-03-19 00:48:05 -07:00
conflicts.rs
content_hash.rs
dag_walk.rs
default_index_store.rs index: remove entry_by_id() from trait 2023-04-18 18:32:23 -07:00
default_revset_engine.rs revset: add generation parameter to descendants node 2023-04-24 20:45:13 +09:00
default_revset_graph_iterator.rs revset: pass IndexEntry iterator to graph iterator 2023-03-23 21:58:15 -07:00
diff.rs diff: Treat multi-byte UTF-8 runes as word characters 2023-03-30 00:06:56 +09:00
file_util.rs
files.rs
git.rs git: use our own default refspec 2023-03-02 10:09:08 +01:00
git_backend.rs
gitignore.rs
hex_util.rs
index.rs index: remove entry_by_id() from trait 2023-04-18 18:32:23 -07:00
lib.rs op_store: inline ProtoOpStore into SimpleOpStore 2023-03-30 20:00:33 -07:00
local_backend.rs
lock.rs
matchers.rs
nightly_shims.rs
op_heads_store.rs
op_store.rs
operation.rs
refs.rs
repo.rs revset: add "resolve" method to RevsetExpression, always call it 2023-04-10 00:39:58 +09:00
repo_path.rs Work around a couple of false positives for recent nightly clippy 2023-04-01 18:35:38 -07:00
revset.pest revset: ignore all ascii whitespace characters 2023-03-04 00:01:54 +09:00
revset.rs revset: add generation parameter to descendants node 2023-04-24 20:45:13 +09:00
rewrite.rs revset: add "resolve" method to RevsetExpression, always call it 2023-04-10 00:39:58 +09:00
settings.rs settings: add helper to turn ConfigError::NotFound into Option 2023-04-14 20:30:42 +09:00
simple_op_heads_store.rs op_heads_store: let caller create initial operation 2023-02-28 08:08:31 -08:00
simple_op_store.rs proto_op_store: Add two minor comments 2023-04-16 22:04:27 -07:00
stacked_table.rs
store.rs store: remove obsolete comment about root commit 2023-03-02 12:33:11 -08:00
transaction.rs index: extract a ReadonlyIndex trait 2023-03-11 22:22:46 -08:00
tree.rs
tree_builder.rs
view.rs
working_copy.rs
workspace.rs index: merge index_store.rs into index.rs 2023-03-11 22:22:46 -08:00