Fri, 01 Feb 2013 14:41:33 -0800 |
Brendan Cully |
http2: track available data as it changes instead of recomputing it
|
Thu, 18 Apr 2013 13:38:49 +0200 |
Pierre-Yves David |
histedit-test: rename histedit-revspec into histedit-argument
|
Thu, 18 Apr 2013 13:35:43 +0200 |
Pierre-Yves David |
histedit-test: remove unnecessary graphlog extension
|
Thu, 18 Apr 2013 13:34:43 +0200 |
Pierre-Yves David |
histedit-test: drop skip logic for older mercurial version
|
Mon, 15 Apr 2013 18:57:04 -0300 |
Wagner Bruna |
hgweb: refactor checks for granting and revoking user permissions
|
Wed, 17 Apr 2013 14:38:02 -0500 |
Matt Mackall |
check-code: add check for lock release order
|
Wed, 17 Apr 2013 12:57:26 -0500 |
Matt Mackall |
parsers: fix variable declaration position issue
|
Wed, 17 Apr 2013 21:06:48 +0400 |
Nikolaj Sjujskij |
zsh_completion: complete all files for `commit/backout --logfile`
|
Tue, 16 Apr 2013 19:20:23 +0200 |
Mads Kiilerich |
transplant: improve documentation
|
Tue, 16 Apr 2013 19:18:38 +0200 |
Mads Kiilerich |
transplant: clarify what --branch do - it has nothing to do with branches
|
Wed, 17 Apr 2013 10:25:14 +0200 |
Pierre-Yves David |
import: inline checkexact function
|
Wed, 17 Apr 2013 10:22:28 +0200 |
Pierre-Yves David |
import: factor out checkexact
|
Wed, 17 Apr 2013 03:41:08 +0200 |
Mads Kiilerich |
amend: fix unlocking order - first lock then wlock
|
Wed, 17 Apr 2013 03:40:18 +0200 |
Mads Kiilerich |
codingstyle: remove trailing spaces in various text files
|
Wed, 17 Apr 2013 03:39:36 +0200 |
Mads Kiilerich |
tests: run check-code on Python files without .py extension
|
Tue, 16 Apr 2013 21:14:50 +0200 |
Pierre-Yves David |
histedit: move outgoing processing to its own function
|
Tue, 16 Apr 2013 21:17:13 +0200 |
Pierre-Yves David |
histedit: move all arguments checks to the beginning of the command
|
Tue, 16 Apr 2013 21:57:25 -0500 |
Pierre-Yves David |
histedit-test: generalise --commands "-" usage
|
Tue, 16 Apr 2013 20:48:37 +0200 |
Pierre-Yves David |
histedit: allow "-" as a command file
|
Tue, 16 Apr 2013 16:58:25 +0200 |
Pierre-Yves David |
histedit: properly handle --continue on empty fold
|
Tue, 16 Apr 2013 20:50:17 +0200 |
Pierre-Yves David |
histedit-test: replace obscure python script by a plain file
|
Tue, 16 Apr 2013 16:22:38 +0200 |
Pierre-Yves David |
test: improve documentation of some histedit tests
|
Tue, 16 Apr 2013 23:24:52 +0200 |
Pierre-Yves David |
test: use a lighter log style in histedit test
|
Tue, 16 Apr 2013 22:00:41 -0500 |
Kevin Bullock |
subrepo: add regression test for issue3870
|
Tue, 16 Apr 2013 22:00:05 -0500 |
pozheg |
subrepo: clone of git sub-repository creates incorrect git branch (issue3870)
|
Tue, 16 Apr 2013 14:39:37 -0700 |
Siddharth Agarwal |
dispatch: print 'abort:' when a pre-command hook fails (BC)
|
Mon, 15 Apr 2013 23:31:56 +0200 |
Mads Kiilerich |
largefiles: don't hash all largefiles when initializing a lfdirstate
|
Tue, 16 Apr 2013 00:40:21 +0200 |
Mads Kiilerich |
largefiles: use filechunkiter for iterating largefile when serving getlfile
|
Mon, 15 Apr 2013 23:37:43 +0200 |
Mads Kiilerich |
largefiles: stat all largefiles in one batch before downloading
|
Mon, 15 Apr 2013 23:34:36 +0200 |
Mads Kiilerich |
largefiles: 'put' should store 'source' file in under 'hash', also in localstore
|
Tue, 16 Apr 2013 04:35:10 +0200 |
Mads Kiilerich |
largefiles: getlfile must hit end of HTTP chunked streams to reuse connections
|
Tue, 16 Apr 2013 01:55:57 +0200 |
Mads Kiilerich |
largefiles: drop limitreader, use filechunkiter limit
|
Tue, 16 Apr 2013 01:46:39 +0200 |
Mads Kiilerich |
largefiles: move protocol conversion into getlfile and make it an iterable
|
Mon, 15 Apr 2013 23:47:04 +0200 |
Mads Kiilerich |
largefiles: don't close the fd passed to store._getfile
|
Mon, 15 Apr 2013 23:43:50 +0200 |
Mads Kiilerich |
largefiles: remove blecch from lfutil.copyandhash - don't close the passed fd
|
Mon, 15 Apr 2013 23:43:44 +0200 |
Mads Kiilerich |
largefiles: drop lfutil.blockstream - use filechunkiter like everybody else
|
Mon, 15 Apr 2013 23:35:43 +0200 |
Mads Kiilerich |
largefiles: refactoring - use findfile in localstore._getfile
|
Mon, 15 Apr 2013 23:35:18 +0200 |
Mads Kiilerich |
largefiles: refactoring - return hex from _getfile and copyandhash
|
Mon, 15 Apr 2013 23:32:33 +0200 |
Mads Kiilerich |
largefiles: refactoring - create destination dir in lfutil.link
|
Tue, 09 Apr 2013 23:40:11 +0900 |
FUJIWARA Katsunori |
summary: clear "commonincoming" also if branches are different
|
Tue, 09 Apr 2013 23:40:11 +0900 |
FUJIWARA Katsunori |
summary: make "incoming" information sensitive to branch in URL (issue3830)
|
Tue, 09 Apr 2013 23:40:10 +0900 |
FUJIWARA Katsunori |
histedit: make "hg histedit" sensitive to branch in URL
|
Tue, 09 Apr 2013 23:40:10 +0900 |
FUJIWARA Katsunori |
summary: make "outgoing" information sensitive to branch in URL (issue3829)
|
Fri, 29 Mar 2013 22:57:16 +0900 |
FUJIWARA Katsunori |
annotate: increase refcount of each revisions correctly (issue3841)
|
Fri, 29 Mar 2013 22:57:15 +0900 |
FUJIWARA Katsunori |
annotate: reuse already calculated annotation
|
Wed, 17 Apr 2013 00:29:54 +0400 |
Alexander Plavin |
log: fix behavior with empty repositories (issue3497)
|
Tue, 16 Apr 2013 13:22:29 -0500 |
Matt Mackall |
merge with crew
|
Tue, 16 Apr 2013 10:08:20 -0700 |
Bryan O'Sullivan |
revlog: don't cross-check ancestor result against Python version
|
Tue, 16 Apr 2013 10:08:20 -0700 |
Bryan O'Sullivan |
parsers: a C implementation of the new ancestors algorithm
|
Tue, 16 Apr 2013 10:08:19 -0700 |
Bryan O'Sullivan |
revlog: choose a consistent ancestor when there's a tie
|
Tue, 16 Apr 2013 10:08:18 -0700 |
Bryan O'Sullivan |
ancestor: a new algorithm that is faster for nodes near tip
|
Tue, 16 Apr 2013 15:33:18 +0200 |
Pierre-Yves David |
update: allow dirty update to foreground (successors)
|
Tue, 16 Apr 2013 15:16:33 +0200 |
Pierre-Yves David |
obsolete: extract foreground computation from bookmark.validdest
|
Mon, 15 Apr 2013 17:10:58 +0200 |
Pierre-Yves David |
destroyed: invalidate phraserevs cache in all case (issue3858)
|
Mon, 15 Apr 2013 01:59:11 +0200 |
Mads Kiilerich |
largefiles: deprecate --all-largefiles for pull
|
Mon, 15 Apr 2013 01:59:11 +0200 |
Mads Kiilerich |
largefiles: implement pull --all-largefiles as a special case of --lfrev
|
Mon, 15 Apr 2013 01:59:11 +0200 |
Mads Kiilerich |
largefiles: drop --cache-largefiles again
|
Mon, 15 Apr 2013 01:59:04 +0200 |
Mads Kiilerich |
largefiles: introduce pulled() revset expression for use in --lfrev
|
Mon, 15 Apr 2013 01:57:16 +0200 |
Mads Kiilerich |
largefiles: introduce pull --lfrev option
|
Mon, 15 Apr 2013 01:54:43 +0200 |
Mads Kiilerich |
largefiles: refactor overridepull internals
|