Sun, 04 Oct 2015 22:25:29 +0900 |
Yuya Nishihara |
util: extract stub function to get mtime with second accuracy
|
file |
diff |
annotate
|
Sun, 20 Sep 2015 20:11:31 +0900 |
Yuya Nishihara |
hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568)
|
file |
diff |
annotate
|
Sun, 20 Sep 2015 20:08:22 +0900 |
Yuya Nishihara |
dirstate: state that getcwd() shouldn't be used to get real file path
|
file |
diff |
annotate
|
Mon, 27 Jul 2015 21:27:24 -0400 |
Matt Harbison |
dirstate: ensure mv source is marked deleted when walking icasefs (issue4760)
stable
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 00:46:01 -0700 |
Siddharth Agarwal |
dirstate: use a presized dict for the dirstate
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 22:10:32 -0700 |
Pierre-Yves David |
dirstate: avoid invalidating every entries when list is empty
|
file |
diff |
annotate
|
Tue, 19 May 2015 10:40:40 -0700 |
Martin von Zweigbergk |
dirstate: use match.prefix() instead of 'not match.anypats()'
|
file |
diff |
annotate
|
Tue, 19 May 2015 10:13:43 -0700 |
Martin von Zweigbergk |
dirstate: avoid match.files() in walk()
|
file |
diff |
annotate
|
Wed, 20 May 2015 01:06:09 +0900 |
FUJIWARA Katsunori |
dirstate: use open/read of vfs(opener) explicitly instead of read
|
file |
diff |
annotate
|
Wed, 20 May 2015 01:06:09 +0900 |
FUJIWARA Katsunori |
dirstate: use self._filename instead of immediate string `dirstate`
|
file |
diff |
annotate
|
Sat, 16 May 2015 16:06:22 -0700 |
Durham Goode |
ignore: use 'include:' rules instead of custom syntax
|
file |
diff |
annotate
|
Sat, 16 May 2015 15:24:43 -0700 |
Durham Goode |
ignore: remove .hgignore from ignore list if nonexistent
|
file |
diff |
annotate
|
Sat, 16 May 2015 14:34:19 -0400 |
Augie Fackler |
cleanup: use __builtins__.all instead of util.all
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 23:38:52 +0900 |
FUJIWARA Katsunori |
dirstate: use pathutil.normasprefix to ensure os.sep at the end of root
stable
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 14:36:08 -0700 |
Drew Gottlieb |
util: move dirs() and finddirs() from scmutil to util
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 17:16:55 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 04 Apr 2015 21:54:12 -0700 |
Martin von Zweigbergk |
dirstate.walk: don't report same file stat multiple times
stable
|
file |
diff |
annotate
|
Wed, 01 Apr 2015 00:44:33 -0700 |
Siddharth Agarwal |
dirstate: use parsers.make_file_foldmap when available
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 19:34:37 -0700 |
Siddharth Agarwal |
dirstate._normalize: don't construct dirfoldmap if not necessary
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 19:29:39 -0700 |
Siddharth Agarwal |
dirstate.walk: don't keep track of normalized files in parallel
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 19:18:27 -0700 |
Siddharth Agarwal |
dirstate.walk: factor out directory traversal
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 15:41:02 -0700 |
Siddharth Agarwal |
dirstate: fix order of initializing nf vs f
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 16:14:14 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sun, 29 Mar 2015 19:47:16 -0700 |
Siddharth Agarwal |
dirstate.walk: use the file foldmap to normalize
|
file |
diff |
annotate
|
Sun, 29 Mar 2015 19:42:49 -0700 |
Siddharth Agarwal |
dirstate: split the foldmap into separate ones for files and directories
|
file |
diff |
annotate
|
Sat, 28 Mar 2015 18:53:54 -0700 |
Siddharth Agarwal |
dirstate: introduce function to normalize just filenames
|
file |
diff |
annotate
|
Sun, 29 Mar 2015 19:23:05 -0700 |
Siddharth Agarwal |
dirstate: factor out code to discover normalized path
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 11:11:39 -0400 |
Matt Harbison |
dirstate: don't require exact case when adding dirs on icasefs (issue4578)
stable
|
file |
diff |
annotate
|
Sun, 29 Mar 2015 18:28:48 -0700 |
Siddharth Agarwal |
dirstate._walkexplicit: don't bother normalizing '.'
|
file |
diff |
annotate
|
Sun, 29 Mar 2015 23:28:30 -0700 |
Siddharth Agarwal |
dirstate._walkexplicit: drop normpath calls
|
file |
diff |
annotate
|
Sun, 29 Mar 2015 23:27:25 -0700 |
Siddharth Agarwal |
dirstate._walkexplicit: indicate root as '.', not ''
|
file |
diff |
annotate
|
Wed, 29 Oct 2014 08:43:39 -0700 |
Martin von Zweigbergk |
match: add isexact() method to hide internals
|
file |
diff |
annotate
|
Thu, 05 Mar 2015 15:52:07 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Fri, 06 Mar 2015 00:14:22 +0900 |
Yuya Nishihara |
dirstate: make sure rootdir ends with directory separator (issue4557)
stable
|
file |
diff |
annotate
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
dirstate: clarify comment about leaving normal files undef if changed 'now'
|
file |
diff |
annotate
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it
|
file |
diff |
annotate
|
Tue, 16 Dec 2014 14:34:53 -0800 |
Siddharth Agarwal |
ignore: resolve ignore files relative to repo root (issue4473) (BC)
|
file |
diff |
annotate
|
Thu, 04 Dec 2014 05:43:15 -0800 |
Pierre-Yves David |
dirstate: use the 'nogc' decorator
|
file |
diff |
annotate
|
Wed, 19 Nov 2014 23:15:07 -0800 |
Martin von Zweigbergk |
dirstate: speed up repeated missing directory checks
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 10:14:35 -0700 |
Martin von Zweigbergk |
status: update and move documentation of status types to status class
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 14:32:36 -0700 |
Martin von Zweigbergk |
status: create class for status lists
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 21:44:10 -0700 |
Martin von Zweigbergk |
dirstate: separate 'lookup' status field from others
|
file |
diff |
annotate
|
Sat, 11 Oct 2014 14:05:09 -0500 |
Matt Mackall |
dirstate: merge falls through to otherparent
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 13:31:06 -0500 |
Matt Mackall |
dirstate: use 'm' state in otherparent to reduce ambiguity
|
file |
diff |
annotate
|
Fri, 10 Oct 2014 13:05:50 -0500 |
Matt Mackall |
dirstate: properly clean-up some more merge state on setparents
|
file |
diff |
annotate
|
Fri, 03 Oct 2014 18:48:09 -0700 |
Siddharth Agarwal |
dirstate: cache util.normcase while constructing the foldmap
|
file |
diff |
annotate
|
Wed, 17 Sep 2014 13:08:03 -0700 |
Siddharth Agarwal |
dirstate: copyedit exception for no beginparentchange call
|
file |
diff |
annotate
|
Fri, 05 Sep 2014 11:37:44 -0700 |
Durham Goode |
dirstate: add exception when calling setparent without begin/end (API)
|
file |
diff |
annotate
|
Fri, 05 Sep 2014 11:34:29 -0700 |
Durham Goode |
dirstate: add begin/endparentchange to dirstate
|
file |
diff |
annotate
|
Fri, 01 Aug 2014 22:05:16 -0700 |
Siddharth Agarwal |
dirstate: add a method to efficiently filter by match
|
file |
diff |
annotate
|
Tue, 22 Jul 2014 23:59:30 +0900 |
FUJIWARA Katsunori |
dirstate: delay writing out to ensure timestamp of each entries explicitly
stable
|
file |
diff |
annotate
|
Tue, 27 May 2014 21:02:16 -0700 |
Siddharth Agarwal |
dirstate.status: assign members one by one instead of unpacking the tuple
|
file |
diff |
annotate
|
Tue, 27 May 2014 14:27:41 -0700 |
Siddharth Agarwal |
parsers: inline fields of dirstate values in C version
|
file |
diff |
annotate
|
Tue, 27 May 2014 17:10:28 -0700 |
Siddharth Agarwal |
dirstate: add dirstatetuple to create dirstate values
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
dirstate: report bad subdirectories as match.bad, not just a warning (BC)
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 18:01:21 +0200 |
Mads Kiilerich |
dirstate: improve documentation and readability of match and ignore in the walker
|
file |
diff |
annotate
|
Sat, 27 Apr 2013 23:19:52 +0200 |
Mads Kiilerich |
dirstate: inline local finish function
|
file |
diff |
annotate
|
Mon, 03 Mar 2014 15:50:41 +0900 |
Yuya Nishihara |
dirstate: remove double imports of errno
|
file |
diff |
annotate
|