log

age author description
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
Mon, 27 Jun 2016 19:10:30 +0530 Pulkit Goyal py3: add tests in check-code to load modules from util.py
Mon, 27 Jun 2016 16:48:54 +0530 Pulkit Goyal py3: conditionalize SocketServer import
Mon, 27 Jun 2016 16:37:37 +0530 Pulkit Goyal py3: conditionalize xmlrpclib import
Mon, 27 Jun 2016 16:16:10 +0530 Pulkit Goyal py3: conditionalize the urlparse import
Mon, 27 Jun 2016 15:53:38 +0530 Pulkit Goyal py3: update tests/test-check-py3-compat.t
Fri, 24 Jun 2016 15:21:10 +0100 Jun Wu chg: send SIGPIPE to server immediately when pager exits (issue5278)
Fri, 24 Jun 2016 17:06:41 +0100 Jun Wu chgserver: do not ignore SIGPIPE if pager is used
Fri, 24 Jun 2016 11:12:41 -0700 Martin von Zweigbergk debug: make debug{revlog,index,data} --dir not just a flag
Fri, 24 Jun 2016 11:25:55 -0700 Martin von Zweigbergk debugdata: disallow trailing option with -c/-m
Sun, 26 Jun 2016 17:16:57 +0900 Yuya Nishihara revset: get rid of redundant error checking from match()
Fri, 24 Jun 2016 10:32:38 +0100 Martijn Pieters share: move magic string to a constant
Sat, 12 Mar 2016 16:08:19 -0800 Gregory Szorc branchmap: remove unused exception variable
Mon, 27 Jun 2016 12:11:18 +0200 Henrik Stuart patch: allow copy information to be passed in
Thu, 23 Jun 2016 22:37:17 +0200 liscju largefiles: check file in the repo store before checking remotely (issue5257)
Mon, 27 Jun 2016 10:33:33 +0200 liscju largefiles: remove additional blank lines
Fri, 24 Jun 2016 09:08:16 +0200 liscju largefiles: fix misleading comments in lfutil instore and storepath
Sat, 25 Jun 2016 19:10:46 -0700 Gregory Szorc revset: implement match() in terms of matchany()
Sat, 25 Jun 2016 19:12:20 -0700 Gregory Szorc scmutil: improve documentation of revset APIs
Sat, 25 Jun 2016 13:52:46 -0700 Gregory Szorc mdiff: remove use of __slots__
Sat, 25 Jun 2016 17:40:53 -0700 Gregory Szorc i18n: use unicode literal
Sat, 25 Jun 2016 17:22:06 -0700 Gregory Szorc pycompat: add HTTPPasswordMgrWithDefaultRealm to Python 3 block
Sun, 26 Jun 2016 07:59:02 -0700 Gregory Szorc ui: path option to declare which revisions to push by default
Sat, 25 Jun 2016 18:35:14 -0700 Gregory Szorc ui: don't fixup [paths] sub-options
Sat, 25 Jun 2016 07:26:43 -0700 Gregory Szorc sslutil: abort when unable to verify peer connection (BC)
Sat, 25 Jun 2016 07:32:02 -0700 Gregory Szorc sslutil: remove out of place comment
Fri, 24 Jun 2016 11:51:00 +0200 liscju largefiles: remove additional blank line between methods in localstore
Thu, 23 Jun 2016 12:37:09 -0700 Martin von Zweigbergk revset: make head() honor order of subset
Thu, 23 Jun 2016 13:08:10 -0700 Martin von Zweigbergk revsets: use itervalues() where only values are needed
Thu, 23 Jun 2016 12:39:05 -0700 Martin von Zweigbergk revsets: passing a set to baseset() is not wrong
Fri, 24 Jun 2016 02:04:43 +0200 Pierre-Yves David pyflakes: use pycompat.pickles to prevent error
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move local variable 'obsoletenotrebased' to the RR class
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move restorestestatus function to be a method of the RR class
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move local variables related to keeping things unchanged to the RR
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move local variables 'date' and 'extrafns' to the RR class
Tue, 21 Jun 2016 06:29:23 -0700 Kostia Balytskyi rebase: move collapse-related local variables to the RR class
Tue, 21 Jun 2016 07:22:49 -0700 Kostia Balytskyi rebase: pass repo, ui and opts objects to the RR class constructor
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: build translation table for repquote in global for efficiency
Tue, 21 Jun 2016 00:50:39 +0900 FUJIWARA Katsunori check-code: detect "missing _() in ui message" more exactly
Wed, 22 Jun 2016 21:30:49 +0100 Jun Wu revlog: add a fast path for "ambiguous identifier"
Thu, 23 Jun 2016 20:45:37 -0400 Augie Fackler import-checker: ensure cffi is always a system module
Thu, 23 Jun 2016 18:21:25 +0100 Martijn Pieters atomictempfile: add context manager support
Thu, 23 Jun 2016 18:20:58 +0100 Martijn Pieters atomictempfile: add read to the supported file operations
Thu, 23 Jun 2016 18:18:33 +0100 Martijn Pieters atomictempfile: remove test ordering
Thu, 23 Jun 2016 17:35:43 +0100 Martijn Pieters atomictempfile: use a tempdir to keep the test environment clean
Wed, 22 Jun 2016 22:02:25 +0900 Yuya Nishihara test-revset: show how inconsistent the ordering of compound expressions is
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Tue, 07 Jun 2016 12:10:01 +0200 Denis Laxalde hgweb: display blamed revision once per block in annotate view
Thu, 02 Jun 2016 16:26:50 +0200 Denis Laxalde hgweb: highlight data of the current revision in annotate view
Tue, 21 Jun 2016 17:15:51 +0100 Martijn Pieters bashcompletion: show available command-line switches for aliases
Mon, 20 Jun 2016 23:31:45 +0530 Pulkit Goyal py3: shift from __future__ import absolute import to beginning (issue5269)
Mon, 20 Jun 2016 23:24:55 +0200 liscju pull: add help information about pulling active bookmark
Fri, 10 Jun 2016 10:31:42 +0200 Laura Médioni templates: add support for search webcommand in json style
Mon, 06 Jun 2016 15:14:11 +0200 Laura Médioni templates: add support for summary webcommand in json style
Fri, 03 Jun 2016 12:32:42 +0200 Laura Médioni templates: add support for filerevision webcommand in json style
Fri, 03 Jun 2016 11:28:22 +0200 Laura Médioni templates: add support for filelog webcommand in json style
Thu, 09 Jun 2016 12:41:57 +0200 liscju largefiles: make cloning not ask two times about password (issue4883)
Thu, 09 Jun 2016 11:41:36 +0200 liscju url: remember http password database in ui object
Sun, 05 Jun 2016 23:36:23 +0200 liscju url: extract password database from password manager
Wed, 01 Jun 2016 22:58:57 +0200 liscju bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
Sun, 19 Jun 2016 02:17:33 +0900 FUJIWARA Katsunori demandimport: delay loading for "from a import b" with absolute_import
Sun, 19 Jun 2016 02:15:09 +0900 FUJIWARA Katsunori import-checker: increase portability for python 2.6.x
Fri, 17 Jun 2016 20:06:09 +0100 Martijn Pieters scmutil: allow access to filecache descriptor on class
Fri, 17 Jun 2016 16:59:08 +0100 Kostia Balytskyi rebase: do not abort if all changesets have equivalents in the destination
Thu, 16 Jun 2016 15:15:33 -0700 Martin von Zweigbergk changegroup: don't send empty subdirectory manifest groups
Wed, 15 Jun 2016 23:49:56 +0900 Yuya Nishihara chg: ignore SIGINT while waiting pager termination
Wed, 15 Jun 2016 23:32:00 +0900 Yuya Nishihara chg: reset signal handlers to default before waiting pager
Thu, 16 Jun 2016 09:15:12 -0700 Mike Miller help: document that [subpaths] may rewrite relative paths stable
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori doc: describe detail about checkambig optional argument
Sun, 12 Jun 2016 14:07:26 +0900 Yuya Nishihara ui: provide official way to reset internal state per command
Sat, 11 Jun 2016 10:17:49 +0900 Yuya Nishihara revset: extract function that validates sort() arguments
Wed, 15 Jun 2016 21:26:45 +0900 Yuya Nishihara revset: build dict of extra sort options before evaluating set
Sat, 11 Jun 2016 10:15:40 +0900 Yuya Nishihara revset: build list of (key, reverse) pairs before sorting
Wed, 15 Jun 2016 20:37:24 +0900 Yuya Nishihara revset: fix crash on empty sort key
Mon, 13 Jun 2016 22:41:45 +0100 Kostia Balytskyi rebase: move local variable 'targetancestors' to the RR class
Mon, 13 Jun 2016 22:40:59 +0100 Kostia Balytskyi rebase: move local variable 'skipped' to the RR class
Mon, 13 Jun 2016 22:38:54 +0100 Kostia Balytskyi rebase: move local variable 'target' to the RR class
Mon, 13 Jun 2016 22:36:13 +0100 Kostia Balytskyi rebase: introduce a rebaseruntime (RR) class
Wed, 15 Jun 2016 21:36:31 +0100 Jun Wu chg: change default connect timeout to 60 seconds
Tue, 14 Jun 2016 18:14:42 -0700 Durham Goode tests: increase test-https malform error glob
Tue, 14 Jun 2016 11:21:41 +0200 liscju largefiles: make storefactory._openstore public
Mon, 13 Jun 2016 23:50:26 +0200 liscju bookmarks: abort 'push -B .' when no active bookmark
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at restoring from backup
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori localrepo: make restoring from backup at rollback avoid ambiguity of file stat
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori dirstate: make restoring from backup avoid ambiguity of file stat
Sat, 11 Jun 2016 20:59:49 +0200 Denis Laxalde tests: drop a duplicated instruction
Tue, 14 Jun 2016 14:52:58 -0500 Matt Mackall merge with stable
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: add new topographical sort
Mon, 13 Jun 2016 18:20:00 +0100 Martijn Pieters revset: move groupbranchiter over from graphmod
Tue, 14 Jun 2016 11:05:36 +0100 Martijn Pieters revset: record if a set is in topographical order
Mon, 13 Jun 2016 21:30:14 +0100 Jun Wu chg: make timeout adjustable
Sat, 11 Jun 2016 20:25:49 +0100 Jun Wu chg: exec pager in child process
Mon, 13 Jun 2016 13:16:17 +0100 Jun Wu tests: move chg pager test to test-pager.t
Fri, 10 Jun 2016 00:13:23 -0400 Augie Fackler util: drop local aliases for md5, sha1, sha256, and sha512
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Fri, 10 Jun 2016 00:25:07 -0400 Augie Fackler pathencode: use hashlib.sha1 directly instead of indirecting through util
Fri, 10 Jun 2016 00:10:34 -0400 Augie Fackler revlog: use hashlib.sha1 directly instead of through util
Fri, 10 Jun 2016 00:10:06 -0400 Augie Fackler store: use hashlib.sha1 directly instead of through util
Fri, 10 Jun 2016 00:14:43 -0400 Augie Fackler similar: delete extra newline at EOF
Fri, 10 Jun 2016 00:14:10 -0400 Augie Fackler scmutil: delete extra newline at EOF
Wed, 08 Jun 2016 16:18:43 +0100 Martijn Pieters graphmod: avoid sorting when already sorted
Tue, 07 Jun 2016 20:29:54 -0700 Gregory Szorc sslutil: per-host config option to define certificates
Fri, 27 May 2016 23:18:38 +0900 Yuya Nishihara tests: add basic tests for SMTP over SSL
Fri, 27 May 2016 22:43:47 +0900 Yuya Nishihara tests: add dummy SMTP daemon for SSL tests
Fri, 27 May 2016 22:40:09 +0900 Yuya Nishihara tests: extract SSL certificates from test-https.t
Tue, 31 May 2016 21:49:49 +0900 Yuya Nishihara check-code: make 'ls' pattern less invasive
Tue, 07 Jun 2016 08:32:33 +0200 Henrik Stuart largefiles: fix support for local largefiles while using share extension stable
Thu, 09 Jun 2016 13:47:42 -0500 Matt Mackall merge with stable
Tue, 07 Jun 2016 11:57:11 +0200 Denis Laxalde crecord: drop unused "operation" parameter from filterpatch function
Tue, 07 Jun 2016 10:37:19 +0200 Denis Laxalde patch: define full messages for interactive record/revert
Wed, 01 Jun 2016 15:16:38 +0200 Denis Laxalde hgweb: remove unused code in annotate web command
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Thu, 02 Jun 2016 17:11:32 -0500 Matt Mackall bdiff: remove effectively dead code stable
Thu, 02 Jun 2016 17:09:06 -0500 Matt Mackall bdiff: extend matches across popular lines stable
Fri, 03 Jun 2016 21:49:26 +0900 Yuya Nishihara test-revset: fix test vector for ordering issue of matching()
Fri, 20 May 2016 01:42:04 +0200 liscju largefiles: rename match_ to matchmod import in lfutil
Thu, 12 May 2016 11:49:23 +0200 liscju largefiles: rename match_ to matchmod import in reposetup
Thu, 12 May 2016 11:48:39 +0200 liscju largefiles: rename match_ to matchmod import in overrides
Thu, 12 May 2016 11:36:51 +0200 liscju largefiles: rename match_ to matchmod import in lfcommands
Tue, 10 May 2016 15:20:04 +0200 liscju py3: make largefiles/wirestore.py use absolute_import
Tue, 10 May 2016 15:14:41 +0200 liscju py3: make largefiles/uisetup.py use absolute_import
Tue, 10 May 2016 15:04:22 +0200 liscju py3: make largefiles/reposetup.py use absolute_import
Tue, 10 May 2016 15:00:22 +0200 liscju py3: make largefiles/remotestore.py use absolute_import
Tue, 10 May 2016 14:41:58 +0200 liscju py3: make largefiles/proto.py use absolute_import
Tue, 10 May 2016 14:26:36 +0200 liscju py3: make largefiles/overrides.py use absolute_import
Tue, 10 May 2016 14:20:51 +0200 liscju py3: make largefiles/localstore.py use absolute_import
Tue, 10 May 2016 15:09:22 +0200 liscju py3: make largefiles/lfutil.py use absolute_import
Sat, 07 May 2016 15:44:46 +0200 liscju py3: make largefiles/lfcommands.py use absolute_import
Fri, 06 May 2016 14:30:23 +0200 liscju py3: make largefiles/basestore.py use absolute_import
Fri, 06 May 2016 14:28:32 +0200 liscju py3: make largefiles/__init__.py use absolute_import
Sat, 04 Jun 2016 16:53:44 +0200 liscju largefiles: move basestore._openstore into new module to remove cycle
Thu, 02 Jun 2016 22:39:01 +0100 Kostia Balytskyi revset: make filteredset.__nonzero__ respect the order of the filteredset
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori phases: make writing phaseroots file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori dirstate: make writing branch file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori dirstate: make writing dirstate file out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori bookmarks: make writing files out avoid ambiguity of file stat
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori transaction: avoid ambiguity of file stat at closing transaction
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori util: add __ne__ to filestat class for consistency
Sat, 16 Apr 2016 16:01:24 -0700 Pierre-Yves David style: remove namespace class
Sat, 16 Apr 2016 15:59:30 -0700 Pierre-Yves David style: don't use capital letter for constant
Thu, 02 Jun 2016 16:18:44 -0700 Danek Duvall tests-subrepo-git: use "f" to dump pwned.txt, for portability stable
Wed, 01 Jun 2016 21:40:52 +0200 Mads Kiilerich bundle2: don't assume ordering of heads checked after push stable
Sat, 04 Jun 2016 11:16:08 -0700 Gregory Szorc sslutil: print the fingerprint from the last hash used
Tue, 31 May 2016 19:21:08 -0700 Gregory Szorc sslutil: make cert fingerprints messages more actionable
Mon, 30 May 2016 15:43:03 -0700 Gregory Szorc sslutil: refactor code for fingerprint matching
Mon, 30 May 2016 15:42:39 -0700 Gregory Szorc sslutil: print SHA-256 fingerprint by default
Mon, 30 May 2016 13:15:53 -0700 Gregory Szorc sslutil: move and change warning when cert verification is disabled
Wed, 01 Jun 2016 19:57:20 -0700 Gregory Szorc sslutil: add devel.disableloaddefaultcerts to disable CA loading
Mon, 30 May 2016 11:20:31 -0700 Gregory Szorc sslutil: store flag for whether cert verification is disabled
Mon, 30 May 2016 11:19:43 -0700 Gregory Szorc sslutil: remove "strict" argument from validatesocket()
Sat, 04 Jun 2016 11:13:28 -0700 Gregory Szorc mail: unsupport smtp.verifycert (BC)
Tue, 05 Apr 2016 07:30:01 +0200 liscju update: fix bare --clean to work on new branch (issue5003) (BC)
Fri, 03 Jun 2016 15:55:07 +0200 Denis Laxalde revert: use "discard"/"revert" verb when reverting interactively (issue5143)
Tue, 05 Apr 2016 01:35:58 +0000 timeless run-tests: add support for RTUNICODEPEDANTRY environment variable
Fri, 27 May 2016 05:24:45 +0000 timeless obsolete: fix grammar
Sun, 03 Apr 2016 20:49:30 +0000 timeless tests: add run-test .testtimes basic testing
Tue, 31 May 2016 21:02:30 +0900 FUJIWARA Katsunori check-code: make repquote distinguish more characters for exact detection
Tue, 31 May 2016 21:02:30 +0900 FUJIWARA Katsunori check-code: centralize rules depending on implementation of repquote
Tue, 31 May 2016 21:02:30 +0900 FUJIWARA Katsunori check-code: use fixedmap for replacement of space characters
Tue, 31 May 2016 20:58:10 +0900 FUJIWARA Katsunori check-code: replace quoted characters correctly
Sat, 21 May 2016 21:43:29 +0900 Yuya Nishihara test-chg: add basic tests for server lifecycle
Sun, 20 Mar 2016 14:59:03 -0700 Yuya Nishihara test-chg: run only with chg
Thu, 26 May 2016 17:36:44 -0700 Mateusz Kwapich distate: add assertions to backup functions
Wed, 01 Jun 2016 15:48:38 -0500 Matt Mackall Added signature for changeset a9764ab80e11 stable
Wed, 01 Jun 2016 15:48:30 -0500 Matt Mackall Added tag 3.8.3 for changeset a9764ab80e11 stable
Tue, 24 May 2016 13:29:53 -0700 Mateusz Kwapich shelve: use backup functions instead of manually copying dirstate
Wed, 25 May 2016 16:36:16 -0700 Mateusz Kwapich dirstate: don't use actualfilename to name the backup file
Sat, 28 May 2016 12:58:46 -0700 Gregory Szorc sslutil: reference appropriate config section in messaging
Sat, 28 May 2016 12:37:36 -0700 Gregory Szorc sslutil: allow fingerprints to be specified in [hostsecurity]
Wed, 09 Mar 2016 19:55:45 +0000 timeless debuginstall: expose modulepolicy
Sat, 14 May 2016 19:52:00 +0900 Yuya Nishihara revset: define table of sort() key functions
Sat, 14 May 2016 19:46:18 +0900 Yuya Nishihara revset: factor out reverse flag of sort() key
Sat, 28 May 2016 12:29:59 -0700 Gregory Szorc tests: don't save host fingerprints in hgrc
Sat, 28 May 2016 11:58:28 -0700 Gregory Szorc sslutil: calculate host fingerprints from additional algorithms
Sat, 28 May 2016 12:57:28 -0700 Gregory Szorc util: add sha256
Sat, 28 May 2016 12:53:33 -0700 Gregory Szorc sslutil: move CA file processing into _hostsettings()
Sat, 28 May 2016 11:41:21 -0700 Gregory Szorc sslutil: move SSLContext.verify_mode value into _hostsettings
Sat, 28 May 2016 11:12:02 -0700 Gregory Szorc sslutil: introduce a function for determining host-specific settings
Fri, 27 May 2016 15:20:03 -0700 Danek Duvall tests-subrepo-git: emit a different "pwned" message based on the test stable 3.8.3
Fri, 27 May 2016 15:10:38 -0700 Danek Duvall tests-subrepo-git: make the "pwned" message output in a stable order stable
Fri, 27 May 2016 11:14:29 -0700 Danek Duvall test-cache-abuse: correct for different hunk headers between Solaris and GNU stable
Fri, 27 May 2016 21:24:05 +0200 Javi Merino lazymanifest: fix typo s/typles/tuples/ stable
Wed, 25 May 2016 19:57:31 -0700 Gregory Szorc sslutil: remove sslkwargs() (API)
Wed, 25 May 2016 19:57:02 -0700 Gregory Szorc url: remove use of sslkwargs
Wed, 25 May 2016 19:56:20 -0700 Gregory Szorc mail: remove use of sslkwargs
Wed, 25 May 2016 19:54:06 -0700 Gregory Szorc httpconnection: remove use of sslkwargs
Wed, 25 May 2016 19:52:02 -0700 Gregory Szorc sslutil: move sslkwargs logic into internal function (API)
Wed, 25 May 2016 19:43:22 -0700 Gregory Szorc sslutil: remove ui from sslkwargs (API)
Wed, 25 May 2016 16:09:07 -0700 Mateusz Kwapich dirstate: remove file from copymap on drop
Thu, 26 May 2016 02:35:44 +0000 timeless run-tests: use json.dumps(separators=)
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori debugignore: make messages translatable
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori grep: make a message translatable
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori subrepo: make a message translatable
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori merge: make messages translatable
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori httppeer: make a message translatable
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori notify: make a message translatable
Thu, 26 May 2016 01:57:34 +0900 FUJIWARA Katsunori gpg: make a message translatable
Mon, 23 May 2016 14:09:50 -0700 Martijn Pieters revset: use getargsdict for sort()
Wed, 25 May 2016 15:32:35 -0500 Matt Mackall merge with stable
Thu, 12 May 2016 22:29:05 -0400 Augie Fackler changegroup: extract method that sorts nodes to send
Wed, 11 May 2016 23:24:41 +0000 timeless hg: disable demandimport for py3
Sun, 15 May 2016 10:48:05 +0900 Yuya Nishihara tests: enable import checker for all python files (including no .py files)
Sun, 15 May 2016 10:45:32 +0900 Yuya Nishihara tests: make 'f' utility import hashlib unconditionally
Sun, 15 May 2016 10:41:01 +0900 Yuya Nishihara tests: fix typo of shebang prefix in test-check-pyflakes.t
Sun, 15 May 2016 10:40:26 +0900 Yuya Nishihara hghave: silence future pyflakes warning of unused import
Sun, 15 May 2016 10:39:44 +0900 Yuya Nishihara tests: remove unused import from 'f' utility
Tue, 24 May 2016 23:36:27 +0200 liscju bookmarks: allow pushing active bookmark on new remote head (issue5236) stable
Sun, 15 May 2016 11:50:49 -0700 Gregory Szorc sslutil: remove redundant check of sslsocket.cipher()
Sun, 15 May 2016 11:38:38 -0700 Gregory Szorc sslutil: convert socket validation from a class to a function (API)
Sun, 15 May 2016 11:32:11 -0700 Gregory Szorc sslutil: store and use hostname and ui in socket instance
Sun, 15 May 2016 11:25:07 -0700 Gregory Szorc sslutil: use a dict for hanging hg state off the wrapped socket
Thu, 05 May 2016 19:10:18 -0700 Gregory Szorc sslutil: require serverhostname argument (API)
Wed, 18 May 2016 16:37:32 -0500 Matt Mackall annotate: optimize line counting
Mon, 16 May 2016 14:21:39 -0700 Gregory Szorc purge: use opts.get()