log

age author description
Thu, 14 Jul 2016 20:14:19 -0700 Gregory Szorc sslutil: implement wrapserversocket()
Wed, 13 Jul 2016 00:14:50 -0700 Gregory Szorc hgweb: pass ui into preparehttpserver
Thu, 14 Jul 2016 03:12:09 -0700 Kostia Balytskyi rebase: remove sortedstate-related confusion
Thu, 14 Jul 2016 02:59:27 -0700 Kostia Balytskyi rebase: replace extrafn field with _makeextrafn invocations
Mon, 04 Jul 2016 11:18:03 -0700 Gregory Szorc mercurial: implement a source transforming module loader on Python 3
Fri, 15 Jul 2016 23:54:56 +0900 Yuya Nishihara compat: define ssize_t as int on 32bit Windows, silences C4142 warning
Sun, 22 May 2016 13:45:09 +0900 Yuya Nishihara commandserver: drop old unixservice implementation
Sun, 22 May 2016 13:36:37 +0900 Yuya Nishihara chgserver: switch to new forking service
Sun, 22 May 2016 13:13:04 +0900 Yuya Nishihara chgserver: extract stub factory of service object
Sun, 22 May 2016 13:08:30 +0900 Yuya Nishihara chgserver: reorder service classes to make future patches readable
Sun, 22 May 2016 11:43:18 +0900 Yuya Nishihara commandserver: add new forking server implemented without using SocketServer
Sun, 22 May 2016 12:49:22 +0900 Yuya Nishihara commandserver: extract function that serves for the current connection
Sun, 22 May 2016 12:44:25 +0900 Yuya Nishihara commandserver: manually create file objects from socket
Wed, 13 Jul 2016 10:46:26 +0200 Maciej Fijalkowski bdiff: split bdiff into cpy-aware and cpy-agnostic part
Wed, 13 Jul 2016 10:07:17 +0200 Maciej Fijalkowski bdiff: rename functions and structs to be amenable for later exporting
Wed, 13 Jul 2016 09:36:24 +0200 Maciej Fijalkowski bdiff: use ssize_t in favor of Py_ssize_t in cpython-unaware locations
Thu, 14 Jul 2016 12:33:44 +0800 Anton Shestakov hgweb: enumerate lines in loop header, not before
Wed, 13 Jul 2016 19:33:52 -0700 Gregory Szorc sslutil: add assertion to prevent accidental CA usage on Windows
Wed, 13 Jul 2016 16:16:18 +0100 Kostia Balytskyi shelve: make unshelve be able to abort in any case
Wed, 13 Jul 2016 10:39:33 -0400 Augie Fackler osx: explicitly build hg with /usr/bin/python2.7
Wed, 13 Jul 2016 11:26:44 -0400 Augie Fackler osx: correct comment about ordering of welcome page
Wed, 13 Jul 2016 11:24:31 -0400 Augie Fackler osx: jettison outdated build instructions
Sun, 22 May 2016 11:21:11 +0900 Yuya Nishihara commandserver: extract _cleanup() hook to clarify chg is doing differently
Sat, 21 May 2016 17:06:39 +0900 Yuya Nishihara chgserver: drop repo at chgunixservice.__init__()
Sat, 21 May 2016 16:52:04 +0900 Yuya Nishihara chgserver: extract utility to bind unix domain socket to long path
Sat, 21 May 2016 16:42:59 +0900 Yuya Nishihara chgserver: narrow scope of chdir() to socket.bind()
Mon, 11 Jul 2016 15:45:34 +0200 Denis Laxalde annotate: handle empty files earlier
Mon, 11 Jul 2016 14:44:19 +0200 Denis Laxalde context: eliminate handling of linenumber being None in annotate
Tue, 12 Jul 2016 22:26:04 -0700 Gregory Szorc tests: regenerate x509 test certificates
Tue, 12 Jul 2016 15:09:07 +0200 Denis Laxalde hgweb: add a link on node id in annotate hover-box
Tue, 12 Jul 2016 15:07:37 +0200 Denis Laxalde hgweb: move author information from left-column to hover-box in annotate view
Tue, 14 Jun 2016 11:01:30 +0200 Denis Laxalde hgweb: add links to diff and changeset in hover-box on annotate view
Tue, 28 Jun 2016 11:42:42 +0200 Denis Laxalde hgweb: add link to parents of annotated revision in annotate view
Mon, 11 Jul 2016 13:53:35 +0200 Maciej Fijalkowski compat: provide a declaration of ssize_t, for MS windows
Sat, 09 Jul 2016 23:04:03 -0400 Augie Fackler check-code: enforce (glob) on output lines containing 127.0.0.1
Sat, 09 Jul 2016 23:03:45 -0400 Augie Fackler tests: add (glob) annotations to output lines with 127.0.0.1
Sat, 09 Jul 2016 23:01:02 -0400 Augie Fackler run-tests: add support for using 127.0.0.1 as a glob
Tue, 12 Jul 2016 15:34:17 -0400 Augie Fackler check-code: only treat a # as a line in a t-test if it has a space before it
Tue, 12 Jul 2016 15:41:38 -0400 Augie Fackler test-export: be more aggressive about quoting ^
Tue, 12 Jul 2016 15:32:24 -0400 Augie Fackler test-check-shbang: work around check-code not wanting hardcoded paths
Tue, 12 Jul 2016 11:20:30 -0400 Augie Fackler tests: relax "Connection refused" match
Sat, 21 May 2016 15:23:21 +0900 Yuya Nishihara commandserver: backport handling of forking server from chgserver
Sat, 21 May 2016 15:18:23 +0900 Yuya Nishihara commandserver: promote .cleanup() hook from chgserver
Sat, 21 May 2016 15:12:19 +0900 Yuya Nishihara commandserver: extract method to create commandserver instance per request
Mon, 11 Jul 2016 21:40:02 +0900 Yuya Nishihara error: make hintable exceptions reject unknown keyword arguments (API)
Sat, 09 Jul 2016 14:28:30 +0900 Yuya Nishihara error: make HintException a mix-in class not derived from BaseException (API)
Wed, 06 Jul 2016 22:53:22 -0700 Gregory Szorc sslutil: move context options flags to _hostsettings
Wed, 06 Jul 2016 22:47:24 -0700 Gregory Szorc sslutil: move protocol determination to _hostsettings
Mon, 11 Jul 2016 13:40:02 -0700 Durham Goode share: don't recreate the source repo each time
Mon, 11 Jul 2016 10:44:18 +0200 Maciej Fijalkowski setup: prepare for future cffi modules by adding placeholder in setup
Fri, 08 Jul 2016 16:48:38 +0100 Martijn Pieters journal: add support for seaching by pattern
Mon, 11 Jul 2016 14:45:41 +0100 Martijn Pieters journal: add share extension support
Mon, 11 Jul 2016 13:39:24 +0100 Martijn Pieters journal: add dirstate tracking
Mon, 11 Jul 2016 08:54:13 -0500 Matt Mackall merge with stable
Wed, 06 Jul 2016 21:16:00 -0700 Gregory Szorc sslutil: try to find CA certficates in well-known locations
Wed, 06 Jul 2016 20:46:05 -0700 Gregory Szorc sslutil: issue warning when unable to load certificates on OS X
Thu, 30 Jun 2016 08:38:19 -0700 skarlage revert: don't backup if no files reverted in interactive mode (issue4793)
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: define command annotation locally for Mercurial earlier than 3.1
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: avoid using formatteropts for Mercurial earlier than 3.2
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: use locally defined revlog option list for Mercurial earlier than 3.7
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: define util.safehasattr forcibly for Mercurial earlier than 1.9.3
Tue, 05 Jul 2016 07:25:51 +0900 FUJIWARA Katsunori perf: add historical portability policy for future reference
Sat, 09 Jul 2016 14:01:55 +0800 Anton Shestakov tests: check ETag format in test-hgweb-commands
Sat, 09 Jul 2016 03:26:24 +0800 Anton Shestakov hgweb: emit a valid, weak ETag
Tue, 07 Jun 2016 15:35:58 +0200 Maciej Fijalkowski policy: add cffi policy for PyPy
Mon, 04 Jul 2016 10:04:11 -0700 Gregory Szorc sslutil: handle default CA certificate loading on Windows
Thu, 30 Jun 2016 19:54:12 -0700 Gregory Szorc sslutil: expand _defaultcacerts docstring to note calling assumptions
Mon, 04 Jul 2016 10:00:56 -0700 Gregory Szorc sslutil: document the Apple OpenSSL cert trick
Mon, 04 Jul 2016 09:58:45 -0700 Gregory Szorc sslutil: use certificates provided by certifi if available
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function
Fri, 01 Jul 2016 19:17:45 -0700 Gregory Szorc sslutil: don't attempt to find default CA certs file when told not to
Fri, 01 Jul 2016 19:04:39 -0700 Gregory Szorc sslutil: pass ui to _defaultcacerts
Fri, 01 Jul 2016 18:03:51 -0700 Gregory Szorc sslutil: change comment and logged message for found ca cert file
Fri, 01 Jul 2016 19:27:34 -0700 Gregory Szorc tests: better testing of loaded certificates
Fri, 01 Jul 2016 17:42:55 +0200 Kostia Balytskyi update: teach hg to override untracked dir with a tracked file on update
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move handling of obsolete commits to be a separate RR class method
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move rebase finish logic to be a method of the RR class
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move core rebase logic to be a method of the RR class
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move local variable 'extrafn' to the RR class
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move local variable 'currentbookmarks' to the RR class
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: make collapsing use explicit logic to decide on the rev to reuse
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move new rebase preparation to be a method of the RR class
Fri, 01 Jul 2016 14:09:53 +0200 Kostia Balytskyi rebase: move abort/continue prep to be a method of the RR class
Thu, 30 Jun 2016 18:59:53 -0700 Gregory Szorc hgweb: expose list of per-repo labels to templates
Tue, 21 Jun 2016 14:58:49 -0700 Sean Farley histedit: move autoverb rule to the commit it matches
Fri, 27 May 2016 14:03:00 -0700 Sean Farley histedit: use _getsummary in ruleeditor
Fri, 27 May 2016 14:02:36 -0700 Sean Farley histedit: use _getsummary in torule
Fri, 27 May 2016 14:00:12 -0700 Sean Farley histedit: extract common summary code into method
Thu, 26 May 2016 15:43:00 -0700 Sean Farley histedit: remove unneeded initial parameter
Thu, 26 May 2016 16:46:10 -0700 Sean Farley histedit: move autoverb logic from torule to ruleeditor
Thu, 30 Jun 2016 13:06:19 -0700 Martin von Zweigbergk treemanifests: actually strip directory manifests
Thu, 30 Jun 2016 15:26:11 +0100 Jun Wu logtoprocess: do not leak the ui object in uisetup
Wed, 29 Jun 2016 23:53:20 +0100 Jun Wu chgserver: document why we don't merge mtimehash and confighash
Thu, 30 Jun 2016 10:31:50 +0100 Jun Wu extensions: move uisetup and extsetup to standalone functions
Sat, 02 Jul 2016 09:41:40 -0700 Gregory Szorc sslutil: don't access message attribute in exception (issue5285) stable
Fri, 01 Jul 2016 16:02:56 -0500 Matt Mackall merge with stable
Fri, 01 Jul 2016 13:54:35 +0800 Anton Shestakov hgweb: add absolute urls for archives in json-summary
Fri, 01 Jul 2016 13:36:59 +0800 Anton Shestakov tests: allow bz2 archives in test-hgweb-json.t
Fri, 01 Jul 2016 19:17:16 +0530 Pulkit Goyal keepalive: switch from thread to threading module
Tue, 28 Jun 2016 16:01:53 +0530 Pulkit Goyal py3: conditionalize httplib import
Fri, 01 Jul 2016 15:12:33 -0500 Matt Mackall Added signature for changeset 26a5d605b868 stable
Fri, 01 Jul 2016 15:12:32 -0500 Matt Mackall Added tag 3.8.4 for changeset 26a5d605b868 stable
Sun, 26 Jun 2016 19:34:48 -0700 Gregory Szorc sslutil: synchronize hostname matching logic with CPython stable 3.8.4
Sun, 26 Jun 2016 19:16:54 -0700 Gregory Szorc tests: import CPython's hostname matching tests stable
Fri, 01 Jul 2016 07:41:37 -0300 Wagner Bruna i18n-pt_BR: synchronized with dd9175ca81dc stable
Wed, 29 Jun 2016 19:43:27 -0700 Gregory Szorc sslutil: emit warning when no CA certificates loaded
Wed, 29 Jun 2016 19:49:39 -0700 Gregory Szorc tests: test case where default ca certs not available
Wed, 29 Jun 2016 19:38:24 -0700 Gregory Szorc sslutil: don't load default certificates when they aren't relevant
Wed, 29 Jun 2016 19:37:38 -0700 Gregory Szorc sslutil: display a better error message when CA file loading fails
Wed, 29 Jun 2016 18:15:28 -0700 Gregory Szorc tests: add test for empty CA certs file
Mon, 06 Jun 2016 13:08:13 +0200 Maciej Fijalkowski internals: move the bitmanipulation routines into its own file
Fri, 24 Jun 2016 16:12:05 +0100 Martijn Pieters journal: new experimental extension
Mon, 27 Jun 2016 11:53:50 -0400 Augie Fackler httpclient: update to 54868ef054d2 of httpplus
Mon, 27 Jun 2016 20:44:14 +0900 Yuya Nishihara revset: check invalid function syntax "func-name"() explicitly
Tue, 28 Jun 2016 22:39:06 +0900 Yuya Nishihara chg: silence warning of unused parameter 'sig'
Wed, 29 Jun 2016 22:48:32 +0800 Anton Shestakov hgweb: reindent atom/changelogentry.tmpl
Wed, 29 Jun 2016 21:07:59 +0800 Anton Shestakov hgweb: remove unused/nonexistent filelogentry from atom/map
Wed, 29 Jun 2016 20:58:09 +0800 Anton Shestakov hgweb: remove unnecessary CDATA markup in atom/branchentry.tmpl
Wed, 29 Jun 2016 20:19:04 +0800 Anton Shestakov hgweb: reindent rss/changelogentry.tmpl
Wed, 29 Jun 2016 19:40:04 +0800 Anton Shestakov hgweb: remove a couple of superfluous spaces in rss style