Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: idursun/jjui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: idursun/jjui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.2
Choose a head ref
  • 8 commits
  • 50 files changed
  • 1 contributor

Commits on Mar 11, 2026

  1. refactor: route revisions intents by owner

    Removed operation specific IntentOverride interface and implementations.
    The previous design let active operations resolve built-in actions ahead
    of normal dispatch to prevent resolution conflicts when scope names
    didn't follow a hierrarchy like today. Since that's not the case
    anymore, I removed it all.
    
    #586
    idursun committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    c65ca61 View commit details
    Browse the repository at this point in the history
  2. style: code clean up

    mostly fixing GoLand's analyze results
    idursun committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    6a93588 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. docs: fix README links

    idursun committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    4a9600c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d3e34d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Configuration menu
    Copy the full SHA
    e6f8860 View commit details
    Browse the repository at this point in the history
  2. feat: add diff and preview show intents (#593)

    * feat: add diff and preview show intents
    
    * feat: export `diff` and `ui` at top level in lua
    idursun authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    79c5365 View commit details
    Browse the repository at this point in the history
  3. fix: status bar dedup no longer hides actions with the same leaf

    Apply leaf-based dedup only across scopes, not within the same scope,
    so that revset.edit and revisions.edit both appear in the status bar.
    
    fixes #595
    idursun committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    6c6f195 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. Configuration menu
    Copy the full SHA
    05e95d8 View commit details
    Browse the repository at this point in the history
Loading