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
Wed, 16 Dec 2015 12:33:54 +0100 Mathias De Maré clonebundles: fix bundlespec typo
Thu, 17 Dec 2015 20:13:29 +0000 timeless record: fix hunk handling to remember the current function
Thu, 17 Dec 2015 14:38:22 +0000 timeless record: turn on showfunc
Thu, 17 Dec 2015 13:07:34 -0800 Bryan O'Sullivan parsers: use PyTuple_Pack instead of manual list-filling
Thu, 17 Dec 2015 15:23:36 -0800 Thu Trang Pham tags: mention --quiet switch in help (issue4920)
Thu, 17 Dec 2015 17:27:32 -0600 Matt Mackall merge with stable
Mon, 14 Dec 2015 23:04:17 +0000 timeless histedit: omit useless message from update (edit)
Mon, 14 Dec 2015 22:37:31 +0000 timeless histedit: omit useless message from update (_histedit)
Mon, 14 Dec 2015 21:43:16 +0000 timeless histedit: omit useless message from update (histeditaction)
Mon, 14 Dec 2015 23:14:06 +0000 timeless update: add quietempty flag to _showstats
Mon, 14 Dec 2015 22:08:14 +0000 timeless histedit: omit useless message from abort
Mon, 14 Dec 2015 23:13:25 +0000 timeless hg: add quietempty flag to _showstats
Thu, 17 Dec 2015 11:00:06 -0800 Mateusz Kwapich patch: disable nobinary when HGPLAIN=1
Thu, 17 Dec 2015 22:29:41 +0900 Yuya Nishihara help: add missed last new line to "internals" topic
Wed, 16 Dec 2015 20:58:26 -0600 Matt Mackall dirstate: make delaywrite sleep until the next multiple of n seconds
Wed, 16 Dec 2015 20:49:18 -0600 Matt Mackall dirstate: only invoke delaywrite if relevant
Wed, 16 Dec 2015 20:46:53 -0600 Matt Mackall dirstate: move delaywrite logic from write to _write
Mon, 07 Dec 2015 16:16:06 -0600 Matt Mackall run-tests: show scheduling with --showchannels
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip