Updating the channel touched time after a clone
Dependencies
- [2]
PIQCNEEBUpgrading to Clap 3.0.0-alpha.5 - [3]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [4]
L4JXJHWXpijul/*: reorganize imports and remove extern crate - [5]
I24UEJQLVarious post-fire fixes - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
I52XSRUHMassive cleanup, and simplification - [*]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul
Change contents
- replacement in pijul/src/commands/clone.rs at line 6
use libpijul::MutTxnT;use libpijul::{ChannelMutTxnT, MutTxnT}; - edit in pijul/src/commands/clone.rs at line 112[9.17353][3.185778]
let time = std::time::SystemTime::now().duration_since(std::time::SystemTime::UNIX_EPOCH).unwrap().as_secs() as u64;txn.write().touch_channel(&mut *channel.write(), Some(time + 1));