Thu, 17 Dec 2015 23:41:46 +0900 Yuya Nishihara osutil: implement recvmsg() of SCM_RIGHTS for chg command server
Mon, 21 Dec 2015 14:52:18 -0600 Matt Mackall cleanup: back out performance hacks amended into previous commit
Fri, 18 Dec 2015 06:33:48 +0000 timeless commands: consistently indent notes 3 spaces
Sun, 20 Dec 2015 18:38:21 -0800 Gregory Szorc perf: add perfrevlogrevision
Sun, 20 Dec 2015 19:02:02 -0800 Gregory Szorc commands: use revlog._deltachain in debugdeltachain
Sun, 20 Dec 2015 18:56:05 -0800 Gregory Szorc revlog: refactor delta chain computation into own function
Sun, 20 Dec 2015 17:57:44 -0800 Gregory Szorc perf: call clearcaches() in perfmanifest
Sun, 20 Dec 2015 19:31:46 -0800 Gregory Szorc manifest: implement clearcaches()
Sun, 20 Dec 2015 17:48:20 -0800 Gregory Szorc revlog: make clearcaches() more effective
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: detect unintentional existing() invocation at runtime
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use set instead of list to mark predicates for efficiency (API)
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "existing caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a predicate as "status caller"
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: use decorator to mark a function as fileset predicate
Mon, 21 Dec 2015 22:31:16 +0900 FUJIWARA Katsunori fileset: treat encoding and eol as the predicate calling _existing
Fri, 18 Dec 2015 18:32:15 +0000 timeless rebase: mention conflict in documentation instead of merge
Fri, 18 Dec 2015 18:31:45 +0000 timeless rebase: simplify documentation about heads
Fri, 18 Dec 2015 18:22:03 +0000 timeless rebase: simplify documentation about --keep
Fri, 18 Dec 2015 18:24:41 +0000 timeless rebase: simplify documentation about selecting commits to rebase
Fri, 18 Dec 2015 18:06:43 +0000 timeless rebase: simplify documentation about public commits
Sun, 20 Dec 2015 16:33:44 -0600 Matt Mackall verify: clean up weird error/warning lists
Fri, 18 Dec 2015 18:52:25 +0000 timeless diff: clarify comparison as first parent
Fri, 18 Dec 2015 06:19:22 +0000 timeless histedit: add progress support
Sun, 20 Dec 2015 18:38:21 +0900 Yuya Nishihara verify: remove unreachable code to reraise KeyboardInterrupt
Sun, 20 Dec 2015 16:34:54 -0600 Matt Mackall merge with stable
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move exc() function onto class
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move err() to be a class function
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move warn() to a class level function
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move fncachewarned up to a class variable
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move widely used variables into class members
Fri, 18 Dec 2015 16:42:39 -0800 Durham Goode verify: move verify logic into a class
Thu, 17 Dec 2015 21:18:02 -0500 Matt Harbison test-install: perform the wix checking on wdir() instead of "."
Fri, 18 Dec 2015 20:54:41 -0800 Martin von Zweigbergk revlog: fix bad indentation (replace tab by space) stable
Fri, 18 Dec 2015 12:54:45 -0800 Laurent Charignon log: speed up hg log <file|folder>
Fri, 18 Dec 2015 13:45:55 -0800 Laurent Charignon changelog: add a new method to get files modified by a changeset
Wed, 16 Dec 2015 17:22:37 -0500 Matt Harbison tests: convert directory separators to '/' for MSYS in test-check-py-compat
Wed, 16 Dec 2015 17:17:36 -0500 Matt Harbison tests: make `pwd` URL compatible on Windows in test-default-push
Wed, 16 Dec 2015 13:33:43 -0500 Matt Harbison windows: correct the import of win32
Thu, 17 Dec 2015 19:33:44 +0100 Pascal Quantin win32: add internals help topics to Inno Setup installer
Fri, 18 Dec 2015 09:57:35 -0500 Augie Fackler changegroups: add documentation for cg3
Mon, 14 Dec 2015 15:55:12 -0500 Mike Edgar changegroup: add flags field to cg3 delta header
Fri, 11 Dec 2015 11:23:49 -0500 Augie Fackler changegroup: introduce cg3, which has support for exchanging treemanifests
Fri, 18 Dec 2015 14:40:11 -0600 Matt Mackall merge with stable
Thu, 17 Dec 2015 17:16:02 -0800 Gregory Szorc revlog: seek to end of file before writing (issue4943) stable
Mon, 14 Dec 2015 20:57:21 -0500 Augie Fackler manifestmerge: have manifest do matching before diffing
Thu, 17 Dec 2015 14:57:20 +0000 timeless branch: reword help text
Thu, 17 Dec 2015 14:56:32 +0000 timeless archive: adjust help text
Thu, 17 Dec 2015 14:54:47 +0000 timeless annotate: add missing period to help
Thu, 17 Dec 2015 14:54:20 +0000 timeless addremove: make help match add
Thu, 17 Dec 2015 14:53:40 +0000 timeless add: mention .hgignore in help
Thu, 17 Dec 2015 15:05:25 +0000 timeless bundle: warn for --base with --all
Thu, 17 Dec 2015 15:03:45 +0000 timeless bundle: fix error for --all with destination
Thu, 17 Dec 2015 14:59:11 +0000 timeless bundle: fix grammar in help text
Thu, 17 Dec 2015 14:58:52 +0000 timeless bundle: clarify help text
Sun, 13 Dec 2015 20:07:19 +0900 Yuya Nishihara cmdutil: do not duplicate stdout by makefileobj()
Sun, 13 Dec 2015 20:01:11 +0900 Yuya Nishihara cmdutil: reimplement file wrapper that disables close()
Sun, 13 Dec 2015 19:57:54 +0900 Yuya Nishihara export: remove useless comparison between file object and string
Sun, 13 Dec 2015 19:47:46 +0900 Yuya Nishihara export: do not print '<fdopen>' as an output filename
Sun, 13 Dec 2015 19:32:01 +0900 Yuya Nishihara commandserver: implement name() to clarify channel is not a plain file
Tue, 15 Dec 2015 13:27:09 -0800 Mateusz Kwapich histedit: delete to drop
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip