ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/examples
Matt Kulukundis e667a2b403 copy-tracking: adjust backend signature
- use a single commit instead of an array of them.  This simplifies the
  implementation.  A higher level api can wrap this when an array of
  commits is desired and those semantics are figured out.
- since this API is directly 1-1 on parents, there are no conflicts
- if we introduce a higher level API that handles lists of commits, we
  may need to restore the conflict/resolved distinction, but for now
  simplify
2024-08-11 17:01:45 -04:00
..
custom-backend copy-tracking: adjust backend signature 2024-08-11 17:01:45 -04:00
custom-command cli: uncapitalize op description of "workspace add" and custom command example 2024-07-24 18:06:09 +09:00
custom-commit-templater revset: drop Eq/PartialEq from RevsetExpression and related types 2024-06-28 10:28:51 +09:00
custom-global-flag
custom-operation-templater templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
custom-working-copy