Mon, 16 Jul 2018 16:21:12 +0200 |
Boris Feld |
context: reintroduce `ctx.descendant` as deprecated
|
file |
diff |
annotate
|
Thu, 12 Jul 2018 08:22:28 -0700 |
Martin von Zweigbergk |
context: rename descendant() to isancestorof()
|
file |
diff |
annotate
|
Thu, 12 Jul 2018 08:14:21 -0700 |
Martin von Zweigbergk |
revlog: delete isdescendantrev() in favor of isancestorrev()
|
file |
diff |
annotate
|
Wed, 11 Jul 2018 16:21:41 -0700 |
Martin von Zweigbergk |
revlog: replace descendant(b, a) by isdescendantrev(a, b) (API)
|
file |
diff |
annotate
|
Sat, 09 Jun 2018 20:53:12 +0900 |
Yuya Nishihara |
fileset: restrict getfileset() to not return a computed set (API)
|
file |
diff |
annotate
|
Fri, 06 Jul 2018 17:57:46 +0200 |
Joerg Sonnenberger |
ui: make the large file warning limit fully configurable
|
file |
diff |
annotate
|
Fri, 06 Jul 2018 16:45:44 -0700 |
Martin von Zweigbergk |
context: raise ProgrammingError on repo['my-tag']
|
file |
diff |
annotate
|
Fri, 06 Jul 2018 21:28:02 +0900 |
Yuya Nishihara |
context: remove unneeded alias of diffopts
|
file |
diff |
annotate
|
Sat, 23 Jun 2018 15:03:05 +0200 |
Boris Feld |
context: no longer accept diff options as dictionnary
|
file |
diff |
annotate
|
Sat, 23 Jun 2018 13:19:03 +0100 |
Boris Feld |
context: also accept diff option directly
|
file |
diff |
annotate
|
Wed, 23 May 2018 15:31:40 +0200 |
Boris Feld |
context: also take all other arguments than `patch.diff` accept
|
file |
diff |
annotate
|
Tue, 22 May 2018 15:02:52 +0200 |
Boris Feld |
context: explicitly take diffopts in `context.diff` (API)
|
file |
diff |
annotate
|
Thu, 28 Jun 2018 18:07:22 -0700 |
Kyle Lippincott |
unlinkpath: make empty directory removal optional (issue5901) (issue5826)
|
file |
diff |
annotate
|
Mon, 11 Jun 2018 10:05:23 -0700 |
Martin von Zweigbergk |
context: make workingctx.matches() filter our removed files (API)
|
file |
diff |
annotate
|
Fri, 18 May 2018 20:11:24 -0400 |
Augie Fackler |
context: fix %-formatting on Python 3
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 12:55:32 -0700 |
Martin von Zweigbergk |
context: convert to hex for error message only for 20-byte changeid
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 12:59:17 -0700 |
Martin von Zweigbergk |
context: clarify that only one attempt is made to interpret changeid
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 12:45:08 -0700 |
Martin von Zweigbergk |
context: only bother looking for broken dirstate for 20-byte changeid
|
file |
diff |
annotate
|
Sat, 28 Apr 2018 23:16:41 -0700 |
Martin von Zweigbergk |
context: drop support for looking up context by ambiguous changeid (API)
|
file |
diff |
annotate
|
Thu, 19 Apr 2018 19:55:51 +0900 |
Yuya Nishihara |
context: translate FilteredIndex/LookupError at repo[changeid] (API)
stable
|
file |
diff |
annotate
|
Mon, 16 Apr 2018 09:39:40 -0700 |
Martin von Zweigbergk |
context: clarify deprecation warning message
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 22:46:37 -0700 |
Martin von Zweigbergk |
scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 09:19:38 -0700 |
Martin von Zweigbergk |
context: set stack level for deprecation warning
|
file |
diff |
annotate
|
Sun, 08 Apr 2018 09:45:45 -0700 |
Martin von Zweigbergk |
context: add deprecation warnings for deprecated types of changeids
|
file |
diff |
annotate
|
Sun, 08 Apr 2018 08:06:34 -0700 |
Martin von Zweigbergk |
context: extract partial nodeid lookup method to scmutil
|
file |
diff |
annotate
|
Sun, 25 Mar 2018 18:31:22 +0900 |
Yuya Nishihara |
node: rename wdirnodes to clarify they are for manifest/filelogs
|
file |
diff |
annotate
|
Sun, 25 Mar 2018 18:27:43 +0900 |
Yuya Nishihara |
workingctx: build _manifest on filenode() or flags() request
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 09:34:44 -0700 |
Martin von Zweigbergk |
context: stop catching RepoLookupError from namespace.singlenode()
|
file |
diff |
annotate
|
Thu, 05 Apr 2018 14:03:33 -0700 |
Martin von Zweigbergk |
context: make repo[<filtered binary nodeid>] match node
|
file |
diff |
annotate
|
Thu, 05 Apr 2018 00:04:09 -0700 |
Martin von Zweigbergk |
context: move handling of filtering error to revsymbol() (API)
|
file |
diff |
annotate
|