Minor cleanup
[?]
Jan 18, 2021, 11:29 AM
I7VL7VPZV2NKOZRKBWWEHFOGNGGTYLPONHABVJ767D6HPJJNY5RACDependencies
- [2]
QWD7UE76push/pull: rename `channel` option - [3]
JL4WKA5PImplement the Sanakirja concurrency model in a cross-process way - [4]
YAJAXIV5Unrecording changes atomically - [5]
VL7ZYKHBRunning hooks through shell on Windows and Unix - [6]
KWAGWB73Adding extra dependencies from the config file - [7]
K6GWUOD5Styling progress bars - [8]
76PCXGMLPushing to, and pulling from the local repository - [9]
367UBQ6KForwarding SSH stderr, and progress bar for push - [10]
74HX2XZDCleanup and debugging - [11]
ZHABNS3SCanonicalize all paths - [12]
Y7YAFMFFFix path prefix striping on Windows. - [13]
VMPAOJS2Don't output after pushing to a local channel - [14]
5BRU2RRWCleanup (debugging a crash related to trees/inodes) - [15]
I52XSRUHMassive cleanup, and simplification - [16]
HMMMKONLFixing alive vertices - [17]
MU5GSJAWPartial push and pull (WARNING: breaks the existing protocol) - [18]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [19]
5DVRL6MFHard-unrecord - [20]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [21]
VQPAUKBQchannel switch as an alias to reset - [22]
3KRGVQFUDo not update the mtime of unmodified files
Change contents
- replacement in pijul/src/config.rs at line 141
pub fn get_current_channel<'a>(&'a self, alt: Option<&'a String>) -> &'a str {pub fn get_current_channel<'a>(&'a self, alt: Option<&'a str>) -> &'a str { - replacement in pijul/src/commands/unrecord.rs at line 38
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/reset.rs at line 41
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/record.rs at line 66
txn.open_or_create_channel(repo.config.get_current_channel(self.channel.as_ref()))?;txn.open_or_create_channel(repo.config.get_current_channel(self.channel.as_deref()))?; - replacement in pijul/src/commands/pushpull.rs at line 125
let channel_name = repo.config.get_current_channel(self.from_channel.as_ref());let channel_name = repo.config.get_current_channel(self.from_channel.as_deref()); - replacement in pijul/src/commands/pushpull.rs at line 281
let channel_name = repo.config.get_current_channel(self.to_channel.as_ref());let channel_name = repo.config.get_current_channel(self.to_channel.as_deref()); - replacement in pijul/src/commands/pushpull.rs at line 436
debug!("to_download: {:?}", to_download.len()); - replacement in pijul/src/commands/log.rs at line 34
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/fork.rs at line 34
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/diff.rs at line 40
txn.open_or_create_channel(repo.config.get_current_channel(self.channel.as_ref()))?;txn.open_or_create_channel(repo.config.get_current_channel(self.channel.as_deref()))?; - replacement in pijul/src/commands/debug.rs at line 25[4.95]→[4.178214:178297](∅→∅),[4.5818]→[4.178214:178297](∅→∅),[4.256]→[4.178214:178297](∅→∅),[4.178214]→[4.178214:178297](∅→∅)
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/credit.rs at line 30
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/archive.rs at line 86
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref()); - replacement in pijul/src/commands/apply.rs at line 30
let channel_name = repo.config.get_current_channel(self.channel.as_ref());let channel_name = repo.config.get_current_channel(self.channel.as_deref());