log

age author description
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
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
Fri, 04 Jan 2013 20:19:05 +0100 Pierre-Yves David performance: speedup computation of unserved revisions
Fri, 04 Jan 2013 05:44:01 +0100 Pierre-Yves David performance: speedup computation of hidden revisions
Fri, 04 Jan 2013 03:14:54 +0100 Pierre-Yves David performance: speedup computation of obsolete revisions
Mon, 24 Dec 2012 12:00:08 +0100 Pierre-Yves David clfilter: drop unnecessary explicit filtering on histedit
Tue, 04 Dec 2012 14:58:19 +0100 Pierre-Yves David clfilter: drop unnecessary explicit filtering on rebase
Tue, 08 Jan 2013 20:02:53 +0100 Pierre-Yves David clfilter: ensure that hidden filtering is working on all commands
Tue, 08 Jan 2013 20:37:37 +0100 Pierre-Yves David clfilter: enforce hidden changeset globally
Tue, 08 Jan 2013 21:16:39 +0100 Denis Laxalde record: use patch.diffopts to account for user diffopts
Tue, 08 Jan 2013 16:26:52 -0800 Bryan O'Sullivan convert: fix most test-check-code-hg violations in cvsps code
Tue, 08 Jan 2013 16:16:29 -0800 Bryan O'Sullivan tests: update hgweb tests to include breadcrumbs
Thu, 03 Jan 2013 17:35:58 +0100 Angel Ezquerra subrepo: add subrepo property to SubrepoAbort exceptions
Tue, 08 Jan 2013 15:43:48 -0800 Bryan O'Sullivan tests: update test-convert-cvs*.t
Tue, 08 Jan 2013 20:11:20 +0000 Frank Kingswood cvsps: use commitids (when present) to detect changesets
Fri, 21 Dec 2012 02:41:07 +0100 Angel Ezquerra hgweb, spartan: link from manifest title to changeset page
Fri, 21 Dec 2012 02:40:12 +0100 Angel Ezquerra hgweb, spartan: add "URL breadcrumbs"
Wed, 28 Nov 2012 20:21:26 +0100 Angel Ezquerra hgweb: add a "URL breadcrumb" to the index and repository pages
Tue, 08 Jan 2013 04:15:46 +0100 Mads Kiilerich merge: never do premerge on symlinks
Tue, 08 Jan 2013 04:15:41 +0100 Mads Kiilerich merge: make internal merge fail cleanly on symlinks
Sun, 16 Dec 2012 20:50:57 +0100 Mads Kiilerich debugpushkey: list keys sorted
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich debugdiscovery: report heads in sorted order
Thu, 03 Jan 2013 18:52:59 +0100 Pierre-Yves David hidden: drop of the repo.hiddenrevs property
Thu, 03 Jan 2013 18:51:16 +0100 Pierre-Yves David context: retrieve hidden from filteredrevs
Thu, 03 Jan 2013 18:48:14 +0100 Pierre-Yves David revset: retrieve hidden from filteredrevs
Tue, 08 Jan 2013 17:31:00 +0100 Pierre-Yves David hidden: use both parents of working directory
Tue, 08 Jan 2013 14:16:49 +0100 Pierre-Yves David hidden: drop cache on hiddenrevs property
Tue, 08 Jan 2013 14:10:29 +0100 Pierre-Yves David hidden: move computation in filter function
Tue, 08 Jan 2013 12:41:51 +0100 Pierre-Yves David branchcache: add note about cache invalidation to test-keyword.t
Wed, 02 Jan 2013 02:02:41 +0100 Pierre-Yves David clfilter: add impactable filter
Wed, 02 Jan 2013 01:57:46 +0100 Pierre-Yves David clfilter: add mutable filtering
Mon, 07 Jan 2013 02:14:41 +0100 Mads Kiilerich run-tests.py: fix handling of symlink to the right python
Mon, 07 Jan 2013 19:24:36 +0100 Pierre-Yves David log: use "hidden" filtering instead of manual check at display time
Mon, 07 Jan 2013 19:24:06 +0100 Pierre-Yves David clfilter: introduces a hidden filter
Fri, 04 Jan 2013 19:24:32 +0100 Pierre-Yves David perftest: allow selection of volatile set to benchmark
Fri, 04 Jan 2013 19:23:26 +0100 Pierre-Yves David perftest: add a command to benchmark construction of volatile cache
Fri, 04 Jan 2013 19:22:40 +0100 Pierre-Yves David perftest: add an option to invalidate volatile cache
Fri, 04 Jan 2013 19:22:15 +0100 Pierre-Yves David perftest: document the perfrevset command
Fri, 04 Jan 2013 19:20:51 +0100 Pierre-Yves David perftest: migrate to new style command declaration
Fri, 04 Jan 2013 19:18:12 +0100 Pierre-Yves David perftest: drop duplicated codes
Fri, 04 Jan 2013 13:48:07 +0100 Pierre-Yves David cmdutil: make options argument optional
Mon, 07 Jan 2013 17:23:25 +0100 Pierre-Yves David branchmap: allow to use cache of subset
Mon, 07 Jan 2013 17:16:24 +0100 Pierre-Yves David repoview: add a subset table
Wed, 02 Jan 2013 01:40:42 +0100 Pierre-Yves David branchmap: add a copy method
Wed, 02 Jan 2013 01:40:06 +0100 Pierre-Yves David clfilter: use empty frozenset intead of empty tuple
Mon, 07 Jan 2013 02:00:43 +0100 Mads Kiilerich run-tests.py: don't use console for stdin when running in debug mode
Mon, 07 Jan 2013 02:00:43 +0100 Mads Kiilerich tests: make hghave and run-tests exit on unknown feature requirements
Mon, 07 Jan 2013 02:00:43 +0100 Mads Kiilerich test-largefiles.t: fix wrong '#if hgweb' - it should be '#if serve'
Mon, 07 Jan 2013 02:00:29 +0100 Mads Kiilerich dispatch: show empty filename in OSError aborts
Sun, 06 Jan 2013 04:04:44 +0100 Mads Kiilerich test-dispatch.t: remove incorrect "cd $dir"
Fri, 04 Jan 2013 13:03:44 -0600 Kevin Bullock merge with crew-stable
Fri, 04 Jan 2013 19:06:42 +0100 Pierre-Yves David dispatch: handle empty `testedwith` value in extension stable
Fri, 04 Jan 2013 19:05:20 +0100 Pierre-Yves David destroyed: filter unknown before computing branchcache
Wed, 02 Jan 2013 01:36:57 +0100 Pierre-Yves David branchmap: disable fallback to unfiltered branchcache
Fri, 21 Dec 2012 17:19:52 +0100 Idan Kamara localrepo: filter unknown nodes from the phasecache on destroyed
Fri, 04 Jan 2013 06:11:29 +0100 Idan Kamara phases: make _filterunknown a member function of phasecache
Fri, 04 Jan 2013 01:37:38 +0100 Pierre-Yves David localrepo: drop `_cacheabletip` method
Fri, 04 Jan 2013 01:25:55 +0100 Pierre-Yves David branchmap: drop `_cacheabletip` usage in `updatecache`
Fri, 28 Dec 2012 03:42:21 +0100 Pierre-Yves David mq: drop `_cacheabletip` usage
Fri, 28 Dec 2012 02:34:32 +0100 Pierre-Yves David bundlerepo: drop use of `_cacheabletip`
Fri, 28 Dec 2012 02:32:47 +0100 Pierre-Yves David bundlerepo: enforce reading from core repo only
Fri, 04 Jan 2013 04:52:57 +0100 Pierre-Yves David branchmap: ignore Abort error while writing cache
Fri, 04 Jan 2013 01:07:25 +0100 Pierre-Yves David vfs: add a read only vfs
Sat, 22 Dec 2012 19:41:11 +0100 Pierre-Yves David branchmap: read return None in case of failure
Sat, 29 Dec 2012 00:40:18 +0100 Pierre-Yves David clfilter: fallback to unfiltered version when linkrev point to filtered history
Mon, 24 Dec 2012 11:58:40 +0100 Pierre-Yves David phases: prepare phase command for filtering
Mon, 24 Dec 2012 11:57:48 +0100 Pierre-Yves David phases: avoid changectx creation while checking command result
Tue, 04 Dec 2012 15:25:22 +0100 Pierre-Yves David test: use obsolescence marker to test hidden
Wed, 02 Jan 2013 13:59:07 +0100 Benoit Boissinot test-command-template.t: make "age" filter test work on Feb 29th stable
Wed, 02 Jan 2013 00:24:28 -0600 Matt Mackall merge with stable
Wed, 02 Jan 2013 00:07:43 -0600 Matt Mackall Added signature for changeset a4765077b65e stable
Wed, 02 Jan 2013 00:07:40 -0600 Matt Mackall Added tag 2.4.2 for changeset a4765077b65e stable
Wed, 02 Jan 2013 00:03:31 -0600 Matt Mackall merge with i18n stable 2.4.2
Wed, 02 Jan 2013 00:02:22 -0600 Matt Mackall merge i18n heads stable
Thu, 20 Dec 2012 19:22:12 +0100 Angel Ezquerra hgweb, paper: add (Atom) subscribe links to the repository index
Tue, 04 Dec 2012 00:41:29 +0100 Angel Ezquerra hgweb: add (Atom) subscribe link to the main paper template pages
Mon, 31 Dec 2012 21:50:35 -0600 Augie Fackler test-command-template.t: fix test so it all year stable
Sun, 30 Dec 2012 03:49:15 +0100 Pierre-Yves David amend: prevent loss of bookmark on failed amend stable
Sat, 29 Dec 2012 18:00:18 +0100 Pierre-Yves David amend: invalidate dirstate in case of failure (issue3670) stable
Sat, 24 Nov 2012 01:40:39 +0400 Nikolaj Sjujskij i18n-ru: delete loose letter stable
Thu, 27 Dec 2012 07:32:51 +0000 Alexander Sauta i18n-ru: synchonized with 777084ac8416 stable
Thu, 20 Dec 2012 16:36:45 -0600 Matt Mackall paper: sanity-check page feed links stable
Sun, 30 Dec 2012 19:19:52 +0100 Benoit Boissinot zeroconf: use port from server instead of picking port from config (issue3746) stable
Thu, 20 Dec 2012 15:52:23 -0600 Matt Mackall scmutil: don't try to match modes on filesystems without modes (issue3740) stable
Sat, 22 Dec 2012 18:11:51 -0600 Matt Mackall hgwebdir: honor web.templates and web.static for static files (issue3734) stable
Sun, 30 Dec 2012 19:19:52 +0100 Benoit Boissinot zeroconf: use port from server instead of picking port from config (issue3746)
Mon, 24 Dec 2012 03:21:15 +0100 Pierre-Yves David branchmap: enable caching for filtered version too
Tue, 01 Jan 2013 21:27:13 +0100 Pierre-Yves David branchmap: report filtername when read fails
Mon, 24 Dec 2012 03:06:03 +0100 Pierre-Yves David branchmap: use a different file name for filtered view of repo
Mon, 24 Dec 2012 03:05:02 +0100 Pierre-Yves David clfilter: ensure unfiltered repo have a filtername attribute too
Mon, 24 Dec 2012 03:04:12 +0100 Pierre-Yves David branchmap: move the cache file name into a dedicated function
Tue, 01 Jan 2013 18:19:24 +0100 Pierre-Yves David branchmap: read and write key part related to filtered revision
Tue, 01 Jan 2013 13:05:22 -0600 Augie Fackler check-code: disallow defunct <> operator
Tue, 01 Jan 2013 13:04:40 -0600 Augie Fackler largefiles: stop using <> operator in favor of !=
Tue, 01 Jan 2013 13:18:33 -0600 Augie Fackler commands: fix implicit tuple that is invalid syntax in Python3
Tue, 01 Jan 2013 12:58:21 -0600 Augie Fackler check-code: disallow two-argument form of raise
Tue, 01 Jan 2013 13:25:07 -0600 Augie Fackler httpclient: apply change df9aea1def3e: remove use of two-argument raise
Tue, 01 Jan 2013 13:21:15 -0600 Augie Fackler test-symlink-os-yes-fs-no.py: clean up use of two-argument raise
Tue, 01 Jan 2013 12:51:00 -0600 Augie Fackler scmutil: clean up use of two-argument raise
Tue, 01 Jan 2013 12:50:46 -0600 Augie Fackler url: clean up use of two-argument raise
Tue, 01 Jan 2013 12:50:23 -0600 Augie Fackler win32: clean up use of two-argument raise
Tue, 01 Jan 2013 12:50:04 -0600 Augie Fackler commandserver: clean up use of two-argument raise
Mon, 31 Dec 2012 21:50:35 -0600 Augie Fackler test-command-template.t: fix test so it all year
Fri, 28 Dec 2012 16:25:12 -0800 Siddharth Agarwal cmdutil: make getgraphlogrevs limit-aware
Fri, 28 Dec 2012 16:25:00 -0800 Siddharth Agarwal cmdutil: stop pretending we can calculate revs for graphlog lazily
Fri, 28 Dec 2012 16:24:36 -0800 Siddharth Agarwal cmdutil: store a local ref to repo.hiddenrevs in getgraphlogrevs
Fri, 28 Dec 2012 14:46:58 -0800 Siddharth Agarwal cmdutil: make getgraphlogrevs return revs in descending order
Mon, 31 Dec 2012 18:11:18 -0600 Pierre-Yves David branchmap: takes filtered revision in account for cache calculation
Mon, 24 Dec 2012 02:57:23 +0100 Pierre-Yves David branchmap: improve computation of target tip
Fri, 28 Dec 2012 00:13:32 +0100 Pierre-Yves David branchmap: improve invalid cache message when reading
Mon, 31 Dec 2012 17:46:22 -0600 Pierre-Yves David histedit: allow operation from non-head if obsolete is enabled
Mon, 31 Dec 2012 17:45:52 -0600 Pierre-Yves David rebase: allow non-head rebase-set when obsolete is enabled
Mon, 31 Dec 2012 17:44:18 -0600 Pierre-Yves David amend: allow amend of non-head when obsolete is enabled
Fri, 21 Dec 2012 22:58:59 +0100 Pierre-Yves David obsolete: factorise troubles detection during push
Mon, 17 Dec 2012 15:17:54 +0100 Pierre-Yves David obsolete: introduce a troubles method on context
Mon, 17 Dec 2012 15:06:15 +0100 Pierre-Yves David obsolete: introduce a troubled method on context
Fri, 28 Dec 2012 14:22:24 +0100 Mads Kiilerich tests: fix windows test failures
Fri, 28 Dec 2012 14:13:06 +0100 Mads Kiilerich merge with stable
Fri, 28 Dec 2012 14:10:35 +0100 Mads Kiilerich tests: fix windows test failures stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: better test coverage of wireproto and the http protocol
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: cleanup of warnings on errors getting largefiles
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove trivial portability wrappers
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove reporemove portability wrapper
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove findoutgoing portability wrapper
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: use constant for '.hglf/'
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: use plain wjoin instead of the complex pathto
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich largefiles: unindent code
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: simplify lfdirstate ignore handling - it is only for tracking .hglf
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: rename 'admin' to more descriptive 'lfstoredir'
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: simplify lfutil.getstandinmatcher by inlining getmatcher
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove overly complex handling of ignored and unknown files
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich largefiles: introduce basic debugstate --large functionality
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
Fri, 28 Dec 2012 11:55:45 +0100 Mads Kiilerich merge with stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: don't walk through all ignored files stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles revert: update lfdirstate with result from first cleanliness check stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles status: update lfdirstate with result from cleanliness check stable
Fri, 28 Dec 2012 11:16:01 +0100 Mads Kiilerich bundlerepo: don't return the peer without bundlerepo from getremotechanges stable
Fri, 28 Dec 2012 00:02:40 +0100 Pierre-Yves David strip: do not update branchcache during strip (issue3745)
Wed, 26 Dec 2012 15:04:07 -0800 Siddharth Agarwal copies: do not track backward copies, only renames (issue3739)
Wed, 26 Dec 2012 15:03:58 -0800 Siddharth Agarwal copies: make debug messages more sensible
Wed, 26 Dec 2012 14:50:17 -0800 Siddharth Agarwal copies: separate moves via directory renames from explicit copies
Wed, 26 Dec 2012 11:16:18 -0600 Kevin Bullock merge with stable
Mon, 24 Dec 2012 02:49:59 +0100 Pierre-Yves David branchmap: move validity logic in the object itself
Sat, 22 Dec 2012 17:08:15 +0100 Pierre-Yves David branchmap: make update a method
Mon, 24 Dec 2012 02:22:04 +0100 Pierre-Yves David branchmap: make update responsible to update the cache key
Sat, 22 Dec 2012 02:11:12 +0100 Pierre-Yves David branchmap: factorise changelog access in update
Thu, 20 Dec 2012 16:28:43 +0100 Pierre-Yves David branchmap: make write a method on the branchmap object
Sat, 22 Dec 2012 02:04:49 +0100 Pierre-Yves David branchmap: simplify write signature
Sat, 22 Dec 2012 02:06:26 +0100 Pierre-Yves David branchmap: add the tiprev (cache key) on the branchmap object
Sat, 22 Dec 2012 01:59:05 +0100 Pierre-Yves David branchmap: add the tipnode (cache key) on the branchcache object
Sat, 22 Dec 2012 01:44:42 +0100 Pierre-Yves David branchmap: store branchcache in a dedicated object
Sat, 22 Dec 2012 01:34:23 +0100 Pierre-Yves David branchmap: `stream_in` write remote branchcache to local one
Mon, 24 Dec 2012 13:26:13 +0100 Mads Kiilerich bookmarks: fix head selection for merge with two bookmarked heads stable
Thu, 20 Dec 2012 14:45:17 +0100 Pierre-Yves David branchmap: extract updatebranchcache from repo