log

age author description
Fri, 11 Sep 2020 15:08:58 +0900 Yuya Nishihara log: reorganize if-else and for loop in logcmdutil._makematcher()
Wed, 26 Aug 2020 16:37:23 +0530 Pulkit Goyal merge: update commitinfo from all mergeresults during bid merge
Mon, 24 Aug 2020 17:22:28 +0530 Pulkit Goyal merge: add missing ACTION_KEEP when both remote and ancestor are not present
Mon, 24 Aug 2020 15:20:09 +0530 Pulkit Goyal merge: store ACTION_KEEP_ABSENT when we are keeping the file absent locally
Tue, 01 Sep 2020 17:08:26 +0530 Pulkit Goyal merge: add `ACTION_KEEP_ABSENT` to represent files we want to keep absent
Mon, 14 Sep 2020 13:51:39 +0530 Pulkit Goyal mergeresult: introduce dedicated tuple for no-op actions
Fri, 19 Jun 2020 13:27:46 +0200 Pierre-Yves David tests: add criss cross merging tests whose behavior need to be fixed
Fri, 11 Sep 2020 15:52:06 -0700 Kyle Lippincott repo: avoid copying/updating a dict on every `repo.__getitem__`
Thu, 23 Jul 2020 20:23:44 +0200 Joerg Sonnenberger obsstore: refactor v1 logic to fix 32 byte hash support
Mon, 14 Sep 2020 11:32:24 -0400 Valentin Gatien-Baron fsmonitor: increase the threshold before we recommend it, when using rust
Fri, 19 Jun 2020 06:15:06 +0200 Pierre-Yves David copy-tracing: test case where a merge reverted a file deletion
Fri, 19 Jun 2020 06:04:48 +0200 Pierre-Yves David copy-tracing: test case where we go across a changed/deleted merge
Wed, 26 Aug 2020 17:20:53 +0530 Pulkit Goyal merge: show list of bids for each file in bid-merge in ui.debug()
Mon, 14 Sep 2020 19:39:51 +0900 Yuya Nishihara merge with stable
Sun, 13 Sep 2020 17:52:24 +0900 Yuya Nishihara cmdutil: reimplement finddate() without using walkchangerevs()