Thu, 03 Dec 2015 13:23:46 -0800 |
Pierre-Yves David |
context: use a the nofsauditor when matching file in history (issue4749)
|
Tue, 17 Nov 2015 16:42:52 -0600 |
Andrew Zwicky |
extdiff: correctly handle deleted subrepositories (issue3153)
|
Sat, 21 Nov 2015 19:21:01 -0800 |
Gregory Szorc |
context: avoid extra parents lookups
|
Sat, 21 Nov 2015 19:04:12 -0800 |
Gregory Szorc |
context: optimize _parents()
|
Thu, 19 Nov 2015 13:15:17 -0600 |
Matt Mackall |
util: drop statmtimesec
|
Mon, 16 Nov 2015 11:27:27 -0800 |
Siddharth Agarwal |
filectx: add isabsent method
|
Fri, 13 Nov 2015 22:37:51 -0800 |
Siddharth Agarwal |
filectx: allow custom comparators
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
dirstate: make dirstate.write() callers pass transaction object to it
|
Fri, 09 Oct 2015 01:19:37 +0200 |
Mads Kiilerich |
context: don't hex encode all unknown 20 char revision specs (issue4890)
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sun, 04 Oct 2015 22:25:29 +0900 |
Yuya Nishihara |
util: extract stub function to get mtime with second accuracy
|
Thu, 25 Jun 2015 17:54:55 -0500 |
Matt Mackall |
merge: make merge.preferancestor type and default consistent
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
context: write dirstate out explicitly at the end of markcommitted
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
context: write dirstate out explicitly after marking files as clean
|
Mon, 22 Jun 2015 22:05:10 +0900 |
Yuya Nishihara |
workingctx: use node.wdirid constant
|
Sun, 28 Jun 2015 13:38:03 -0400 |
Matt Harbison |
workingctx: don't report the tags for its parents
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 16 Jun 2015 23:03:36 -0400 |
Matt Harbison |
subrepo: allow a representation of the working directory subrepo
|
Sun, 14 Jun 2015 22:04:17 -0400 |
Matt Harbison |
context: override workingctx.hex() to avoid a crash
|
Fri, 05 Jun 2015 19:01:04 -0400 |
Matt Harbison |
context: add an optional constructor parameter for a match.bad() override
|
Thu, 04 Jun 2015 21:37:59 -0400 |
Matt Harbison |
context: replace match.bad() monkey patching with match.badmatch()
|
Wed, 03 Jun 2015 13:51:27 -0400 |
Matt Harbison |
context: introduce the nullsub() method
|
Fri, 22 May 2015 13:06:45 -0700 |
Laurent Charignon |
patch: add 'extra' argument to makememctx
|
Tue, 19 May 2015 07:17:57 -0500 |
Matt Mackall |
merge with stable
|
Sun, 17 May 2015 01:06:10 -0400 |
Matt Harbison |
context: don't complain about a matcher's subrepo paths in changectx.walk()
stable
|
Sat, 16 May 2015 00:36:35 -0400 |
Matt Harbison |
match: resolve filesets in subrepos for commands given the '-S' argument
|
Mon, 04 May 2015 10:38:45 -0700 |
Laurent Charignon |
context: make warning message for hidden revision extensible
|
Sat, 25 Apr 2015 15:38:06 +0900 |
Yuya Nishihara |
annotate: always adjust linkrev before walking down to parents (issue4623)
stable
|
Sat, 18 Apr 2015 15:27:03 +0900 |
Yuya Nishihara |
annotate: prepare ancestry context of workingfilectx
stable
|
Sat, 18 Apr 2015 14:10:55 +0900 |
Yuya Nishihara |
committablefilectx: propagate ancestry info to parent to fix annotation
stable
|
Sat, 18 Apr 2015 14:03:41 +0900 |
Yuya Nishihara |
filectx: extract function to create parent fctx keeping ancestry info
stable
|
Sat, 18 Apr 2015 13:46:24 +0900 |
Yuya Nishihara |
filectx: factor out creation of parent fctx
stable
|
Sun, 12 Apr 2015 01:39:21 -0400 |
Matt Harbison |
match: add a subclass for dirstate normalizing of the matched patterns
|
Thu, 16 Apr 2015 18:30:08 -0500 |
Matt Mackall |
linkrev: fix issue with annotate of working copy
|
Thu, 16 Apr 2015 17:30:01 -0500 |
Matt Mackall |
merge with stable
|
Thu, 16 Apr 2015 22:33:53 +0900 |
Yuya Nishihara |
annotate: always prepare ancestry context of base fctx (issue4600)
stable
|
Thu, 09 Apr 2015 22:18:55 +0900 |
Yuya Nishihara |
committablectx: override manifestnode() to return None
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
manifest: move changectx.walk() to manifests
|
Mon, 06 Apr 2015 17:03:35 -0700 |
Martin von Zweigbergk |
changectx.walk: drop unnecessary call to match function
|
Thu, 19 Mar 2015 23:31:53 +0900 |
Yuya Nishihara |
committablefilectx: override linkrev() to point to the associated changectx
|
Fri, 20 Mar 2015 17:30:38 -0500 |
Matt Mackall |
merge with stable
|
Thu, 19 Mar 2015 23:57:34 -0700 |
Pierre-Yves David |
adjustlinkrev: handle 'None' value as source
stable
|
Thu, 19 Mar 2015 23:52:26 -0700 |
Pierre-Yves David |
adjustlinkrev: prepare source revs for ancestry only once
stable
|
Thu, 19 Mar 2015 19:52:23 -0700 |
Pierre-Yves David |
annotate: reuse ancestry context when adjusting linkrev (issue4532)
stable
|
Wed, 18 Mar 2015 11:42:09 -0700 |
Martin von Zweigbergk |
context.walk: walk all files when file and '.' given
|
Wed, 18 Mar 2015 09:26:26 -0700 |
Martin von Zweigbergk |
context.walk: call with util.all() a generator, not a list
|
Fri, 13 Mar 2015 20:34:52 -0400 |
Matt Harbison |
filectx: add a repo accessor
|
Fri, 13 Mar 2015 15:36:11 -0700 |
Drew Gottlieb |
manifest: have context use self.hasdir()
|
Fri, 13 Mar 2015 15:32:45 -0700 |
Drew Gottlieb |
manifest: add hasdir() to context
|
Fri, 13 Mar 2015 15:23:02 -0700 |
Drew Gottlieb |
manifest: have context's dirs() call its manifest's dirs()
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Thu, 12 Mar 2015 22:54:53 -0400 |
Matt Harbison |
context: add a repo accessor
|
Mon, 17 Nov 2014 00:00:25 -0500 |
Augie Fackler |
context: don't sort manifest entries
|
Thu, 05 Mar 2015 22:16:28 -0800 |
Durham Goode |
workingctx: use normal dirs() instead of dirstate.dirs()
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 20 Nov 2014 12:15:12 -0800 |
Martin von Zweigbergk |
context: use unfiltered repo for '.'
|
Sun, 01 Feb 2015 16:33:45 -0600 |
Matt Mackall |
filectx: use _descendantrev in parents()
stable
|
Sun, 01 Feb 2015 16:26:35 -0600 |
Matt Mackall |
filectx: if we have a _descendantrev, use it to adjust linkrev
stable
|
Sun, 01 Feb 2015 16:23:07 -0600 |
Matt Mackall |
filectx: use linkrev to sort ancestors
stable
|
Fri, 30 Jan 2015 16:02:28 +0000 |
Pierre-Yves David |
_adjustlinkrev: reuse ancestors set during rename detection (issue4514)
stable
|