log

age author description
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