Mercurial > hg
graph
-
tests: use debugdeltachain where appropriateMon, 02 Apr 2018 16:24:57 -0700, by Gregory Szorc
-
tests: don't use revlog paths in testsMon, 02 Apr 2018 15:55:50 -0700, by Gregory Szorc
-
templater: define interface for objects requiring unwrapvalue()Sat, 17 Mar 2018 21:03:16 +0900, by Yuya Nishihara
-
templater: extract private function to evaluate generator to byte stringFri, 23 Mar 2018 21:40:16 +0900, by Yuya Nishihara
-
templater: pass (context, mapping) down to unwrapvalue()Sun, 18 Mar 2018 23:14:21 +0900, by Yuya Nishihara
-
templater: drop unneeded generator from mappable objectSat, 17 Mar 2018 20:58:28 +0900, by Yuya Nishihara
-
templater: mark .gen as a private attributeSat, 17 Mar 2018 20:56:42 +0900, by Yuya Nishihara
-
templatekw: do not directly call .genSun, 18 Mar 2018 00:11:36 +0900, by Yuya Nishihara
-
templater: define interface for objects requiring unwraphybrid()Sat, 17 Mar 2018 20:52:50 +0900, by Yuya Nishihara
-
templater: pass (context, mapping) down to unwraphybrid()Sat, 17 Mar 2018 20:09:05 +0900, by Yuya Nishihara
-
scmutil: add method for looking up a context given a revision symbolMon, 02 Apr 2018 16:18:33 -0700, by Martin von Zweigbergk
-
narrow: add trailing slash to dir earlier for debug{revlog,index,data}Mon, 02 Apr 2018 23:52:43 -0700, by Martin von Zweigbergk
-
addremove: remove dry_run, similarity from scmutil.addremove (API)Sat, 31 Mar 2018 23:49:58 +0530, by Sushil khanchi
-
histedit: make errror message translatableTue, 03 Apr 2018 12:16:19 +0530, by Sangeet Kumar Mishra
-
context: drop support for changeid='' (API)Mon, 02 Apr 2018 09:18:01 -0700, by Martin von Zweigbergk
-
subrepo: use repo['.'] instead of repo['']Mon, 02 Apr 2018 08:43:08 -0700, by Martin von Zweigbergk
-
children: use repo['.'] instead of repo['']Tue, 03 Apr 2018 00:12:29 +0530, by Martin von Zweigbergk
-
revset: drop support for '' as alias for '.'Mon, 02 Apr 2018 09:16:52 -0700, by Martin von Zweigbergk
-
tests: add test showing current parse of empty string symbol in revsetMon, 02 Apr 2018 09:06:24 -0700, by Martin von Zweigbergk
-
clone: rename "rev" to "revs" since there can be manyMon, 02 Apr 2018 08:46:07 -0700, by Martin von Zweigbergk
-
parseurl: consistently call second output "branches"Sun, 01 Apr 2018 15:41:16 -0700, by Martin von Zweigbergk
-
templatefuncs: do not crash because of invalid value fed to mailmap()Sun, 01 Apr 2018 11:06:29 +0900, by Yuya Nishihara
-
scmutil: deprecate revpairnodes()Sat, 31 Mar 2018 23:34:15 -0700, by Martin von Zweigbergk
-
tests: use context-return revpair() in autodiffSun, 01 Apr 2018 09:30:44 -0700, by Martin von Zweigbergk
-
fileset: use context-returning revpair()Sat, 31 Mar 2018 23:26:07 -0700, by Martin von Zweigbergk
-
status: use context-returning revpair()Sat, 31 Mar 2018 23:31:28 -0700, by Martin von Zweigbergk
-
diff: simplify by converting contexts to nodeids a little laterSat, 31 Mar 2018 23:49:44 -0700, by Martin von Zweigbergk
-
diff: use context-returning revpair()Sat, 31 Mar 2018 23:25:02 -0700, by Martin von Zweigbergk
-
extdiff: use context-returning revpair()Sat, 31 Mar 2018 23:38:53 -0700, by Martin von Zweigbergk
-
scmutil: make revpair() return context objects (API)Sat, 31 Mar 2018 23:10:46 -0700, by Martin von Zweigbergk
-
scmutil: introduce deprecated alias for revpair()Sat, 31 Mar 2018 23:37:25 -0700, by Martin von Zweigbergk
-
lfs: ensure the transfer request is for a known URISat, 31 Mar 2018 23:58:08 -0400, by Matt Harbison
-
lfs: avoid an improper usage of os.path.basename() to parse a URISat, 31 Mar 2018 23:47:56 -0400, by Matt Harbison
-
lfs: add an experimental knob to disable blob servingSat, 31 Mar 2018 15:20:43 -0400, by Matt Harbison
-
stringutil: edit comment to reflect actual data type nameSat, 31 Mar 2018 13:01:20 -0400, by Connor Sheehan
-
stringutil: improve check for failed mailmap line parsingSat, 31 Mar 2018 11:36:55 -0400, by Connor Sheehan
-
stringutil: rename local email/names variables to their plural formsSat, 31 Mar 2018 10:21:39 -0400, by Connor Sheehan
-
templatefuncs: remove redundant "or author" from mailmap return statementSat, 31 Mar 2018 10:13:42 -0400, by Connor Sheehan
-
lfs: add the 'Content-Type' header called out in the file transfer specSat, 24 Feb 2018 19:56:59 -0500, by Matt Harbison
-
lfs: improve the client message when the server signals an object errorSun, 25 Feb 2018 23:44:02 -0500, by Matt Harbison
-
check-code: tighten the check for `ls -R`Sat, 31 Mar 2018 15:54:26 -0400, by Matt Harbison
-
infinitepush: add tests for `hg pull -r <rev>`Sat, 31 Mar 2018 16:41:17 +0530, by Pulkit Goyal
-
infinitepush: use bundleoperation.source instead of hacking on trSat, 31 Mar 2018 14:56:57 +0530, by Pulkit Goyal
-
bundle2: make source a mandatory argument for bundle2.applybundle() (API)Sat, 31 Mar 2018 14:54:12 +0530, by Pulkit Goyal
-
bundleoperation: pass the source argument from all the usersSat, 31 Mar 2018 14:51:34 +0530, by Pulkit Goyal
-
bunlde2: add 'source' as an optional argument to processbundle()Sat, 31 Mar 2018 14:49:16 +0530, by Pulkit Goyal
-
bundle2: add 'source' atrribute to bundleoperation classSat, 31 Mar 2018 14:47:43 +0530, by Pulkit Goyal
-
infinitepush: don't force ipv6 while connecting to mysql serverSat, 31 Mar 2018 10:13:05 -0700, by Pulkit Goyal
-
infinitepush: drop the default value of config options which are registeredSat, 31 Mar 2018 14:33:37 +0530, by Pulkit Goyal
-
infinitepush: replace `remotenames.hoist` with `remotenames.hoistedpeer`Sat, 31 Mar 2018 14:31:29 +0530, by Pulkit Goyal
-
templater: drop global exception catcher from runfilter() (API)Sun, 18 Mar 2018 16:57:07 +0900, by Yuya Nishihara
-
templatefilters: raise ProgrammingError if unencodable type passed to json()Sun, 18 Mar 2018 16:53:08 +0900, by Yuya Nishihara
-
templatefilters: handle TypeError by count()Sun, 18 Mar 2018 16:47:44 +0900, by Yuya Nishihara
-
keyword: declare input type of date filters as dateSun, 18 Mar 2018 17:02:39 +0900, by Yuya Nishihara
-
templatefilters: declare input type as date where appropriateSun, 18 Mar 2018 16:12:44 +0900, by Yuya Nishihara
-
templater: attach hint to input-type error of runfilter()Tue, 20 Mar 2018 22:57:36 +0900, by Yuya Nishihara
-
templatefuncs: use evaldate() where seems appropriateSun, 18 Mar 2018 15:58:22 +0900, by Yuya Nishihara
-
templater: factor out function that parses argument as date tupleSun, 18 Mar 2018 15:55:31 +0900, by Yuya Nishihara
-
templatefilters: declare input type as bytes where appropriateSun, 18 Mar 2018 15:42:28 +0900, by Yuya Nishihara
-
templatefilters: allow declaration of input data typeSun, 18 Mar 2018 15:14:58 +0900, by Yuya Nishihara