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
|
Thu, 03 Jan 2013 21:07:04 +0100 |
Mads Kiilerich |
archival: avoid touching deprecated gzip name attribute
|
Thu, 03 Jan 2013 21:07:04 +0100 |
Mads Kiilerich |
archival: pass integer to struct.pack int field instead of float
|
Fri, 11 Jan 2013 16:30:29 +0100 |
Mads Kiilerich |
largefiles: fix update from a merge with removed files
|
Fri, 11 Jan 2013 16:30:29 +0100 |
Mads Kiilerich |
largefiles: fix revert removing a largefile from a merge
|
Fri, 11 Jan 2013 16:30:29 +0100 |
Mads Kiilerich |
largefiles: remove unused proto.refuseclient code
|
Thu, 03 Jan 2013 17:42:25 +0100 |
Angel Ezquerra |
subrepo: make 'in subrepo' string easier to find by external tools
|
Thu, 10 Jan 2013 10:35:37 -0800 |
Brendan Cully |
subrepo: fix python2.4 compatibility after 9aa6bee6e9f9
|
Thu, 10 Jan 2013 16:25:06 +0000 |
Christian Ebert |
test-keyword: improve grammar and spelling in branchcache note
|
Thu, 10 Jan 2013 09:43:28 -0500 |
Augie Fackler |
Merge with stable.
|
Thu, 10 Jan 2013 10:25:02 +0100 |
Pierre-Yves David |
repoview: extract hideable revision computation in a dedicated function
|
Thu, 10 Jan 2013 15:33:14 +0100 |
Mads Kiilerich |
largefiles: make update with backup files in .hglf slightly less broken
stable
|
Wed, 09 Jan 2013 19:10:44 -0600 |
Matt Mackall |
tests: fix up test-highlight for breadcrumb changes
|
Fri, 28 Dec 2012 19:25:10 -0600 |
Sean Farley |
color: add template label function
|
Sat, 22 Dec 2012 21:46:26 -0600 |
Sean Farley |
templater: add no-op template function 'label'
|
Wed, 09 Jan 2013 20:27:17 +0100 |
Remy Blank |
posix: fix split() for the case where the path is at the root of the filesystem
|
Wed, 09 Jan 2013 21:13:52 +0200 |
Idan Kamara |
record: remove unused import
|
Wed, 09 Jan 2013 21:11:00 +0200 |
Idan Kamara |
cvsps: fix indentation
|
Wed, 09 Jan 2013 13:16:54 -0800 |
Bryan O'Sullivan |
hghave: introduce a test (unused) for cvs >= 1.12
|
Sun, 06 Jan 2013 04:50:14 +0100 |
Pierre-Yves David |
discovery: drop the visibleheads function
|
Sun, 06 Jan 2013 04:48:22 +0100 |
Pierre-Yves David |
clfilter: remove the last usage of `visibleheads`
|
Sat, 05 Jan 2013 18:57:09 +0100 |
Pierre-Yves David |
discovery: drop the visiblebranchmap function
|
Sun, 06 Jan 2013 04:36:30 +0100 |
Pierre-Yves David |
clfilter: drop extra filtering in wireprotocol
|
Sun, 06 Jan 2013 04:37:33 +0100 |
Pierre-Yves David |
clfilter: filter "unserved" on all wireprotocol command calls
|
Sun, 06 Jan 2013 04:28:52 +0100 |
Pierre-Yves David |
clfilter: drop extra filtering in localpeer
|
Sun, 06 Jan 2013 04:41:11 +0100 |
Pierre-Yves David |
clfilter: make localpeer use a repo with "unserved" filter
|
Fri, 04 Jan 2013 03:16:08 +0100 |
Pierre-Yves David |
performance: speedup computation of extinct revisions
|
Fri, 04 Jan 2013 03:15:44 +0100 |
Pierre-Yves David |
performance: speedup computation of suspended revisions
|
Fri, 04 Jan 2013 03:15:21 +0100 |
Pierre-Yves David |
performance: speedup computation of unstable revisions
|
Mon, 07 Jan 2013 15:50:25 +0100 |
Pierre-Yves David |
performance: speedup computation of mutable revisions
|