Fixing conflicts
Dependencies
- [2]
DDJO7X2PRemove dependency on `num_cpus` - [3]
IP4CUEBEreset: Require --force to reset unspecified unrecorded changes - [4]
I24UEJQLVarious post-fire fixes - [5]
5OGOE4VWStore the current channel in the pristine - [6]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [7]
EUZFFJSOUpdating Pijul with the latest changes in Libpijul
Change contents
- edit in pijul/src/commands/reset.rs at line 115
std::thread::available_parallelism()?.get(), - replacement in pijul/src/commands/reset.rs at line 126
if !self.force && has_unrecorded_changes(txn.clone(), channel.clone(), &repo).unwrap() {if !self.force&& has_unrecorded_changes(txn.clone(), channel.clone(), &repo).unwrap(){ - replacement in pijul/src/commands/reset.rs at line 280
fn has_unrecorded_changes(txn: ArcTxn<MutTxn<()>>,channel: ChannelRef<MutTxn<()>>,repo: &Repository) -> Result<bool, anyhow::Error> {fn has_unrecorded_changes(txn: ArcTxn<MutTxn<()>>,channel: ChannelRef<MutTxn<()>>,repo: &Repository,) -> Result<bool, anyhow::Error> { - replacement in pijul/src/commands/reset.rs at line 295
num_cpus::get(),std::thread::available_parallelism()?.get(),