Use pager crate for log output
[?]
Nov 19, 2020, 6:52 PM
23LVKATNTT74YKHG7KJM6SBO2IVZEV24TQ46ZJIHQ2IXONWNVXJACDependencies
- [2]
OUWD436AVersion bump - [3]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [4]
XWETQ4DEUpgrading versions
Change contents
- edit in pijul/src/commands/log.rs at line 7
use pager::Pager; - edit in pijul/src/commands/log.rs at line 37
Pager::with_pager("less -rF").setup(); - edit in pijul/Cargo.toml at line 61
pager = "0.16.0" - edit in Cargo.lock at line 508
][[package]]name = "errno"version = "0.2.7"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"dependencies = ["errno-dragonfly","libc","winapi 0.3.9", - edit in Cargo.lock at line 522
name = "errno-dragonfly"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"dependencies = ["gcc","libc",][[package]] - edit in Cargo.lock at line 706
[[package]]name = "gcc"version = "0.3.55"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" - edit in Cargo.lock at line 1055[3.1055452]→[3.1055452:1055485](∅→∅),[3.1055485]→[3.788:814](∅→∅),[3.814]→[3.1055511:1055649](∅→∅),[3.1055511]→[3.1055511:1055649](∅→∅),[3.1055649]→[3.815:836](∅→∅),[3.836]→[2.318:527](∅→∅)
][[package]]name = "libpijul"version = "1.0.0-alpha.2"dependencies = ["anyhow","bincode","bitflags","blake3","byteorder","chrono","curve25519-dalek","data-encoding","diffs","env_logger 0.8.2","flate2","ignore","lazy_static","log","lru-cache","pijul-macros","rand","regex","sanakirja","serde","serde_derive","tar","tempfile","thiserror","tokio","toml","zstd-seekable", - edit in Cargo.lock at line 1060
source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "d06308c4f8e9d914542fa4007adb1cb1eb0e8cfb68307aff10eb947d7f7f0c13" - edit in Cargo.lock at line 1070
"env_logger 0.8.2", - edit in Cargo.lock at line 1390
name = "pager"version = "0.16.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "05c7d08cf0d0b55c4f0ffedb5e06569ea212e85d622975071370393970491968"dependencies = ["errno","libc",][[package]] - replacement in Cargo.lock at line 1439
version = "1.0.0-alpha.3"version = "1.0.0-alpha.4" - replacement in Cargo.lock at line 1456
"libpijul 1.0.0-alpha.3","libpijul", - edit in Cargo.lock at line 1458
"pager",