Sat, 30 May 2015 02:06:09 +0800 |
Anton Shestakov |
tests: descending empty dirs works in all hgweb styles, test them too
|
Sat, 30 May 2015 01:57:19 +0800 |
Anton Shestakov |
tests: actualize the comment in test-hgweb-descend-empties.t
|
Sun, 17 May 2015 15:16:13 +0900 |
Yuya Nishihara |
revset: add fast path for _list() of integer revisions
|
Sun, 17 May 2015 15:11:38 +0900 |
Yuya Nishihara |
revset: optimize 'or' operation of trivial revisions to a list
|
Fri, 29 May 2015 21:31:00 +0900 |
Yuya Nishihara |
revset: make "null" able to appear in internal _list() expression
|
Sun, 24 May 2015 14:49:41 +0900 |
Yuya Nishihara |
revset: make internal _list() expression remove duplicated revisions
|
Sun, 24 May 2015 14:34:12 +0900 |
Yuya Nishihara |
repair: use _hexlist() to build revset expression from binary nodes
|
Thu, 28 May 2015 23:49:19 -0700 |
Pierre-Yves David |
listkey: display the size of the listkey payload in a debug message
|
Fri, 29 May 2015 00:09:36 -0700 |
Pierre-Yves David |
ssh: test some no-op pull through ssh with --debug
|
Wed, 27 May 2015 06:08:14 -0700 |
Pierre-Yves David |
subrepo: detect issue3781 case earlier so it apply to bundle2
|
Tue, 26 May 2015 23:06:17 -0700 |
Pierre-Yves David |
bundle2: hide bundle2 stream debug under a config flag
|
Tue, 26 May 2015 23:47:19 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed interruption
|
Tue, 26 May 2015 23:58:38 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed part payload
|
Tue, 26 May 2015 23:36:31 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed part
|
Wed, 27 May 2015 00:02:49 -0700 |
Pierre-Yves David |
bundle2: add generic debug output at the end of bundle processing
|
Wed, 27 May 2015 00:00:35 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding processed bundle
|
Thu, 28 May 2015 20:30:20 -0700 |
Durham Goode |
histedit: fix keep during --continue
stable
|
Thu, 28 May 2015 16:42:21 -0400 |
Jordi Gutiérrez Hermoso |
dispatch: disable demandimport for the --debugger option
|
Thu, 28 May 2015 16:42:04 -0400 |
Jordi Gutiérrez Hermoso |
hooks: replace if-try-finally with a "with" statement
|
Thu, 28 May 2015 16:11:26 -0400 |
Jordi Gutiérrez Hermoso |
demandimport: define a `deactivated` context manager
|
Thu, 28 May 2015 14:14:11 -0400 |
Matt Harbison |
largefiles: drop the unused lfcommands._addchangeset()
|
Thu, 28 May 2015 13:34:37 -0400 |
Matt Harbison |
largefiles: use the convert extension for 'lfconvert --to-normal'
|
Wed, 27 May 2015 00:22:29 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding generated interruption
|
Wed, 27 May 2015 00:19:16 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding generated parts
|
Wed, 27 May 2015 00:10:30 -0700 |
Pierre-Yves David |
bundle2: add generic debug output regarding generated bundle
|
Wed, 27 May 2015 00:52:01 -0700 |
Pierre-Yves David |
bundle2: add debug output for part generation
|
Tue, 26 May 2015 23:01:39 -0700 |
Pierre-Yves David |
bundle2: handle new line in 'indebug' function
|
Tue, 26 May 2015 20:40:21 -0700 |
Pierre-Yves David |
bundle2: prefix all unbundling debug message with 'bundle2-input:'
|
Tue, 26 May 2015 22:48:52 -0700 |
Pierre-Yves David |
bundle2: introduce a specific function for debug messages while unbundling
|
Thu, 28 May 2015 10:00:22 -0700 |
Pierre-Yves David |
bundle2: add an informative comment to the capability dict
|
Thu, 28 May 2015 16:09:42 -0500 |
Matt Mackall |
merge with stable
|
Tue, 26 May 2015 23:02:19 -0700 |
Pierre-Yves David |
bundle2: handle new line in 'outdebug' function
|
Tue, 26 May 2015 22:57:35 -0700 |
Pierre-Yves David |
bundle2: prefix all bundling debug messages with 'bundle2-ouput:'
|
Tue, 26 May 2015 22:49:03 -0700 |
Pierre-Yves David |
bundle2: introduce a specific function for bundling debug message
|
Wed, 27 May 2015 17:01:43 -0700 |
Laurent Charignon |
parsers: simplify the code computing the phases
|
Wed, 27 May 2015 17:00:28 -0700 |
Laurent Charignon |
parsers: move index_get_parents's declaration higher
|
Wed, 27 May 2015 15:49:24 -0700 |
Laurent Charignon |
record: add an operation arguments to customize recording ui
|
Sun, 26 Apr 2015 18:13:48 +0900 |
Yuya Nishihara |
revset: reduce nesting of chained 'or' operations (issue4624)
|
Sun, 24 May 2015 14:10:52 +0900 |
Yuya Nishihara |
revset: add helper to build balanced addsets from chained 'or' operations
|
Sun, 26 Apr 2015 18:27:32 +0900 |
Yuya Nishihara |
revset: comment that we can't swap 'or' operands by weight
|
Sun, 26 Apr 2015 18:05:23 +0900 |
Yuya Nishihara |
parser: add helper to reduce nesting of chained infix operations
|
Wed, 27 May 2015 14:28:29 -0500 |
Matt Mackall |
convert: properly pass null ids through .hgtags (issue4678)
stable
|
Wed, 27 May 2015 17:28:55 -0500 |
Matt Mackall |
commit: improve --close-branch documentation
|
Fri, 22 May 2015 13:06:45 -0700 |
Laurent Charignon |
patch: add 'extra' argument to makememctx
|
Wed, 27 May 2015 17:41:42 -0500 |
Matt Mackall |
merge with stable
|
Wed, 27 May 2015 13:28:16 -0400 |
Matt Harbison |
match: normpath the ignore source when expanding the 'subinclude' kind
|
Sat, 23 May 2015 21:18:47 -0700 |
Pierre-Yves David |
repair: forbid strip from inside a transaction
|
Wed, 27 May 2015 12:14:10 -0400 |
Matt Harbison |
test-treemanifest: add globs for Windows
|
Wed, 27 May 2015 12:11:13 -0400 |
Matt Harbison |
test-revert-interactive: don't escape the $ for $TESTTMP
|
Tue, 26 May 2015 12:09:04 -0700 |
Laurent Charignon |
changelog: fix bug in heads computation
|
Tue, 26 May 2015 12:08:50 -0700 |
Laurent Charignon |
changelog: change input type of index_get_parents
|
Fri, 22 May 2015 17:08:59 -0500 |
Matt Mackall |
branch: don't warn about branches if repository has multiple branches already
|
Tue, 26 May 2015 13:02:28 -0700 |
Pierre-Yves David |
transaction: really fix _addbackupentry key usage (issue4684)
stable
|
Tue, 19 May 2015 13:08:21 -0700 |
Martin von Zweigbergk |
largefiles: avoid match.files() in conditions
|
Tue, 26 May 2015 11:06:43 -0700 |
Martin von Zweigbergk |
largefiles: pass in whole matcher to getstandinmatcher()
|
Tue, 26 May 2015 09:46:48 -0700 |
Martin von Zweigbergk |
largefiles: drop unused 'pats' parameter from getstandinmatcher()
|
Tue, 26 May 2015 14:14:36 -0700 |
Pierre-Yves David |
devel: rename 'all' to 'all-warnings' (BC)
|
Tue, 26 May 2015 14:52:47 -0500 |
Matt Mackall |
merge with stable
|
Fri, 22 May 2015 14:02:04 -0700 |
Martin von Zweigbergk |
copies: document hack for adding '' to set of dirs
|
Tue, 26 May 2015 23:14:50 +0900 |
Yuya Nishihara |
test-revset: update test that isn't broken on default branch
|