Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
copies: report found copies sorted
|
Tue, 15 Jan 2013 02:59:12 +0100 |
Mads Kiilerich |
discovery: process heads in sorted order
|
Tue, 15 Jan 2013 02:59:12 +0100 |
Mads Kiilerich |
merge: process files in sorted order
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
commandserver: report capabilities sorted
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
bisect: store state sorted
|
Tue, 15 Jan 2013 02:59:12 +0100 |
Mads Kiilerich |
localrepo: store branchheads sorted
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
localrepo: store requirements sorted
|
Tue, 15 Jan 2013 02:59:12 +0100 |
Mads Kiilerich |
copies: make the loss in _backwardcopies more stable
|
Tue, 15 Jan 2013 01:10:08 +0100 |
Mads Kiilerich |
serve: use chunked encoding in hgweb responses
|
Tue, 15 Jan 2013 01:10:08 +0100 |
Mads Kiilerich |
serve: remove connection close hack for Python 2.3
|
Tue, 15 Jan 2013 01:07:03 +0100 |
Mads Kiilerich |
hgweb: pass the actual response body to request.response, not just the length
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: don't pass empty response chunks on
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: remove handling of any else than strings from request.write
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
serve: send response headers even if response has no body
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: simplify wsgirequest header handling
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: make type a mandatory parameter to request.respond
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: use Content-Length for pushres
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: send Content-Length 0 for zero length response
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
archival: tarit should never close the dest passed to it
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
mq: checktoppatch should only check if p1 is qtip
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
mq: fix qpop of working directory parent patch when not at qtip
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
largefiles: make log match largefiles in the non-standin location too
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
log: make log work even if first parameter doesn't exist
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
merge: remove "case" comments
|
Wed, 09 Jan 2013 02:02:45 +0100 |
Mads Kiilerich |
merge: merge file flags together with file content
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
tests: better test coverage of merges of flags
|
Thu, 10 Jan 2013 03:40:45 +0100 |
Mads Kiilerich |
merge: remove old pre-audit code checking for absolute paths
|
Thu, 10 Jan 2013 00:45:51 +0100 |
Mads Kiilerich |
merge: drop reference to file contents immediately after write
|
Thu, 10 Jan 2013 00:44:23 +0100 |
Mads Kiilerich |
merge: changing the mode of a file is also an update
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
merge: use util.unlinkpath for removing moved files
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
merge: .hgsubstate is special as merge destination, not as merge source
|
Wed, 09 Jan 2013 00:01:33 +0100 |
Mads Kiilerich |
merge: remove redundant unlink after merge
|
Wed, 09 Jan 2013 00:01:33 +0100 |
Mads Kiilerich |
merge: rename list of actions from action to actions
|
Wed, 09 Jan 2013 00:01:33 +0100 |
Mads Kiilerich |
merge: consistently use "x" instead of 'x' for internal action types
|
Wed, 09 Jan 2013 00:01:33 +0100 |
Mads Kiilerich |
merge: consistently use repo.wopener.audit instead of creating a new auditor
|
Wed, 09 Jan 2013 00:01:33 +0100 |
Mads Kiilerich |
scmutil: simplify vfs.audit - drop wrapped vfs.auditor
|
Thu, 10 Jan 2013 00:44:23 +0100 |
Mads Kiilerich |
util: copyfile: remove dest before copying
|
Tue, 15 Jan 2013 01:05:11 +0100 |
Mads Kiilerich |
merge: warn when internal:merge cannot merge symlinks
|
Mon, 14 Jan 2013 10:17:06 -0600 |
Kevin Bullock |
merge with stable
|
Mon, 14 Jan 2013 23:14:45 +0900 |
FUJIWARA Katsunori |
histedit: correct the number of added revisions in online help
stable
|
Mon, 14 Jan 2013 23:14:45 +0900 |
FUJIWARA Katsunori |
histedit: correct changeset IDs in online help
stable
|
Mon, 14 Jan 2013 23:14:45 +0900 |
FUJIWARA Katsunori |
convert: correct 'hooks' section name in online help
stable
|
Sun, 13 Jan 2013 21:36:35 +0100 |
Pierre-Yves David |
hgweb: document the revnavgen function
|
Wed, 19 Dec 2012 19:06:50 +0100 |
Pierre-Yves David |
hgweb: no do not use listinsert(0, ...)
|
Thu, 10 Jan 2013 23:57:03 +0200 |
Idan Kamara |
localrepo: drop unnecessary check on wlock unlock
|
Sun, 16 Dec 2012 20:33:00 +0200 |
Idan Kamara |
dirstate: refresh _branch cache entry after writing it
|
Mon, 17 Dec 2012 15:25:45 +0200 |
Idan Kamara |
filecache: create an entry in _filecache when __set__ is called for a missing one
|
Thu, 10 Jan 2013 23:54:53 +0200 |
Idan Kamara |
filecache: allow filecacheentry to be created without stating in __init__
|
Wed, 09 Jan 2013 20:36:53 +0200 |
Idan Kamara |
rollback: don't clear the filecache
|
Wed, 09 Jan 2013 20:37:44 +0200 |
Idan Kamara |
destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)
|
Fri, 11 Jan 2013 00:05:52 +0200 |
Idan Kamara |
localrepo: write the phasecache when destroying nodes
|
Sat, 05 Jan 2013 16:50:12 +0200 |
Idan Kamara |
localrepo: update the branchmap when destroying nodes
|
Sat, 15 Dec 2012 20:08:13 +0200 |
Idan Kamara |
localrepo: introduce destroying function
|
Sun, 16 Dec 2012 23:13:02 +0200 |
Idan Kamara |
localrepo: don't refresh filecache entries that aren't in __dict__
|
Sat, 12 Jan 2013 16:04:29 +0100 |
Mads Kiilerich |
changelog: please check-code and remove tabs
|
Fri, 11 Jan 2013 18:47:42 +0100 |
Pierre-Yves David |
branchmap: Save changectx creation during update
|
Thu, 10 Jan 2013 00:41:40 +0100 |
Pierre-Yves David |
changelog: add a `branch` method, bypassing changectx
|
Tue, 08 Jan 2013 01:28:39 +0100 |
Pierre-Yves David |
branchmap: pass revision insteads of changectx to the update function
|
Fri, 11 Jan 2013 18:39:43 +0100 |
Pierre-Yves David |
perf: add perfbranchmap command
|
Fri, 11 Jan 2013 20:34:54 +0100 |
Pierre-Yves David |
clfilter: enforce hidden filtering on all repository accesses
|