Wed, 17 Jan 2018 21:44:15 -0500 |
Augie Fackler |
dirstate: use native strings when peeking in __dict__
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: make map implementation overridable
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: add explicit methods for querying directories (API)
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: remove _droppath method
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: move dropping of folded filenames into the dirstate map
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: move management of the dirstate dirs into the dirstatemap
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: move management of nonnormal sets into dirstate map
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: add explicit methods for modifying dirstate
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: document dirstatemap interface
|
Wed, 08 Nov 2017 09:27:14 -0800 |
Mark Thomas |
dirstate: don't remove normallookup files from nonnormalset
|
Wed, 08 Nov 2017 09:23:53 -0800 |
Mark Thomas |
dirstate: clear map cached properties when clearing the map
|
Fri, 20 Oct 2017 05:53:35 -0700 |
Mark Thomas |
dirstate: clean up when restoring identical backups
stable
|
Sat, 28 Oct 2017 12:35:54 -0700 |
Durham Goode |
dirstate: remove excess attribute lookups for dirstate.status (issue5714)
stable
|
Thu, 26 Oct 2017 16:15:36 -0700 |
Durham Goode |
dirstate: avoid reading the map when possible (issue5713) (issue5717)
stable
|
Thu, 26 Oct 2017 16:15:31 -0700 |
Durham Goode |
dirstate: move clear onto dirstatemap class
stable
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: move the _dirfoldmap to dirstatemap
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: remove _dirs property cache
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: remove _filefoldmap property cache
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: move identity to dirstatemap
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: move nonnormal and otherparent sets to dirstatemap
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: move write into dirstatemap
|
Thu, 05 Oct 2017 11:34:41 -0700 |
Durham Goode |
dirstate: move _read into dirstatemap
|
Fri, 30 Jun 2017 03:37:05 +0200 |
Boris Feld |
configitems: register the 'debug.dirstate.delaywrite' config
|
Sun, 01 Oct 2017 16:46:02 +0100 |
Simon Whitaker |
dirstate: implement __len__ on dirstatemap (issue5695)
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move parents source of truth to dirstatemap
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move parent reading to the dirstatemap class
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move opendirstatefile to dirstatemap
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move _copymap to dirstatemap
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move _dirs to dirstatemap
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move filefoldmap to dirstatemap
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: move nonnormalentries to dirstatemap
|
Tue, 26 Sep 2017 03:56:20 -0700 |
Durham Goode |
dirstate: create new dirstatemap class
|
Thu, 14 Sep 2017 09:41:22 -0700 |
Michael Bolin |
dirstate: perform transactions with _map using single call, where possible
|
Tue, 22 Aug 2017 20:03:07 -0400 |
Augie Fackler |
python3: wrap all uses of <exception>.strerror with strtolocal
|
Wed, 23 Aug 2017 18:24:57 +0000 |
Michael Bolin |
dirstate: perform transactions with _copymap using single call, where possible
|
Thu, 10 Aug 2017 18:55:33 -0400 |
Augie Fackler |
merge with stable
|
Tue, 08 Aug 2017 18:53:13 +0000 |
Alex Gaynor |
dirstate: simplify dirstate's __iter__
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Wed, 26 Jul 2017 22:10:15 +0900 |
Yuya Nishihara |
pathauditor: disable cache of audited paths by default (issue5628)
stable
|
Wed, 12 Jul 2017 15:24:07 -0700 |
Adam Simpkins |
dirstate: update backup functions to take full backup filename
|
Sat, 08 Jul 2017 16:18:04 -0700 |
Gregory Szorc |
dirstate: expose a sparse matcher on dirstate (API)
|
Mon, 03 Jul 2017 02:52:40 +0900 |
FUJIWARA Katsunori |
dirstate: centralize _cwd handling into _cwd method
|
Sat, 10 Jun 2017 14:09:54 -0700 |
Siddharth Agarwal |
filestat: move __init__ to frompath constructor
|
Fri, 09 Jun 2017 13:07:48 +0900 |
FUJIWARA Katsunori |
dirstate: add identity information to detect simultaneous changing in storage
|
Sun, 04 Jun 2017 16:08:50 -0700 |
Siddharth Agarwal |
dirstate: add docstring for invalidate
|
Thu, 01 Jun 2017 00:40:52 -0700 |
Siddharth Agarwal |
match: introduce nevermatcher for when no ignore files are present
|
Mon, 29 May 2017 00:00:02 -0400 |
Augie Fackler |
cleanup: rename all iteritems methods to items and add iteritems alias
|
Sat, 13 Aug 2016 12:23:56 +0900 |
Yuya Nishihara |
parsers: switch to policy importer
|
Thu, 18 May 2017 17:13:32 -0400 |
Augie Fackler |
dirstate: mark {begin,end}parentchange as deprecated (API)
|
Thu, 18 May 2017 17:10:30 -0400 |
Augie Fackler |
dirstate: introduce new context manager for marking dirstate parent changes
|
Wed, 26 Apr 2017 22:26:28 +0900 |
Yuya Nishihara |
osutil: proxy through util (and platform) modules (API)
|
Fri, 05 May 2017 08:49:46 -0700 |
Martin von Zweigbergk |
dirstate: optimize walk() by using match.visitdir()
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
dirstate: use tryunlink
|
Sun, 19 Mar 2017 01:08:17 -0400 |
Augie Fackler |
dirstate: use future-proof next(iter) instead of iter.next
|
Thu, 16 Mar 2017 09:00:27 +0530 |
Pulkit Goyal |
dirstate: use list comprehension to get a list of keys
|
Wed, 08 Mar 2017 17:35:20 -0800 |
Durham Goode |
dirstate: track otherparent files same as nonnormal
|
Wed, 01 Mar 2017 18:21:06 -0800 |
Jun Wu |
dirstate: avoid unnecessary load+dump during backup
|
Wed, 01 Mar 2017 17:59:21 -0800 |
Jun Wu |
dirstate: try to use hardlink to backup dirstate
|
Sun, 05 Mar 2017 16:20:07 -0800 |
Durham Goode |
dirstate: track updated files to improve write time
|
Tue, 21 Feb 2017 01:20:59 +0900 |
FUJIWARA Katsunori |
txnutil: factor out the logic to read file in according to HG_PENDING
|
Sun, 18 Dec 2016 01:34:41 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 1 of 5)
|
Sat, 17 Dec 2016 20:02:50 +0530 |
Pulkit Goyal |
py3: replace os.sep with pycompat.ossep (part 2 of 4)
|
Wed, 23 Nov 2016 00:03:11 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd() instead of os.getcwd()
|
Sun, 06 Nov 2016 04:10:33 +0530 |
Pulkit Goyal |
py3: use pycompat.ossep at certain places
|
Tue, 18 Oct 2016 16:52:35 +0200 |
Mads Kiilerich |
dirstate: fix debug.dirstate.delaywrite to use the new "now" after sleeping
stable
|
Tue, 30 Aug 2016 15:16:28 -0700 |
Mateusz Kwapich |
dirstate: rebuild should update dirstate properly
|
Tue, 30 Aug 2016 09:22:53 -0700 |
Martin von Zweigbergk |
util: rename checkcase() to fscasesensitive() (API)
|
Thu, 11 Aug 2016 08:00:41 -0700 |
Mateusz Kwapich |
dirstate: add callback to notify extensions about wd parent change
|
Tue, 02 Aug 2016 16:51:27 +0200 |
Pierre-Yves David |
deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
|
Mon, 13 Jun 2016 05:11:56 +0900 |
FUJIWARA Katsunori |
dirstate: make restoring from backup avoid ambiguity of file stat
|
Fri, 03 Jun 2016 00:44:20 +0900 |
FUJIWARA Katsunori |
dirstate: make writing branch file out avoid ambiguity of file stat
|
Fri, 03 Jun 2016 00:44:20 +0900 |
FUJIWARA Katsunori |
dirstate: make writing dirstate file out avoid ambiguity of file stat
|
Thu, 26 May 2016 17:36:44 -0700 |
Mateusz Kwapich |
distate: add assertions to backup functions
|
Wed, 25 May 2016 16:36:16 -0700 |
Mateusz Kwapich |
dirstate: don't use actualfilename to name the backup file
|
Wed, 25 May 2016 16:09:07 -0700 |
Mateusz Kwapich |
dirstate: remove file from copymap on drop
|
Fri, 13 May 2016 13:28:09 -0700 |
Mateusz Kwapich |
dirstate: add prefix and suffix arguments to backup
|
Thu, 05 May 2016 19:32:51 +0200 |
Pierre-Yves David |
cleanup: replace False identity testing with an explicit token object
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate dirstate.write without transaction argument
|
Thu, 05 May 2016 17:06:54 -0700 |
Mateusz Kwapich |
dirstate: make backup methods public
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument for the dirstate develwarn
|
Tue, 05 Jan 2016 07:52:04 -0800 |
Laurent Charignon |
dirstate: add a way to get the ignore file/line matching an ignored file
|
Wed, 23 Dec 2015 11:52:54 -0800 |
Laurent Charignon |
dirstate: extract logic to compute the list of ignorefiles
|
Wed, 23 Dec 2015 13:16:03 -0800 |
Laurent Charignon |
dirstate: call the C implementation of nonnonormalentries when available
|
Fri, 01 Jan 2016 23:40:54 +0100 |
Laurent Charignon |
dirstate: add code to update the non-normal set
|
Wed, 23 Dec 2015 13:13:22 -0800 |
Laurent Charignon |
dirstate: attach the nonnormalset to a propertycache
|
Mon, 21 Dec 2015 16:22:43 -0800 |
Laurent Charignon |
dirstate: add a function to compute non-normal entries from the dmap
|
Mon, 21 Dec 2015 21:38:53 -0800 |
Gregory Szorc |
dirstate: use absolute_import
|
Wed, 16 Dec 2015 20:58:26 -0600 |
Matt Mackall |
dirstate: make delaywrite sleep until the next multiple of n seconds
|
Wed, 16 Dec 2015 20:49:18 -0600 |
Matt Mackall |
dirstate: only invoke delaywrite if relevant
|
Wed, 16 Dec 2015 20:46:53 -0600 |
Matt Mackall |
dirstate: move delaywrite logic from write to _write
|
Mon, 30 Nov 2015 11:23:15 -0800 |
Christian Delahousse |
dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild
|
Thu, 19 Nov 2015 13:15:17 -0600 |
Matt Mackall |
util: drop statmtimesec
|
Tue, 17 Nov 2015 13:47:16 -0800 |
Bryan O'Sullivan |
dirstate: back out 502b56a9e897
|
Mon, 09 Nov 2015 10:43:23 -0800 |
Mateusz Kwapich |
dirstate: fix filefoldmap incosistency on file delete
stable
|
Mon, 19 Oct 2015 12:07:17 -0700 |
James Mills |
dirstate: fix invalid reference to self.ui
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
dirstate: show develwarn for write() invocation without transaction
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
dirstate: remove layering violation around writing dirstate out
|
Sat, 17 Oct 2015 01:15:33 +0900 |
FUJIWARA Katsunori |
dirstateguard: remove layering violation around saving/restoring backup
|
Wed, 14 Oct 2015 02:49:17 +0900 |
FUJIWARA Katsunori |
dirstate: read from pending file under HG_PENDING mode if it exists
|
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:49:17 +0900 |
FUJIWARA Katsunori |
dirstate: make functions for backup aware of transaction activity
|
Wed, 14 Oct 2015 02:49:17 +0900 |
FUJIWARA Katsunori |
dirstate: move code paths for backup from dirstateguard to dirstate
|
Wed, 14 Oct 2015 02:40:04 +0900 |
FUJIWARA Katsunori |
parsers: make pack_dirstate take now in integer for consistency
|
Tue, 06 Oct 2015 16:26:20 -0500 |
Matt Mackall |
dirstate: batch calls to statfiles (issue4878)
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Thu, 08 Oct 2015 01:41:30 +0900 |
FUJIWARA Katsunori |
dirstate: split write to write changes into files other than .hg/dirstate
|
Sun, 04 Oct 2015 22:25:29 +0900 |
Yuya Nishihara |
util: extract stub function to get mtime with second accuracy
|
Sun, 20 Sep 2015 20:11:31 +0900 |
Yuya Nishihara |
hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568)
|
Sun, 20 Sep 2015 20:08:22 +0900 |
Yuya Nishihara |
dirstate: state that getcwd() shouldn't be used to get real file path
|
Mon, 27 Jul 2015 21:27:24 -0400 |
Matt Harbison |
dirstate: ensure mv source is marked deleted when walking icasefs (issue4760)
stable
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
Tue, 16 Jun 2015 00:46:01 -0700 |
Siddharth Agarwal |
dirstate: use a presized dict for the dirstate
|
Thu, 04 Jun 2015 22:10:32 -0700 |
Pierre-Yves David |
dirstate: avoid invalidating every entries when list is empty
|
Tue, 19 May 2015 10:40:40 -0700 |
Martin von Zweigbergk |
dirstate: use match.prefix() instead of 'not match.anypats()'
|
Tue, 19 May 2015 10:13:43 -0700 |
Martin von Zweigbergk |
dirstate: avoid match.files() in walk()
|
Wed, 20 May 2015 01:06:09 +0900 |
FUJIWARA Katsunori |
dirstate: use open/read of vfs(opener) explicitly instead of read
|
Wed, 20 May 2015 01:06:09 +0900 |
FUJIWARA Katsunori |
dirstate: use self._filename instead of immediate string `dirstate`
|
Sat, 16 May 2015 16:06:22 -0700 |
Durham Goode |
ignore: use 'include:' rules instead of custom syntax
|