Thu, 08 Jul 2021 03:03:34 +0200 |
Pierre-Yves David |
dirstate: add a `set_tracked` method for "hg add"-like usage
|
Mon, 21 Sep 2020 11:53:44 -0700 |
Martin von Zweigbergk |
merge: replace calls to hg.updaterepo() by merge.update()
|
Sat, 12 Sep 2020 21:06:16 +0900 |
Yuya Nishihara |
log: introduce struct that carries log traversal options
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 14:58:42 -0400 |
Gregory Szorc |
py3: manually import pycompat.setattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 27 May 2019 16:55:46 -0400 |
Valentin Gatien-Baron |
merge: fix race that could cause wrong size in dirstate
|
Mon, 18 Mar 2019 14:48:49 +0300 |
Pulkit Goyal |
debugsparse: abort if the repository is not sparse instead of ui.status()
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
Sun, 10 Feb 2019 14:35:36 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments to constructors (API)
|
Mon, 24 Dec 2018 16:04:52 +0300 |
Pulkit Goyal |
sparse: fix debugrebuilddirsate when narrow extension is enabled
|
Mon, 24 Dec 2018 15:30:39 +0300 |
Pulkit Goyal |
sparse: don't enable on clone if it was a narrow clone
|
Fri, 12 Oct 2018 18:49:11 +0200 |
Rodrigo Damazio |
help: adding a proper declaration for shortlist/basic commands (API)
|
Sun, 20 May 2018 18:41:24 +0530 |
Pulkit Goyal |
py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py
|
Fri, 26 Jan 2018 19:48:39 +0900 |
Yuya Nishihara |
dirstate: drop explicit files that shouldn't match (BC) (issue4679)
|
Sun, 21 Jan 2018 12:48:39 +0900 |
Yuya Nishihara |
logcmdutil: drop redundant "log" from function names (API)
|
Sun, 21 Jan 2018 12:26:42 +0900 |
Yuya Nishihara |
cmdutil: split functions of log-like commands to new module (API)
|
Mon, 20 Nov 2017 23:23:10 -0800 |
Gregory Szorc |
py3: use byteskwargs in sparse.py
|
Fri, 04 Aug 2017 05:38:22 -0700 |
Kostia Balytskyi |
sparse: treat paths as cwd-relative
|
Sat, 15 Jul 2017 13:21:23 -0700 |
Gregory Szorc |
sparse: require [section] in sparse config files (BC)
|
Tue, 11 Jul 2017 10:46:35 -0700 |
Martin von Zweigbergk |
sparse: override dirstate.walk() instead of dirstate._ignore
|
Mon, 10 Jul 2017 21:39:49 -0700 |
Gregory Szorc |
sparse: move config updating function into core
|
Sat, 08 Jul 2017 16:18:04 -0700 |
Gregory Szorc |
dirstate: expose a sparse matcher on dirstate (API)
|
Sat, 08 Jul 2017 15:42:11 -0700 |
Gregory Szorc |
sparse: use self instead of repo.dirstate
|
Sat, 08 Jul 2017 14:15:07 -0700 |
Gregory Szorc |
sparse: move code for importing rules from files into core
|
Sat, 08 Jul 2017 14:01:32 -0700 |
Gregory Szorc |
sparse: refactor activeprofiles into a generic function (API)
|
Sat, 08 Jul 2017 13:34:19 -0700 |
Gregory Szorc |
sparse: move printing of sparse config changes function into core
|
Sat, 08 Jul 2017 13:19:38 -0700 |
Gregory Szorc |
sparse: move code for clearing rules to core
|