Wed, 10 Aug 2016 04:35:44 +0530 |
Pulkit Goyal |
py3: conditionalize _winreg import
|
Mon, 08 Aug 2016 23:51:11 +0530 |
Pulkit Goyal |
py3: conditionalize the raise statement
|
Tue, 09 Aug 2016 09:02:51 +0000 |
Hannes Oldenburg |
match: added matchessubrepo method to matcher
|
Mon, 08 Aug 2016 22:06:07 -0700 |
Gregory Szorc |
changegroup: move branch cache debug message to proper location
|
Mon, 08 Aug 2016 18:05:10 +0200 |
Pierre-Yves David |
journal: take wlock for writting the 'shared' file
|
Sun, 07 Aug 2016 17:15:19 +0200 |
Pierre-Yves David |
debugbuilddag: take wlock to cover '.hg/localtags'
|
Mon, 08 Aug 2016 17:33:45 +0200 |
Pierre-Yves David |
fakemergerecord: take wlock to write the merge state
|
Sun, 07 Aug 2016 17:10:47 +0200 |
Pierre-Yves David |
shared: take wlock for writting the 'shared' file
|
Sun, 07 Aug 2016 17:00:45 +0200 |
Pierre-Yves David |
mq: take wlock when 'qqueue' is doing write operations
|
Tue, 09 Aug 2016 02:28:34 +0900 |
FUJIWARA Katsunori |
py3: make check-py3-compat.py use correct module name at loading pure modules
|
Tue, 09 Aug 2016 02:28:34 +0900 |
FUJIWARA Katsunori |
py3: update output of check-py3-compat.py with python3
|
Sun, 07 Aug 2016 10:06:56 +0900 |
Yuya Nishihara |
mpatch: raise MemoryError instead of mpatchError if lalloc() failed
|
Sun, 07 Aug 2016 18:09:58 -0700 |
Gregory Szorc |
hgweb: config option to control zlib compression level
|
Sat, 06 Aug 2016 17:04:22 -0700 |
Gregory Szorc |
help: don't try to render a section on sub-topics
|
Fri, 05 Aug 2016 15:01:16 +0200 |
Pierre-Yves David |
branchmap: remove extra indent
|
Fri, 05 Aug 2016 15:00:53 +0200 |
Pierre-Yves David |
branchmap: simplify error handlind when writing rev branch cache
|
Fri, 05 Aug 2016 14:57:16 +0200 |
Pierre-Yves David |
branchmap: acquires lock before writting the rev branch cache
|
Fri, 05 Aug 2016 14:54:46 +0200 |
Pierre-Yves David |
branchmap: preparatory indent of indent the branch rev writing code
|
Sun, 07 Aug 2016 09:47:07 +0900 |
Yuya Nishihara |
mpatch: silence warning about maybe-uninitialized variable
|
Sun, 07 Aug 2016 09:40:30 +0900 |
Yuya Nishihara |
mpatch: change lalloc() to local function
|
Sun, 07 Aug 2016 09:49:07 +0900 |
Yuya Nishihara |
mpatch: remove superfluous whitespaces
|
Sun, 07 Aug 2016 14:06:20 +0000 |
Hannes Oldenburg |
cmdutil: remove duplicated badmatch call in cat()
|
Fri, 05 Aug 2016 15:48:09 +0200 |
Pierre-Yves David |
statichttprepo: do not try to write caches
|
Sat, 06 Aug 2016 22:24:33 +0900 |
FUJIWARA Katsunori |
demandimport: omit default value of "level" at construction of _demandmod
|
Sat, 06 Aug 2016 22:24:33 +0900 |
FUJIWARA Katsunori |
demandimport: import sub-module relatively as expected (issue5208)
|
Sat, 06 Aug 2016 15:00:34 -0700 |
Gregory Szorc |
wireproto: remove gboptslist (API)
|
Sat, 06 Aug 2016 13:55:21 -0700 |
Gregory Szorc |
wireproto: unescape argument names in batch command (BC)
|
Sat, 06 Aug 2016 13:46:28 -0700 |
Gregory Szorc |
wireproto: consolidate code for obtaining "cmds" argument value
|
Fri, 05 Aug 2016 15:35:02 -0400 |
Augie Fackler |
revlog: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:56 -0400 |
Augie Fackler |
md5sum: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:46 -0400 |
Augie Fackler |
util: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:39 -0400 |
Augie Fackler |
url: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:30 -0400 |
Augie Fackler |
sshserver: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:22 -0400 |
Augie Fackler |
sshpeer: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:14 -0400 |
Augie Fackler |
patch: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 14:00:08 -0400 |
Augie Fackler |
commands: use `iter(callable, sentinel)` instead of while True
|
Fri, 05 Aug 2016 13:59:58 -0400 |
Augie Fackler |
changegroup: use `iter(callable, sentinel)` instead of while True
|
Wed, 27 Jul 2016 21:44:49 +0900 |
Yuya Nishihara |
extdiff: isolate path variable of saved command to independent paragraph
|
Wed, 27 Jul 2016 21:42:24 +0900 |
Yuya Nishihara |
extdiff: export __doc__ of saved command for translation
|
Wed, 27 Jul 2016 21:40:42 +0900 |
Yuya Nishihara |
extdiff: refactor closure of saved diff command as a top-level class
|
Wed, 27 Jul 2016 21:53:14 +0900 |
Yuya Nishihara |
i18n: use inspect.getsourcelines() to obtain lineno from func or class
|
Fri, 05 Aug 2016 21:21:33 +0900 |
Yuya Nishihara |
chg: just take it as EOF if recv() returns 0
|
Thu, 04 Aug 2016 16:56:50 +0200 |
Pierre-Yves David |
vfs: use propertycache for open
|
Mon, 08 Aug 2016 16:47:42 +0200 |
Mathias De Maré |
help: add example of '[templates]' usage
stable
|
Fri, 05 Aug 2016 17:27:51 -0400 |
Augie Fackler |
check-commit: allow underbars in cffi_-prefix function names
|
Fri, 05 Aug 2016 13:08:11 -0400 |
Augie Fackler |
bundlerepo: add support for treemanifests in cg3 bundles
|
Fri, 05 Aug 2016 11:19:22 -0400 |
Augie Fackler |
auditvfs: forward options property from nested vfs
|
Thu, 04 Aug 2016 14:13:35 -0400 |
Augie Fackler |
bundlerepo: use supportedincomingversions instead of allsupportedversions
|
Fri, 05 Aug 2016 13:07:58 -0400 |
Augie Fackler |
bundlerepo: introduce method to find file starts and use it
|
Fri, 05 Aug 2016 13:09:50 -0400 |
Augie Fackler |
bundlerevlog: use for loop over iterator instead of while True
|
Fri, 05 Aug 2016 13:09:24 -0400 |
Augie Fackler |
bundlerepo: use for loop over iterator instead of while True
|
Fri, 05 Aug 2016 12:47:03 -0400 |
Augie Fackler |
localrepo: jettison now-unused dirlog() method from localrepo
|
Fri, 05 Aug 2016 13:01:01 -0400 |
Augie Fackler |
repair: build dirlogs using manifest, rather than repo shortcut method
|
Fri, 05 Aug 2016 13:00:33 -0400 |
Augie Fackler |
cmdutil: open dirlogs via manifest property, not via repo
|
Fri, 05 Aug 2016 16:34:30 -0400 |
Augie Fackler |
wirepeer: rename confusing `source` parameter
|
Fri, 05 Aug 2016 13:44:17 +0200 |
Pierre-Yves David |
develwarn: use the lock helper in local repo
|
Fri, 05 Aug 2016 16:25:15 -0400 |
Augie Fackler |
exchange: correctly specify url to unbundle (issue5145)
stable
|
Sat, 19 Mar 2016 17:19:03 -0700 |
Yuya Nishihara |
debugextension: change "testedwith" to a list (BC)
|
Sun, 10 Jul 2016 22:07:34 +0900 |
Yuya Nishihara |
debugextensions: unindent nested if
|
Sun, 10 Jul 2016 22:06:13 +0900 |
Yuya Nishihara |
debugextensions: give short name to util.version()
|
Sun, 10 Jul 2016 21:59:43 +0900 |
Yuya Nishihara |
debugextensions: simply keep testedwith variable as a list
|
Thu, 28 Jul 2016 16:27:35 -0400 |
Augie Fackler |
test-treemanifest: ensure manifest command isn't broken
|
Thu, 04 Aug 2016 00:32:19 +0530 |
Pulkit Goyal |
py3: use unicode literals in pure/osutil.py
|
Thu, 04 Aug 2016 00:21:14 +0530 |
Pulkit Goyal |
py3: use unicode literals in crecord.py
|
Thu, 04 Aug 2016 00:15:39 +0530 |
Pulkit Goyal |
py3: use unicode literals in changelog.py
|
Mon, 25 Jul 2016 15:10:52 +0200 |
Maciej Fijalkowski |
mpatch: write a cffi version of mpatch.patches
|
Fri, 22 Jul 2016 17:28:05 +0200 |
Maciej Fijalkowski |
mpatch: remove dependency on Python.h in mpatch.c
|
Mon, 18 Jul 2016 19:02:30 +0200 |
Maciej Fijalkowski |
mpatch: split mpatch into two files
|
Mon, 18 Jul 2016 16:25:14 +0200 |
Maciej Fijalkowski |
mpatch: provide things that will be exported later with a prefixed name
|
Mon, 18 Jul 2016 15:14:40 +0200 |
Maciej Fijalkowski |
mpatch: change Py_ssize_t to ssize_t in places that will be later copied
|
Wed, 03 Aug 2016 22:07:52 -0700 |
Gregory Szorc |
discovery: move code to create outgoing from roots and heads
|
Wed, 03 Aug 2016 16:23:26 +0200 |
Pierre-Yves David |
bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
|
Wed, 03 Aug 2016 15:52:11 +0200 |
Pierre-Yves David |
tests: remove all remaining usage of experimental.bundle2-exp
|
Wed, 03 Aug 2016 15:39:55 +0200 |
Pierre-Yves David |
tests: use 'legacy.exchange' option in various mixed tests
|
Wed, 03 Aug 2016 15:34:03 +0200 |
Pierre-Yves David |
tests: use 'legacy.exchange' option in various bundle1 tests
|
Tue, 02 Aug 2016 15:23:03 +0200 |
Pierre-Yves David |
tests: use 'legacy.exchange' option in 'test-bundle2-exchange.t'
|
Wed, 03 Aug 2016 16:42:10 +0200 |
Pierre-Yves David |
bundlerepo: also read the 'devel.legacy.exchange' config
|
Tue, 02 Aug 2016 14:48:21 +0200 |
Pierre-Yves David |
bundle2: add a devel option controling bundle version used for exchange
|
Wed, 03 Aug 2016 15:01:23 +0200 |
Pierre-Yves David |
bundle2: rename the _canusebundle2 method to _forcebundle1
|
Wed, 03 Aug 2016 14:24:09 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-bookmark-pushpull.t
|
Thu, 04 Aug 2016 19:51:03 +0800 |
Anton Shestakov |
tests: update bugzilla link in test-issue1175.t
|
Sun, 31 Jul 2016 17:11:48 +0900 |
Yuya Nishihara |
journal: use fm.formatdate() to pass date tuple in appropriate type (BC)
|
Sun, 31 Jul 2016 17:07:29 +0900 |
Yuya Nishihara |
formatter: add function to convert date tuple to appropriate format
|
Sun, 31 Jul 2016 16:56:26 +0900 |
Yuya Nishihara |
journal: use fm.formatlist() to pass hashes in appropriate type (BC)
|
Sun, 10 Jul 2016 21:03:06 +0900 |
Yuya Nishihara |
formatter: add function to convert list to appropriate format (issue5217)
|
Sun, 31 Jul 2016 16:38:16 +0900 |
Yuya Nishihara |
journal: use fm.hexfunc() to get full hash in JSON/template output (BC)
|
Thu, 04 Aug 2016 00:04:48 +0530 |
Pulkit Goyal |
py3: update test-check-py3-compat.t output
|
Tue, 02 Aug 2016 16:51:27 +0200 |
Pierre-Yves David |
deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
|
Tue, 02 Aug 2016 14:54:06 +0200 |
Pierre-Yves David |
tests: remove initial bundle2 enabling in various bundle2 tests
|
Tue, 02 Aug 2016 15:44:51 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-largefiles.t
|
Tue, 02 Aug 2016 15:05:57 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-tags.t
|
Sat, 23 Jul 2016 13:08:43 +0900 |
Yuya Nishihara |
templatekw: change joinfmt to a mandatory argument of _hybrid object
|
Mon, 01 Aug 2016 17:38:01 -0700 |
Durham Goode |
convert: move svn config initializer out of the module level
stable
|
Thu, 04 Aug 2016 19:53:46 +0800 |
Anton Shestakov |
osx: update bugzilla link in readme
stable
|
Thu, 04 Aug 2016 19:50:25 +0800 |
Anton Shestakov |
win32: update link to mailing list in readme
stable
|
Thu, 04 Aug 2016 19:50:06 +0800 |
Anton Shestakov |
win32: update wiki link in mercurial.ini
stable
|
Thu, 04 Aug 2016 19:49:07 +0800 |
Anton Shestakov |
debian: update source URL in copyright file
stable
|
Thu, 04 Aug 2016 10:42:03 +0800 |
Anton Shestakov |
help: update link to wiki/CommandServer
stable
|
Mon, 18 Jul 2016 23:12:09 +0900 |
Yuya Nishihara |
url: drop compatibility wrapper of socket.create_connection()
|
Sat, 14 May 2016 14:37:25 +0900 |
Yuya Nishihara |
doc: remove double imports of inspect from hgmanpage.py
|
Tue, 05 May 2015 10:51:34 +0900 |
Yuya Nishihara |
merge: concatenate default conflict marker at parsing phase of .py
|
Tue, 02 Aug 2016 03:54:17 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-push-warn.t
|
Tue, 02 Aug 2016 03:53:48 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-phases-exchanges.t
|
Tue, 02 Aug 2016 03:53:17 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-obsolete.t
|
Tue, 02 Aug 2016 03:53:05 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-http-proxy.t
|
Tue, 02 Aug 2016 03:50:58 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-hook.t
|
Tue, 02 Aug 2016 03:50:42 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-acl.t
|
Mon, 01 Aug 2016 13:14:13 -0400 |
Augie Fackler |
merge with stable
|
Mon, 01 Aug 2016 12:37:25 -0400 |
Augie Fackler |
Added signature for changeset 299546f84e68
stable
|
Mon, 01 Aug 2016 12:37:23 -0400 |
Augie Fackler |
Added tag 3.9 for changeset 299546f84e68
stable
|
Mon, 01 Aug 2016 12:11:56 -0400 |
Augie Fackler |
merge with i18n
stable 3.9
|
Mon, 01 Aug 2016 06:08:27 +0900 |
FUJIWARA Katsunori |
doc: make previous line of certificate example end with "::"
stable
|
Mon, 01 Aug 2016 06:08:27 +0900 |
FUJIWARA Katsunori |
doc: fix incorrect use of rst hg role in help text
stable
|
Mon, 01 Aug 2016 06:08:26 +0900 |
FUJIWARA Katsunori |
doc: use field rst syntax to show keywords in debugdeltachain help correctly
stable
|
Mon, 01 Aug 2016 06:08:26 +0900 |
FUJIWARA Katsunori |
revset: refactor to make xgettext put i18n comments into hg.pot file
stable
|
Mon, 01 Aug 2016 06:08:26 +0900 |
FUJIWARA Katsunori |
doc: omit useless _() invocation
stable
|
Mon, 01 Aug 2016 06:08:25 +0900 |
FUJIWARA Katsunori |
doc: trim newline at the end of exception message
stable
|
Mon, 01 Aug 2016 08:27:22 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 6fd751fa58d3
stable
|
Sun, 31 Jul 2016 05:39:59 +0900 |
FUJIWARA Katsunori |
demandimport: avoid infinite recursion at actual module importing (issue5304)
stable
|
Fri, 29 Jul 2016 00:45:24 +0200 |
Pierre-Yves David |
packagelib: do not remove packages directory in hggetversion (issue5262)
stable
|
Fri, 29 Jul 2016 00:39:59 +0200 |
Pierre-Yves David |
make: introduce a target to clean everything but packages
stable
|
Fri, 29 Jul 2016 12:46:07 +0100 |
Kim Randell |
url: avoid re-issuing incorrect password (issue3210)
stable
|
Wed, 27 Jul 2016 15:22:36 -0500 |
Matt Mackall |
date: accept broader range of ISO 8601 time specs
stable
|
Wed, 27 Jul 2016 15:20:34 -0500 |
Matt Mackall |
date: parse ISO-style Z and +hh:mm timezone specs
stable
|
Wed, 27 Jul 2016 15:14:19 -0500 |
Matt Mackall |
date: refactor timezone parsing
stable
|
Thu, 28 Jul 2016 08:53:36 -0700 |
Gregory Szorc |
tests: glob over ssl error
stable
|
Wed, 27 Jul 2016 13:57:51 +0100 |
Christian Ebert |
keyword: avoid traceback when kwdemo is run outside a repo
stable
|
Wed, 27 Jul 2016 08:38:54 +0000 |
Hannes Oldenburg |
cmdutil: warnings not issued in cat if subrepopath overlaps
stable
|
Mon, 25 Jul 2016 17:00:42 +0200 |
Gábor Stefanik |
graft: use opts.get() consistently
stable
|
Mon, 25 Jul 2016 12:00:55 -0700 |
Gregory Szorc |
sslutil: work around SSLContext.get_ca_certs bug on Windows (issue5313)
stable
|
Mon, 18 Jul 2016 16:25:35 -0500 |
Matt Mackall |
extdiff: escape path for docstring (issue5301)
stable
|
Thu, 21 Jul 2016 15:55:47 -0700 |
Kostia Balytskyi |
update: fix bug when update tries to modify folder symlink
stable
|
Mon, 25 Jul 2016 12:59:52 +0800 |
Anton Shestakov |
spartan: make annotate popup use theme colors
stable
|
Mon, 25 Jul 2016 12:37:58 +0800 |
Anton Shestakov |
monoblue: make annotate popup use theme colors
stable
|
Mon, 25 Jul 2016 12:33:18 +0800 |
Anton Shestakov |
gitweb: make annotate popup use theme colors
stable
|
Mon, 25 Jul 2016 12:22:17 +0800 |
Anton Shestakov |
paper: make annotate popup use theme colors
stable
|
Fri, 22 Jul 2016 22:12:12 +0900 |
Yuya Nishihara |
templatekw: fix join format of parents keyword (issue5292)
stable
|
Fri, 22 Jul 2016 22:00:46 +0900 |
Yuya Nishihara |
templatekw: fix join format of revset() function
stable
|
Fri, 22 Jul 2016 11:29:42 +0000 |
Hannes Oldenburg |
cmdutil: warnings not issued in remove if subrepopath overlaps
stable
|
Wed, 20 Jul 2016 14:12:45 -0500 |
Matt Mackall |
merge with i18n
stable
|
Tue, 19 Jul 2016 19:01:11 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 519bb4f9d3a4
stable
|
Tue, 19 Jul 2016 21:09:58 -0700 |
Gregory Szorc |
sslutil: improve messaging around unsupported protocols (issue5303)
stable
|
Tue, 19 Jul 2016 20:30:29 -0700 |
Gregory Szorc |
sslutil: capture string string representation of protocol
stable
|
Tue, 19 Jul 2016 20:16:51 -0700 |
Gregory Szorc |
sslutil: allow TLS 1.0 when --insecure is used
stable
|
Tue, 19 Jul 2016 19:57:34 -0700 |
Gregory Szorc |
hg: copy [hostsecurity] options to remote ui instances (issue5305)
stable
|
Mon, 18 Jul 2016 22:25:09 +0200 |
Mads Kiilerich |
rbc: fix superfluous rebuilding from scratch - don't abuse self._rbcnamescount
stable
|
Mon, 18 Jul 2016 22:23:44 +0200 |
Mads Kiilerich |
rbc: test case for incorrect and too aggressive invalidation of invalid caches
stable
|
Tue, 19 Jul 2016 10:15:35 -0700 |
Gregory Szorc |
util: better handle '-' in version string (issue5302)
stable
|
Tue, 19 Jul 2016 11:00:32 -0500 |
Kevin Bullock |
convert: update use of deprecated bzrlib property
stable
|
Tue, 19 Jul 2016 21:16:44 +0900 |
Yuya Nishihara |
hghave: fix typo of sslutil.supportedprotocols
stable
|
Tue, 19 Jul 2016 03:29:53 -0700 |
Simon Farnsworth |
rebase: turn rebase revs into set before filtering obsolete
stable
|
Mon, 18 Jul 2016 15:59:08 +0100 |
Jun Wu |
commandserver: update comment about setpgid
stable
|
Sun, 17 Jul 2016 22:55:47 +0100 |
Jun Wu |
chg: forward SIGINT, SIGHUP to process group
stable
|
Mon, 18 Jul 2016 23:31:51 -0500 |
Matt Mackall |
Added signature for changeset 519bb4f9d3a4
stable
|
Mon, 18 Jul 2016 23:31:50 -0500 |
Matt Mackall |
Added tag 3.9-rc for changeset 519bb4f9d3a4
stable
|
Mon, 18 Jul 2016 23:28:14 -0500 |
Matt Mackall |
merge default into stable for 3.9 code freeze
stable 3.9-rc
|
Mon, 18 Jul 2016 22:22:38 +0200 |
Mads Kiilerich |
rbc: fix invalid rbc-revs entries caused by missing cache growth
|
Mon, 18 Jul 2016 22:21:42 +0200 |
Mads Kiilerich |
rbc: test case for cache file not growing correctly, causing bad new entries
|
Mon, 18 Jul 2016 18:55:06 +0100 |
Jun Wu |
chg: handle EOF reading data block
|
Mon, 18 Jul 2016 11:27:27 -0700 |
Gregory Szorc |
sslutil: more robustly detect protocol support
|
Mon, 11 Jul 2016 11:05:08 +0200 |
Maciej Fijalkowski |
osutil: add darwin-only version of os.listdir using cffi
|
Sun, 05 Jun 2016 12:29:08 +0900 |
Yuya Nishihara |
url: drop support for proxying HTTP (not HTTPS) over CONNECT tunneling
|
Sat, 21 May 2016 18:16:39 +0900 |
Yuya Nishihara |
chgserver: rename private functions and variables of chgunixservicehandler
|
Sun, 22 May 2016 14:06:37 +0900 |
Yuya Nishihara |
chgserver: refactor initialization of real/base addresses
|
Sun, 22 May 2016 14:05:34 +0900 |
Yuya Nishihara |
chgserver: reorder functions in chgunixservicehandler
|
Sat, 21 May 2016 18:15:20 +0900 |
Yuya Nishihara |
chgserver: use ui.debug() to print server debug messages
|
Sun, 05 Jun 2016 12:18:20 +0900 |
Yuya Nishihara |
ssl: remove special case of web.cacerts=! from remoteui()
|
Sun, 17 Jul 2016 15:13:51 -0700 |
Gregory Szorc |
bundle2: store changeset count when creating file bundles
|
Sun, 17 Jul 2016 15:10:30 -0700 |
Gregory Szorc |
util: implement a deterministic __repr__ on sortdict
|
Sun, 17 Jul 2016 14:51:00 -0700 |
Gregory Szorc |
bundle2: use a sorted dict for holding parameters
|
Fri, 15 Jul 2016 13:41:34 -0700 |
Gregory Szorc |
wireproto: extract repo filtering to standalone function
|
Thu, 14 Jul 2016 19:16:46 -0700 |
Gregory Szorc |
url: add distribution and version to user-agent request header (BC)
|
Sat, 16 Jul 2016 14:48:58 +0900 |
Yuya Nishihara |
commandserver: use SOMAXCONN as queue size of pending connections
|
Sat, 16 Jul 2016 14:46:31 +0900 |
Yuya Nishihara |
commandserver: rename _serveworker() to _runworker()
|
Sun, 22 May 2016 13:53:32 +0900 |
Yuya Nishihara |
commandserver: separate initialization and cleanup of forked process
|
Sat, 21 May 2016 18:14:13 +0900 |
Yuya Nishihara |
commandserver: unindent superfluous "if True" blocks
|
Sun, 17 Jul 2016 19:48:04 +0530 |
Pulkit Goyal |
pycompat: make pycompat demandimport friendly
|
Mon, 18 Jul 2016 08:55:30 +0100 |
Jun Wu |
run-tests: make --local set --with-chg if --chg is used
|
Mon, 18 Jul 2016 08:45:46 +0100 |
Jun Wu |
run-tests: allow --local to set multiple attributes
|
Sun, 17 Jul 2016 23:05:59 +0100 |
Jun Wu |
chg: add pgid to hgclient struct
|
Sun, 17 Jul 2016 22:56:05 +0100 |
Jun Wu |
commandserver: send pgid in hello message
|
Sun, 17 Jul 2016 11:28:01 -0700 |
Gregory Szorc |
tests: update test certificate generation instructions
|
Sun, 17 Jul 2016 11:03:08 -0700 |
Gregory Szorc |
sslutil: move comment about protocol constants
|
Sun, 17 Jul 2016 10:59:32 -0700 |
Gregory Szorc |
sslutil: support defining cipher list
|
Sun, 17 Jul 2016 10:50:51 -0700 |
Gregory Szorc |
hghave: add test for Python 2.7+
|
Sat, 16 Jul 2016 15:06:19 +0800 |
Anton Shestakov |
spartan: make different blocks of annotated lines have different colors
|
Sat, 16 Jul 2016 15:06:04 +0800 |
Anton Shestakov |
monoblue: make different blocks of annotated lines have different colors
|
Sat, 16 Jul 2016 15:00:36 +0800 |
Anton Shestakov |
gitweb: make different blocks of annotated lines have different colors
|
Sat, 16 Jul 2016 14:49:07 +0800 |
Anton Shestakov |
paper: make different blocks of annotated lines have different colors
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
tests: check importing modules in perf.py for historical portability
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
tests: introduce check-perf-code.py to add extra checks on perf.py
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
check-code: move fixing up regexp into main procedure
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
check-code: factor out boot procedure into main
|
Fri, 20 May 2016 09:47:35 +0900 |
FUJIWARA Katsunori |
perf: import newer modules separately for earlier Mercurial
|
Wed, 13 Jul 2016 23:38:29 +0530 |
Pulkit Goyal |
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
|
Fri, 15 Jul 2016 23:00:31 +0530 |
Pulkit Goyal |
py3: re-implement the BaseHTTPServer.test() function
|
Fri, 15 Jul 2016 12:39:36 -0400 |
Augie Fackler |
test-http: use sed instead of fixed-with cut for reading access.log
|
Fri, 15 Jul 2016 12:34:15 -0400 |
Augie Fackler |
test-serve: add missing globs
|
Fri, 15 Jul 2016 12:49:58 -0400 |
Augie Fackler |
tests: glob whitespace between path and OK in unzip(1) output
|
Wed, 13 Jul 2016 21:49:17 -0700 |
Gregory Szorc |
sslutil: print a warning when using TLS 1.0 on legacy Python
|
Wed, 13 Jul 2016 21:35:54 -0700 |
Gregory Szorc |
sslutil: require TLS 1.1+ when supported
|
Thu, 14 Jul 2016 20:47:22 -0700 |
Gregory Szorc |
sslutil: config option to specify TLS protocol version
|
Thu, 14 Jul 2016 20:07:10 -0700 |
Gregory Szorc |
sslutil: prevent CRIME
|
Thu, 14 Jul 2016 19:56:39 -0700 |
Gregory Szorc |
sslutil: update comment about create_default_context()
|
Wed, 13 Jul 2016 20:41:07 -0700 |
Gregory Szorc |
tests: use sslutil.wrapserversocket()
|
Tue, 12 Jul 2016 23:12:03 -0700 |
Gregory Szorc |
hgweb: use sslutil.wrapserversocket()
|
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
|
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
|