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
|