Fri, 02 Sep 2016 15:20:59 +0100 |
Jun Wu |
annotate: pre-calculate the "needed" dictionary (issue5360)
stable
|
Mon, 22 Aug 2016 19:47:34 -0700 |
Gregory Szorc |
help: document wire protocol transport protocols
|
Mon, 22 Aug 2016 19:46:39 -0700 |
Gregory Szorc |
help: internals topic for wire protocol
|
Thu, 18 Aug 2016 15:13:56 +0900 |
Yuya Nishihara |
grep: add formatter support
|
Thu, 18 Aug 2016 14:52:06 +0900 |
Yuya Nishihara |
grep: build list of all columns regardless of display options
|
Thu, 18 Aug 2016 14:23:29 +0900 |
Yuya Nishihara |
grep: build list of columns without "grep." label prefix
|
Thu, 18 Aug 2016 14:09:49 +0900 |
Yuya Nishihara |
grep: factor out function that prints matched line with labels
|
Thu, 18 Aug 2016 14:03:25 +0900 |
Yuya Nishihara |
grep: refactor loop that yields matched text with label
|
Thu, 01 Sep 2016 14:01:43 -0500 |
Kevin Bullock |
Added signature for changeset ccd436f7db6d
stable
|
Thu, 01 Sep 2016 14:01:37 -0500 |
Kevin Bullock |
Added tag 3.9.1 for changeset ccd436f7db6d
stable
|
Thu, 01 Sep 2016 13:16:55 -0500 |
Akihiko Odaki |
bundle2: localize handleoutput remote prompts
stable 3.9.1
|
Wed, 31 Aug 2016 13:58:33 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with a12d13eac513
stable
|
Tue, 05 Jul 2016 09:37:07 +0200 |
liscju |
files: change documentation to match its behaviour (issue5276)
|
Wed, 24 Aug 2016 17:43:45 -0700 |
Matt Mackall |
templater: add template path to __base__ search
|
Thu, 25 Aug 2016 19:53:14 -0700 |
Gregory Szorc |
bundle2: fail faster when interrupted
stable
|
Tue, 23 Aug 2016 16:40:08 -0400 |
Augie Fackler |
blackbox: also log alias expansions
|
Thu, 25 Aug 2016 01:06:32 -0400 |
Augie Fackler |
test-clonebundles: accept another error string here
|
Thu, 25 Aug 2016 01:26:39 -0400 |
Augie Fackler |
tests: guard test-archive-symlink with unziplinks check
|
Thu, 25 Aug 2016 01:25:52 -0400 |
Augie Fackler |
hghave: add a check for unzip(1) that understands symlinks
|
Thu, 25 Aug 2016 01:00:54 -0400 |
Augie Fackler |
test-https: drop two spurious --traceback flags
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Thu, 25 Aug 2016 01:00:26 -0400 |
Yuya Nishihara |
version: add formatter support
|
Tue, 16 Aug 2016 16:09:12 +0900 |
Yuya Nishihara |
version: factor out mapping of internal/external labels
|
Tue, 16 Aug 2016 16:03:09 +0900 |
Yuya Nishihara |
version: always build list of extension versions
|
Sun, 13 Mar 2016 19:59:39 +0900 |
Yuya Nishihara |
formatter: add fm.nested(field) to either write or build sub items
|
Mon, 15 Aug 2016 13:51:14 +0900 |
Yuya Nishihara |
formatter: factor out format*() functions to separate classes
|
Wed, 24 Aug 2016 11:24:07 +0100 |
Jun Wu |
crecord: restore SIGWINCH handler before return
|
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
|