Fix some mistakes in the docs
[?]
Nov 26, 2020, 5:36 PM
4H2XTVJ2BNXDNHQ3RQTMOG3I4NRGZT7JDLC2GRINS56TIYTYTO4QCDependencies
- [2]
TZVUNELWDocumentation comments - [3]
AEPEFS7OWrite help for each argument - [4]
VQPAUKBQchannel switch as an alias to reset - [5]
Q4SVMHAERemoving --channel from the changes command - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
23LVKATNUse pager crate for log output - [8]
VZL5OHF5Remove the obsolete `remote list` command - [9]
5HF7C67Mpush/pull: fixed "changes" arguments - [10]
L4JXJHWXpijul/*: reorganize imports and remove extern crate
Change contents
- replacement in pijul/src/commands/upgrade.rs at line 11
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/unrecord.rs at line 10
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/reset.rs at line 11
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/reset.rs at line 17
/// Print what changes would take place in the wroking copy, without actually doing anything/// Print this file to the standard output - replacement in pijul/src/commands/reset.rs at line 20
/// Reset the working copy to this change/// Apply these changes to the working copy after switching to/// thid channel, but do not touch the prestine - replacement in pijul/src/commands/record.rs at line 21
/// Set the change message to this value/// Set the change message - replacement in pijul/src/commands/record.rs at line 24
/// Set the author field to this value/// Set the author field - replacement in pijul/src/commands/record.rs at line 30
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/record.rs at line 33
/// Set the timestamp field to this value/// Set the timestamp field - replacement in pijul/src/commands/record.rs at line 36
/// Sign the change with a key/// Sign the change with the default key - edit in pijul/src/commands/record.rs at line 39
#[clap(long = "stdin")]pub stdin: bool, - edit in pijul/src/commands/record.rs at line 44
/// Paths in which to record the changes - replacement in pijul/src/commands/pushpull.rs at line 17
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/pushpull.rs at line 56
/// Path to the repository. Uses the current repository if the argument is omited/// Path to the repository. Uses the current repository if the argument is omitted - replacement in pijul/src/commands/pushpull.rs at line 65
/// Do not check for certificates/// Do not check certificates (HTTPS remotes only, this option might be dangerous) - replacement in pijul/src/commands/pushpull.rs at line 68
/// Push only these paths/// Push changes only relating to these paths - replacement in pijul/src/commands/pushpull.rs at line 73
/// Push to this remote channel instead of the default channel/// Push to this remote channel instead of the remote's default channel - replacement in pijul/src/commands/pushpull.rs at line 83
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/pushpull.rs at line 92
/// Do not check for certificates/// Do not check certificates (HTTPS remotes only, this option might be dangerous) - replacement in pijul/src/commands/pushpull.rs at line 106
/// Pull changes from the local repository, not necessorily from a channel/// Pull changes from the local repository, not necessarily from a channel - edit in pijul/src/commands/protocol.rs at line 15
/// This command is not meant to be run by the user,/// instead it is called over SSH - replacement in pijul/src/commands/protocol.rs at line 19
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/log.rs at line 13
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/log.rs at line 22
/// Show logs of the states/// Include state identifiers in the log output - replacement in pijul/src/commands/log.rs at line 25
/// Show the description/// Include full change discription in the log output - replacement in pijul/src/commands/fork.rs at line 10
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/fork.rs at line 16
/// Make channel from this change, instead of the latest change/// Apply this change after creating the channel - replacement in pijul/src/commands/file_operations.rs at line 11
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/file_operations.rs at line 68
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/file_operations.rs at line 87
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/file_operations.rs at line 132
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - edit in pijul/src/commands/debug.rs at line 10
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - edit in pijul/src/commands/debug.rs at line 12
/// Use this channel - replacement in pijul/src/commands/credit.rs at line 14
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/credit.rs at line 20
/// The file to show the annotations/// The file to annotate - replacement in pijul/src/commands/clone.rs at line 20
/// Close this state/// clone this state - replacement in pijul/src/commands/clone.rs at line 23
/// Clone this path/// Clone this path only - replacement in pijul/src/commands/clone.rs at line 26
/// Do not check certificates/// Do not check certificates (HTTPS remotes only, this option might be dangerous) - replacement in pijul/src/commands/clone.rs at line 31
/// Path where to clone the repositoru/// Path where to clone the repository - replacement in pijul/src/commands/channel.rs at line 10
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/archive.rs at line 11
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/archive.rs at line 14
/// Use this channel, instead of the current channe;/// Use this channel, instead of the current channel - replacement in pijul/src/commands/archive.rs at line 17
/// Clone this remote and make an archive of it/// Ask the remote to send an archive - replacement in pijul/src/commands/archive.rs at line 20
/// Do not check certificates/// Do not check certificates (HTTPS remotes only, this option might be dangerous) - replacement in pijul/src/commands/archive.rs at line 26
/// Archive upto this change/// Apply these changes after switching to the channel - replacement in pijul/src/commands/archive.rs at line 29
/// Use this prefix, before the filename/// Append this path in front of each path inside the archive - replacement in pijul/src/commands/apply.rs at line 12
/// Set the repository in which paths must be added. Defaults to the first ancestor of the current directory that contains a `.pijul` directory./// Set the repository where this command should run Defaults to the first ancestor of the current directory that contains a `.pijul` directory. - replacement in pijul/src/commands/apply.rs at line 15
/// Apply change from this channel/// Apply change to this channel