Sat, 20 Aug 2016 23:06:01 +0200 |
Maciej Fijalkowski |
bdiff: implement cffi version of bdiff
|
Thu, 28 Jul 2016 14:17:08 +0200 |
Maciej Fijalkowski |
bdiff: implement cffi version of blocks
|
Fri, 19 Aug 2016 13:30:40 -0700 |
Tony Tung |
util: checknlink should remove file it creates if an exception occurs
|
Tue, 23 Aug 2016 17:58:53 -0700 |
Siddharth Agarwal |
merge: remove files with extra actions from merge action list
|
Mon, 22 Aug 2016 21:48:50 -0700 |
Gregory Szorc |
revlog: use an LRU cache for delta chain bases
|
Mon, 22 Aug 2016 20:17:36 -0700 |
Gregory Szorc |
revlog: remove unused variables
|
Mon, 22 Aug 2016 20:30:37 -0700 |
Gregory Szorc |
util: properly implement lrucachedict.get()
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: change changectx to access manifest via manifestlog
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: use property instead of field for manifest revlog storage
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: introduce manifestlog and manifestctx classes
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: make manifest derive from manifestrevlog
|
Wed, 17 Aug 2016 13:25:13 -0700 |
Durham Goode |
manifest: break mancache into two caches
|
Thu, 18 Aug 2016 11:32:02 -0400 |
Augie Fackler |
dispatch: explicitly pass fancyopts optional arg as a keyword
|
Sat, 20 Aug 2016 23:05:18 +0200 |
Maciej Fijalkowski |
osutil: fix the bug on OS X when we return more in listdir
|
Sun, 21 Aug 2016 08:03:22 +0000 |
Hannes Oldenburg |
histedit: use samefile function from cmdutil
|
Sun, 21 Aug 2016 08:00:18 +0000 |
Hannes Oldenburg |
cmdutil: extract samefile function from amend()
|
Fri, 22 Apr 2016 21:32:30 +0900 |
Yuya Nishihara |
templater: rename "right" argument of pad() function
|
Fri, 22 Apr 2016 21:29:13 +0900 |
Yuya Nishihara |
templater: make pad() evaluate boolean argument (BC)
|
Thu, 18 Aug 2016 16:29:22 +0900 |
Yuya Nishihara |
templater: fix if() to not evaluate False as bool('False')
|
Thu, 18 Aug 2016 15:55:07 +0900 |
Yuya Nishihara |
templater: make it clearer that _flatten() omits None
|
Thu, 18 Aug 2016 17:25:10 +0200 |
Gábor Stefanik |
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
|
Wed, 17 Aug 2016 13:43:13 -0500 |
Matt Mackall |
coal: use inheritance to derive from paper
|
Wed, 17 Aug 2016 13:40:27 -0500 |
Matt Mackall |
templater: add inheritance support to style maps
|
Thu, 18 Aug 2016 18:43:48 +0900 |
Yuya Nishihara |
killdaemons: prevent killing all user processes by bad pid file
|
Wed, 17 Aug 2016 20:56:12 +0900 |
Yuya Nishihara |
py3: automatically glob out line numbers from check-py3-compat output
|
Wed, 17 Aug 2016 20:52:50 +0900 |
Yuya Nishihara |
py3: have check-py3-compat require pygments to get stable result
|
Tue, 09 Aug 2016 17:06:35 +0200 |
Pierre-Yves David |
computeoutgoing: move the function from 'changegroup' to 'exchange'
|
Tue, 09 Aug 2016 17:00:38 +0200 |
Pierre-Yves David |
getchangegroup: take an 'outgoing' object as argument (API)
|
Tue, 09 Aug 2016 22:31:38 +0200 |
Pierre-Yves David |
outgoing: add a 'missingroots' argument
|
Tue, 09 Aug 2016 15:55:44 +0200 |
Pierre-Yves David |
outgoing: adds some default value for argument
|
Tue, 09 Aug 2016 15:26:53 +0200 |
Pierre-Yves David |
outgoing: pass a repo object to the constructor
|
Tue, 16 Aug 2016 08:21:16 +0000 |
Hannes Oldenburg |
match: remove matchessubrepo method (API)
|
Tue, 16 Aug 2016 08:15:12 +0000 |
Hannes Oldenburg |
subrepo: cleanup of subrepo filematcher logic
|
Sun, 14 Aug 2016 14:46:24 +0900 |
Yuya Nishihara |
pycompat: delay loading modules registered to stub
|
Tue, 16 Aug 2016 12:35:15 +0900 |
Yuya Nishihara |
py3: import builtin wrappers automagically by code transformer
|
Sun, 14 Aug 2016 12:51:21 +0900 |
Yuya Nishihara |
py3: provide (del|get|has|set)attr wrappers that accepts bytes
|
Sun, 14 Aug 2016 12:44:13 +0900 |
Yuya Nishihara |
py3: check python version to enable builtins hack
|
Sun, 14 Aug 2016 12:41:54 +0900 |
Yuya Nishihara |
py3: move xrange alias next to import lines
|
Tue, 16 Aug 2016 17:15:54 +0900 |
Yuya Nishihara |
check-code: allow assignment to hasattr variable
|
Mon, 15 Aug 2016 16:07:55 +0900 |
Yuya Nishihara |
debugobsolete: add formatter support (issue5134)
|
Mon, 15 Aug 2016 12:58:33 +0900 |
Yuya Nishihara |
formatter: add function to convert dict to appropriate format
|
Mon, 15 Aug 2016 17:17:39 +0900 |
Yuya Nishihara |
check-code: make dict() pattern less invasive
|
Sun, 14 Aug 2016 21:29:46 -0700 |
Gregory Szorc |
hgweb: tweak zlib chunking behavior
|
Sun, 14 Aug 2016 17:07:05 +0900 |
Yuya Nishihara |
test-gpg: run migration of v1 secret keys beforehand
|
Sun, 14 Aug 2016 17:01:33 +0900 |
Yuya Nishihara |
test-gpg: start gpg-agent under control of the test runner
|
Sun, 14 Aug 2016 16:49:47 +0900 |
Yuya Nishihara |
test-gpg: make temporary copy of GNUPGHOME
|
Mon, 15 Aug 2016 20:39:33 -0700 |
Gregory Szorc |
hgweb: document why we don't allow untrusted settings to control zlib
|
Sun, 14 Aug 2016 18:37:24 -0700 |
Gregory Szorc |
hgweb: profile HTTP requests
|
Sun, 14 Aug 2016 16:03:30 -0700 |
Gregory Szorc |
hgweb: abstract call to hgwebdir wsgi function
|
Sun, 14 Aug 2016 18:28:43 -0700 |
Gregory Szorc |
profiling: don't error with statprof when profiling has already started
|
Sun, 14 Aug 2016 17:51:12 -0700 |
Gregory Szorc |
profiling: add a context manager that no-ops if profiling isn't enabled
|
Sun, 14 Aug 2016 18:25:22 -0700 |
Gregory Szorc |
profiling: make profiling functions context managers (API)
|
Sun, 14 Aug 2016 16:35:58 -0700 |
Gregory Szorc |
dispatch: set profiling.enabled when profiling is enabled
|
Sun, 14 Aug 2016 16:30:44 -0700 |
Gregory Szorc |
profiling: move profiling code from dispatch.py (API)
|
Mon, 15 Aug 2016 12:26:02 -0400 |
Augie Fackler |
merge with stable
|
Sat, 13 Aug 2016 04:21:42 +0530 |
Pulkit Goyal |
pycompat: avoid using an extra function
|
Sat, 13 Aug 2016 03:03:01 +0530 |
Pulkit Goyal |
pycompat: remove multiple occurences of urlencode
|
Fri, 12 Aug 2016 17:51:48 -0400 |
Augie Fackler |
osx: stamp the hg version into the version field in the pkg
|
Thu, 28 Jul 2016 14:18:01 +0200 |
Maciej Fijalkowski |
performance: disable workaround for an old bug of Python gc
|
Fri, 12 Aug 2016 05:56:40 -0700 |
Simon Farnsworth |
merge: always use other, not remote, in user prompts
|
Fri, 12 Aug 2016 06:01:42 -0700 |
Simon Farnsworth |
merge: use labels in prompts to the user
|
Tue, 09 Aug 2016 09:15:46 -0700 |
Mateusz Kwapich |
journal: use the dirstate parentchange callbacks
|
Thu, 11 Aug 2016 08:00:41 -0700 |
Mateusz Kwapich |
dirstate: add callback to notify extensions about wd parent change
|
Sat, 06 Aug 2016 20:46:53 +0900 |
Yuya Nishihara |
revpair: do not optimize tree to check for odd-range spec
|
Sat, 06 Aug 2016 20:37:48 +0900 |
Yuya Nishihara |
revset: also parse x^: as (x^):
|
Sat, 06 Aug 2016 20:21:00 +0900 |
Yuya Nishihara |
revset: resolve ambiguity of x^:y before alias expansion
|
Sat, 06 Aug 2016 19:59:28 +0900 |
Yuya Nishihara |
revset: add test for resolution of infix/suffix ambiguity of x^:y
|
Sun, 05 Jul 2015 21:11:19 +0900 |
Yuya Nishihara |
parser: remove unused binding parameter from suffix action
|
Sun, 07 Aug 2016 14:58:49 +0900 |
Yuya Nishihara |
revset: fix keyword arguments to go through optimization process
stable
|
Wed, 10 Aug 2016 16:27:33 +0100 |
Jun Wu |
extensions: add unwrapfunction to undo wrapfunction
|
Wed, 10 Aug 2016 15:21:42 +0100 |
Jun Wu |
extensions: add getwrapperchain to get a list of wrappers
|
Wed, 10 Aug 2016 15:21:42 +0100 |
Jun Wu |
extensions: set attributes to wrappers so we can trace them back
|
Wed, 10 Aug 2016 15:05:20 +0100 |
Jun Wu |
ui: drop values returned by inspect.*frame*() to avoid cycles
|
Tue, 09 Aug 2016 16:45:28 +0100 |
Jun Wu |
dispatch: split global error handling out so it can be reused
|
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
|