Thu, 24 Sep 2015 00:56:18 -0700 Pierre-Yves David commit: remove a mutable default argument
Tue, 22 Sep 2015 14:09:42 -0700 Siddharth Agarwal lock: move acquirefn call to inside the lock
Tue, 22 Sep 2015 13:25:41 -0700 Siddharth Agarwal localrepo: call lock.lock with releasefn as a keyword arg
Wed, 19 Aug 2015 15:11:17 -0500 Matt Mackall copies: move debug statement to appropriate place
Wed, 19 Aug 2015 14:05:42 -0500 Matt Mackall bidmerge: choose shortest list of diverge and rename/delete warnings
Wed, 19 Aug 2015 14:04:54 -0500 Matt Mackall copies: rename diverge2 to divergeset for clarity
Wed, 19 Aug 2015 13:40:18 -0500 Matt Mackall copies: begin separating mergecopies sides
Wed, 19 Aug 2015 13:09:54 -0500 Matt Mackall copies: rename ctx() to getfctx() for clarity
Wed, 23 Sep 2015 16:02:35 +0800 Anton Shestakov monoblue: port code selection without line numbers from gitweb
Tue, 22 Sep 2015 15:10:24 -0500 Kevin Bullock help: copy-edit description of ui.supportcontact
Tue, 22 Sep 2015 16:56:34 -0700 Siddharth Agarwal ui: avoid mutable default arguments
Tue, 22 Sep 2015 16:55:18 -0700 Siddharth Agarwal util: avoid mutable default arguments
Sun, 13 Sep 2015 18:01:01 +0900 Yuya Nishihara obsstore: fast path to check if obsstore is empty
Sun, 13 Sep 2015 17:52:37 +0900 Yuya Nishihara obsstore: delay loading markers from obsstore file
Sun, 13 Sep 2015 17:47:18 +0900 Yuya Nishihara obsstore: initialize _all markers without using _addmarkers()
Wed, 23 Sep 2015 00:41:07 -0700 Pierre-Yves David revset: avoid implicit None testing in revset
Sun, 20 Sep 2015 16:53:42 -0700 Durham Goode revset: speed up existence checks for ordered filtered sets
Sun, 20 Sep 2015 19:27:53 -0700 Durham Goode revset: remove existence check from min() and max()
Fri, 18 Sep 2015 17:23:10 -0700 Pierre-Yves David update: move default destination into a revset
Thu, 17 Sep 2015 14:03:15 -0700 Pierre-Yves David merge: move default destination computation in a revset
Thu, 17 Sep 2015 12:44:52 -0700 Pierre-Yves David mergecmd: simplify conditional
Thu, 17 Sep 2015 10:59:52 -0700 Pierre-Yves David rebase: move destination computation in a revset
Tue, 22 Sep 2015 14:47:18 -0400 Augie Fackler debian: include bash completions in mercurial-common
Tue, 22 Sep 2015 14:32:17 -0400 Augie Fackler debian: install hgk as part of mercurial-common (issue4829)
Tue, 22 Sep 2015 14:14:05 -0400 Augie Fackler debian: install config files as part of mercurial-common
Tue, 22 Sep 2015 14:31:17 -0400 Augie Fackler debian: configuration so that cacerts is properly loaded
Tue, 22 Sep 2015 14:13:07 -0400 Augie Fackler debian: install hg-ssh to /usr/bin just like downstream
Sun, 20 Sep 2015 20:13:27 +0900 Yuya Nishihara highlight: remove temporary hack to overwrite repo.getcwd
Sun, 20 Sep 2015 20:11:31 +0900 Yuya Nishihara hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568)
Sun, 20 Sep 2015 20:08:22 +0900 Yuya Nishihara dirstate: state that getcwd() shouldn't be used to get real file path
Wed, 16 Sep 2015 12:36:21 -0700 Siddharth Agarwal merge: move merge step to the end
Wed, 16 Sep 2015 19:52:06 -0700 Siddharth Agarwal lock: factor out lock testing into a separate function
Wed, 16 Sep 2015 19:26:59 -0700 Siddharth Agarwal lock: factor code to read lock into a separate function
Thu, 17 Sep 2015 15:38:00 -0700 Siddharth Agarwal tests: add unit tests for locking code
Tue, 22 Sep 2015 02:09:10 +0800 Anton Shestakov gitweb: port code selection without line numbers from paper
Sun, 13 Sep 2015 22:34:58 +0900 Yuya Nishihara obsolete: remove unused _knownrevs function
Thu, 17 Sep 2015 16:08:10 -0700 Pierre-Yves David bookmark: do not crash when active bookmark is forward and --date is used
Thu, 17 Sep 2015 17:17:54 -0700 Pierre-Yves David bookmark: actually test update behavior in both cases
Fri, 18 Sep 2015 14:03:32 +0800 Anton Shestakov coal: reuse style-paper.css and use a separate css file for visual tweaks
Fri, 18 Sep 2015 01:06:27 +0800 Anton Shestakov coal: reuse all templates from paper/map by %including the file
Fri, 04 Sep 2015 05:40:52 -0400 timeless help/config: reword committemplate external editor text
Fri, 04 Sep 2015 05:40:37 -0400 timeless help/config: reword committemplate multibyte character text
Fri, 28 Aug 2015 15:43:14 -0400 timeless help/config: use :hg:`help config....` notation
Fri, 28 Aug 2015 15:24:58 -0400 timeless help/config: omit True or False
Fri, 28 Aug 2015 15:13:28 -0400 timeless help/config: capitalize items
Thu, 17 Sep 2015 21:20:35 -0400 timeless tests: add more doctests for check-translation deprecated
Thu, 17 Sep 2015 21:20:17 -0400 timeless tests: cleanup check-translation deprecated
Fri, 18 Sep 2015 14:24:53 +0800 Anton Shestakov gitweb: add author to filelogentry
Fri, 18 Sep 2015 14:24:38 +0800 Anton Shestakov monoblue: add author to filelogentry
Fri, 18 Sep 2015 14:23:44 +0800 Anton Shestakov monoblue: split a long line in filelogentry template
Fri, 18 Sep 2015 21:32:43 +0900 Yuya Nishihara readbundle: fix typo of None compression
Fri, 11 Sep 2015 17:06:56 -0700 Pierre-Yves David readbundle: map 'HG10UN' to None compression
Fri, 11 Sep 2015 17:06:02 -0700 Pierre-Yves David getsubset: use None to request uncompressed changegroup
Fri, 11 Sep 2015 17:05:46 -0700 Pierre-Yves David bundle: use None when unpacking uncompressed changegroup
Tue, 15 Sep 2015 17:43:54 -0700 Pierre-Yves David writebundle: use 'None' instead of 'UN' for the bundle2 case
Tue, 15 Sep 2015 17:53:28 -0700 Pierre-Yves David compression: use 'None' for no-compression
Tue, 15 Sep 2015 17:35:32 -0700 Pierre-Yves David changegroup: move all compressions utilities in util
Tue, 15 Sep 2015 13:12:03 -0700 Pierre-Yves David obsolete: clarify that 'successorssets' returns the latest successors
Tue, 15 Sep 2015 13:10:25 -0700 Pierre-Yves David obsolete: drop an empty line at the end of a docstring
Fri, 11 Sep 2015 12:45:19 -0700 Pierre-Yves David traceback: allow providing a local support contact point
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip