📝 Add explanations for channel rename/switch commands

berkus
Jun 26, 2025, 12:57 PM
YWRFRDGUWK4GKNZ6L72VX76UOSSRORB5DNFJP27B2CTIE5K3P7LAC

Dependencies

  • [2] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [3] Q4SVMHAE Removing --channel from the changes command
  • [4] 53SC53QW Adding --force to reset/switch, to ignore name conflicts
  • [5] VQPAUKBQ channel switch as an alias to reset

Change contents

  • replacement in pijul/src/commands/channel.rs at line 28
    [2.187316][2.187316:187365]()
    Rename { from: String, to: Option<String> },
    [2.187316]
    [3.183]
    Rename {
    /// Name of source channel, if [TO] is not specified, acts as TO
    from: String,
    /// New name of the channel to rename to.
    to: Option<String>,
    },
  • edit in pijul/src/commands/channel.rs at line 38
    [4.187]
    [4.187]
    /// Name of the channel to switch to. If not specified, defaults to current channel.