Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Wed, 24 Nov 2021 04:40:00 +0100 |
Pierre-Yves David |
dirstate-item: add a "second_ambiguous` flag in the mtime tuple
|
Fri, 19 Nov 2021 03:04:42 +0100 |
Pierre-Yves David |
dirstate: remove need_delay logic
|
Wed, 17 Nov 2021 12:24:00 +0100 |
Pierre-Yves David |
dirstate: move "get fs now" in the timestamp utility module
|
Mon, 18 Oct 2021 11:23:07 +0200 |
Simon Sapin |
dirstate: store mtimes with nanosecond precision in memory
|
Mon, 20 Sep 2021 12:52:32 +0200 |
Simon Sapin |
rust: Remove the `rustext.parsers` module
|
Thu, 08 Jul 2021 12:18:21 +0200 |
Simon Sapin |
dirstate-v2: Introduce a docket file
|
Mon, 19 Jul 2021 06:21:04 +0200 |
Pierre-Yves David |
dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
|
Mon, 05 Jul 2021 06:24:51 +0200 |
Pierre-Yves David |
dirstate-item: use the properties in fakedirstatewritetime
|
Sun, 04 Jul 2021 22:27:29 +0200 |
Pierre-Yves David |
dirstate-item: rename the class to DirstateItem
|
Fri, 02 Jul 2021 02:27:48 +0200 |
Pierre-Yves David |
dirstate: split dirstatemap in its own file
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Wed, 10 Jul 2019 10:16:28 +0200 |
Raphaël Gomès |
rust-parsers: move parser bindings to their own file and Python module
|
Mon, 06 May 2019 22:51:10 +0200 |
Raphaël Gomès |
rust-dirstate: call parse/pack bindings from Python
|
Fri, 10 May 2019 21:55:59 -0700 |
Martin von Zweigbergk |
context: move contents of committablectx.markcommitted() to workingctx
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Mon, 19 Feb 2018 21:18:52 +0530 |
Pulkit Goyal |
py3: use dict.items() instead of dict.iteritems() in tests
|
Mon, 19 Feb 2018 15:27:25 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in fakedirstatewritetime.py
|
Sat, 14 Oct 2017 00:15:37 +0200 |
Boris Feld |
configitems: register the test 'fakedirstatewritetime.fakenow' config
|
Mon, 12 Jun 2017 13:56:43 -0700 |
Siddharth Agarwal |
workingctx: also pass status tuple into poststatusfixup
|
Mon, 12 Jun 2017 13:54:59 -0700 |
Siddharth Agarwal |
workingctx: factor out post-status dirstate fixup
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
Sun, 06 Dec 2015 22:13:36 -0800 |
Gregory Szorc |
tests/fakedirstatewritetime.py: use absolute_import
|
Wed, 14 Oct 2015 02:49:17 +0900 |
FUJIWARA Katsunori |
dirstate: make writing in-memory changes aware of transaction activity
|
Wed, 14 Oct 2015 02:40:04 +0900 |
FUJIWARA Katsunori |
parsers: make pack_dirstate take now in integer for consistency
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
tests: add extension to emulate invoking dirstate.write at the specific time
|