log

age author description
Sun, 01 Apr 2018 15:41:16 -0700 Martin von Zweigbergk parseurl: consistently call second output "branches"
Sun, 01 Apr 2018 11:06:29 +0900 Yuya Nishihara templatefuncs: do not crash because of invalid value fed to mailmap()
Sat, 31 Mar 2018 23:34:15 -0700 Martin von Zweigbergk scmutil: deprecate revpairnodes()
Sun, 01 Apr 2018 09:30:44 -0700 Martin von Zweigbergk tests: use context-return revpair() in autodiff
Sat, 31 Mar 2018 23:26:07 -0700 Martin von Zweigbergk fileset: use context-returning revpair()
Sat, 31 Mar 2018 23:31:28 -0700 Martin von Zweigbergk status: use context-returning revpair()
Sat, 31 Mar 2018 23:49:44 -0700 Martin von Zweigbergk diff: simplify by converting contexts to nodeids a little later
Sat, 31 Mar 2018 23:25:02 -0700 Martin von Zweigbergk diff: use context-returning revpair()
Sat, 31 Mar 2018 23:38:53 -0700 Martin von Zweigbergk extdiff: use context-returning revpair()
Sat, 31 Mar 2018 23:10:46 -0700 Martin von Zweigbergk scmutil: make revpair() return context objects (API)
Sat, 31 Mar 2018 23:37:25 -0700 Martin von Zweigbergk scmutil: introduce deprecated alias for revpair()
Sat, 31 Mar 2018 23:58:08 -0400 Matt Harbison lfs: ensure the transfer request is for a known URI
Sat, 31 Mar 2018 23:47:56 -0400 Matt Harbison lfs: avoid an improper usage of os.path.basename() to parse a URI
Sat, 31 Mar 2018 15:20:43 -0400 Matt Harbison lfs: add an experimental knob to disable blob serving
Sat, 31 Mar 2018 13:01:20 -0400 Connor Sheehan stringutil: edit comment to reflect actual data type name
Sat, 31 Mar 2018 11:36:55 -0400 Connor Sheehan stringutil: improve check for failed mailmap line parsing
Sat, 31 Mar 2018 10:21:39 -0400 Connor Sheehan stringutil: rename local email/names variables to their plural forms
Sat, 31 Mar 2018 10:13:42 -0400 Connor Sheehan templatefuncs: remove redundant "or author" from mailmap return statement
Sat, 24 Feb 2018 19:56:59 -0500 Matt Harbison lfs: add the 'Content-Type' header called out in the file transfer spec
Sun, 25 Feb 2018 23:44:02 -0500 Matt Harbison lfs: improve the client message when the server signals an object error
Sat, 31 Mar 2018 15:54:26 -0400 Matt Harbison check-code: tighten the check for `ls -R`
Sat, 31 Mar 2018 16:41:17 +0530 Pulkit Goyal infinitepush: add tests for `hg pull -r <rev>`
Sat, 31 Mar 2018 14:56:57 +0530 Pulkit Goyal infinitepush: use bundleoperation.source instead of hacking on tr
Sat, 31 Mar 2018 14:54:12 +0530 Pulkit Goyal bundle2: make source a mandatory argument for bundle2.applybundle() (API)
Sat, 31 Mar 2018 14:51:34 +0530 Pulkit Goyal bundleoperation: pass the source argument from all the users
Sat, 31 Mar 2018 14:49:16 +0530 Pulkit Goyal bunlde2: add 'source' as an optional argument to processbundle()
Sat, 31 Mar 2018 14:47:43 +0530 Pulkit Goyal bundle2: add 'source' atrribute to bundleoperation class
Sat, 31 Mar 2018 10:13:05 -0700 Pulkit Goyal infinitepush: don't force ipv6 while connecting to mysql server
Sat, 31 Mar 2018 14:33:37 +0530 Pulkit Goyal infinitepush: drop the default value of config options which are registered
Sat, 31 Mar 2018 14:31:29 +0530 Pulkit Goyal infinitepush: replace `remotenames.hoist` with `remotenames.hoistedpeer`