Mercurial > hg
graph
-
tests: make hghave and run-tests exit on unknown feature requirementsMon, 07 Jan 2013 02:00:43 +0100, by Mads Kiilerich
-
test-largefiles.t: fix wrong '#if hgweb' - it should be '#if serve'Mon, 07 Jan 2013 02:00:43 +0100, by Mads Kiilerich
-
dispatch: show empty filename in OSError abortsMon, 07 Jan 2013 02:00:29 +0100, by Mads Kiilerich
-
test-dispatch.t: remove incorrect "cd $dir"Sun, 06 Jan 2013 04:04:44 +0100, by Mads Kiilerich
-
merge with crew-stableFri, 04 Jan 2013 13:03:44 -0600, by Kevin Bullock
-
dispatch: handle empty `testedwith` value in extension stableFri, 04 Jan 2013 19:06:42 +0100, by Pierre-Yves David
-
destroyed: filter unknown before computing branchcacheFri, 04 Jan 2013 19:05:20 +0100, by Pierre-Yves David
-
branchmap: disable fallback to unfiltered branchcacheWed, 02 Jan 2013 01:36:57 +0100, by Pierre-Yves David
-
localrepo: filter unknown nodes from the phasecache on destroyedFri, 21 Dec 2012 17:19:52 +0100, by Idan Kamara
-
phases: make _filterunknown a member function of phasecacheFri, 04 Jan 2013 06:11:29 +0100, by Idan Kamara
-
localrepo: drop `_cacheabletip` methodFri, 04 Jan 2013 01:37:38 +0100, by Pierre-Yves David
-
branchmap: drop `_cacheabletip` usage in `updatecache`Fri, 04 Jan 2013 01:25:55 +0100, by Pierre-Yves David
-
mq: drop `_cacheabletip` usageFri, 28 Dec 2012 03:42:21 +0100, by Pierre-Yves David
-
bundlerepo: drop use of `_cacheabletip`Fri, 28 Dec 2012 02:34:32 +0100, by Pierre-Yves David
-
bundlerepo: enforce reading from core repo onlyFri, 28 Dec 2012 02:32:47 +0100, by Pierre-Yves David
-
branchmap: ignore Abort error while writing cacheFri, 04 Jan 2013 04:52:57 +0100, by Pierre-Yves David
-
vfs: add a read only vfsFri, 04 Jan 2013 01:07:25 +0100, by Pierre-Yves David
-
branchmap: read return None in case of failureSat, 22 Dec 2012 19:41:11 +0100, by Pierre-Yves David
-
clfilter: fallback to unfiltered version when linkrev point to filtered historySat, 29 Dec 2012 00:40:18 +0100, by Pierre-Yves David
-
phases: prepare phase command for filteringMon, 24 Dec 2012 11:58:40 +0100, by Pierre-Yves David
-
phases: avoid changectx creation while checking command resultMon, 24 Dec 2012 11:57:48 +0100, by Pierre-Yves David
-
test: use obsolescence marker to test hiddenTue, 04 Dec 2012 15:25:22 +0100, by Pierre-Yves David
-
test-command-template.t: make "age" filter test work on Feb 29th stableWed, 02 Jan 2013 13:59:07 +0100, by Benoit Boissinot
-
merge with stableWed, 02 Jan 2013 00:24:28 -0600, by Matt Mackall
-
hgweb, paper: add (Atom) subscribe links to the repository indexThu, 20 Dec 2012 19:22:12 +0100, by Angel Ezquerra
-
hgweb: add (Atom) subscribe link to the main paper template pagesTue, 04 Dec 2012 00:41:29 +0100, by Angel Ezquerra
-
test-command-template.t: fix test so it all year stableMon, 31 Dec 2012 21:50:35 -0600, by Augie Fackler
-
amend: prevent loss of bookmark on failed amend stableSun, 30 Dec 2012 03:49:15 +0100, by Pierre-Yves David
-
amend: invalidate dirstate in case of failure (issue3670) stableSat, 29 Dec 2012 18:00:18 +0100, by Pierre-Yves David
-
zeroconf: use port from server instead of picking port from config (issue3746) stableSun, 30 Dec 2012 19:19:52 +0100, by Benoit Boissinot
-
scmutil: don't try to match modes on filesystems without modes (issue3740) stableThu, 20 Dec 2012 15:52:23 -0600, by Matt Mackall
-
hgwebdir: honor web.templates and web.static for static files (issue3734) stableSat, 22 Dec 2012 18:11:51 -0600, by Matt Mackall
-
zeroconf: use port from server instead of picking port from config (issue3746)Sun, 30 Dec 2012 19:19:52 +0100, by Benoit Boissinot
-
branchmap: enable caching for filtered version tooMon, 24 Dec 2012 03:21:15 +0100, by Pierre-Yves David
-
branchmap: report filtername when read failsTue, 01 Jan 2013 21:27:13 +0100, by Pierre-Yves David
-
branchmap: use a different file name for filtered view of repoMon, 24 Dec 2012 03:06:03 +0100, by Pierre-Yves David
-
clfilter: ensure unfiltered repo have a filtername attribute tooMon, 24 Dec 2012 03:05:02 +0100, by Pierre-Yves David
-
branchmap: move the cache file name into a dedicated functionMon, 24 Dec 2012 03:04:12 +0100, by Pierre-Yves David
-
branchmap: read and write key part related to filtered revisionTue, 01 Jan 2013 18:19:24 +0100, by Pierre-Yves David
-
check-code: disallow defunct <> operatorTue, 01 Jan 2013 13:05:22 -0600, by Augie Fackler
-
largefiles: stop using <> operator in favor of !=Tue, 01 Jan 2013 13:04:40 -0600, by Augie Fackler
-
commands: fix implicit tuple that is invalid syntax in Python3Tue, 01 Jan 2013 13:18:33 -0600, by Augie Fackler
-
check-code: disallow two-argument form of raiseTue, 01 Jan 2013 12:58:21 -0600, by Augie Fackler
-
httpclient: apply change df9aea1def3e: remove use of two-argument raiseTue, 01 Jan 2013 13:25:07 -0600, by Augie Fackler
-
test-symlink-os-yes-fs-no.py: clean up use of two-argument raiseTue, 01 Jan 2013 13:21:15 -0600, by Augie Fackler
-
scmutil: clean up use of two-argument raiseTue, 01 Jan 2013 12:51:00 -0600, by Augie Fackler
-
url: clean up use of two-argument raiseTue, 01 Jan 2013 12:50:46 -0600, by Augie Fackler
-
win32: clean up use of two-argument raiseTue, 01 Jan 2013 12:50:23 -0600, by Augie Fackler
-
commandserver: clean up use of two-argument raiseTue, 01 Jan 2013 12:50:04 -0600, by Augie Fackler
-
test-command-template.t: fix test so it all yearMon, 31 Dec 2012 21:50:35 -0600, by Augie Fackler
-
cmdutil: make getgraphlogrevs limit-awareFri, 28 Dec 2012 16:25:12 -0800, by Siddharth Agarwal
-
cmdutil: stop pretending we can calculate revs for graphlog lazilyFri, 28 Dec 2012 16:25:00 -0800, by Siddharth Agarwal
-
cmdutil: store a local ref to repo.hiddenrevs in getgraphlogrevsFri, 28 Dec 2012 16:24:36 -0800, by Siddharth Agarwal
-
cmdutil: make getgraphlogrevs return revs in descending orderFri, 28 Dec 2012 14:46:58 -0800, by Siddharth Agarwal
-
branchmap: takes filtered revision in account for cache calculationMon, 31 Dec 2012 18:11:18 -0600, by Pierre-Yves David
-
branchmap: improve computation of target tipMon, 24 Dec 2012 02:57:23 +0100, by Pierre-Yves David
-
branchmap: improve invalid cache message when readingFri, 28 Dec 2012 00:13:32 +0100, by Pierre-Yves David
-
histedit: allow operation from non-head if obsolete is enabledMon, 31 Dec 2012 17:46:22 -0600, by Pierre-Yves David
-
rebase: allow non-head rebase-set when obsolete is enabledMon, 31 Dec 2012 17:45:52 -0600, by Pierre-Yves David
-
amend: allow amend of non-head when obsolete is enabledMon, 31 Dec 2012 17:44:18 -0600, by Pierre-Yves David
-
obsolete: factorise troubles detection during pushFri, 21 Dec 2012 22:58:59 +0100, by Pierre-Yves David
-
obsolete: introduce a troubles method on contextMon, 17 Dec 2012 15:17:54 +0100, by Pierre-Yves David
-
obsolete: introduce a troubled method on contextMon, 17 Dec 2012 15:06:15 +0100, by Pierre-Yves David
-
tests: fix windows test failuresFri, 28 Dec 2012 14:22:24 +0100, by Mads Kiilerich
-
merge with stableFri, 28 Dec 2012 14:13:06 +0100, by Mads Kiilerich
-
largefiles: better test coverage of wireproto and the http protocolThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: cleanup of warnings on errors getting largefilesThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: remove trivial portability wrappersThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: remove reporemove portability wrapperThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: remove findoutgoing portability wrapperThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: use constant for '.hglf/'Thu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: use plain wjoin instead of the complex pathtoThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: unindent codeFri, 28 Dec 2012 11:55:57 +0100, by Mads Kiilerich
-
largefiles: simplify lfdirstate ignore handling - it is only for tracking .hglfThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: rename 'admin' to more descriptive 'lfstoredir'Thu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: simplify lfutil.getstandinmatcher by inlining getmatcherThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: remove overly complex handling of ignored and unknown filesThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles: introduce basic debugstate --large functionalityFri, 28 Dec 2012 11:55:57 +0100, by Mads Kiilerich
-
util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flagFri, 28 Dec 2012 11:55:57 +0100, by Mads Kiilerich
-
merge with stableFri, 28 Dec 2012 11:55:45 +0100, by Mads Kiilerich
-
largefiles: don't walk through all ignored files stableThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles revert: update lfdirstate with result from first cleanliness check stableThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
largefiles status: update lfdirstate with result from cleanliness check stableThu, 13 Dec 2012 19:19:06 +0100, by Mads Kiilerich
-
bundlerepo: don't return the peer without bundlerepo from getremotechanges stableFri, 28 Dec 2012 11:16:01 +0100, by Mads Kiilerich
-
strip: do not update branchcache during strip (issue3745)Fri, 28 Dec 2012 00:02:40 +0100, by Pierre-Yves David
-
copies: do not track backward copies, only renames (issue3739)Wed, 26 Dec 2012 15:04:07 -0800, by Siddharth Agarwal
-
copies: make debug messages more sensibleWed, 26 Dec 2012 15:03:58 -0800, by Siddharth Agarwal
-
copies: separate moves via directory renames from explicit copiesWed, 26 Dec 2012 14:50:17 -0800, by Siddharth Agarwal
-
merge with stableWed, 26 Dec 2012 11:16:18 -0600, by Kevin Bullock
-
branchmap: move validity logic in the object itselfMon, 24 Dec 2012 02:49:59 +0100, by Pierre-Yves David
-
branchmap: make update a methodSat, 22 Dec 2012 17:08:15 +0100, by Pierre-Yves David
-
branchmap: make update responsible to update the cache keyMon, 24 Dec 2012 02:22:04 +0100, by Pierre-Yves David
-
branchmap: factorise changelog access in updateSat, 22 Dec 2012 02:11:12 +0100, by Pierre-Yves David
-
branchmap: make write a method on the branchmap objectThu, 20 Dec 2012 16:28:43 +0100, by Pierre-Yves David
-
branchmap: simplify write signatureSat, 22 Dec 2012 02:04:49 +0100, by Pierre-Yves David
-
branchmap: add the tiprev (cache key) on the branchmap objectSat, 22 Dec 2012 02:06:26 +0100, by Pierre-Yves David
-
branchmap: add the tipnode (cache key) on the branchcache objectSat, 22 Dec 2012 01:59:05 +0100, by Pierre-Yves David
-
branchmap: store branchcache in a dedicated objectSat, 22 Dec 2012 01:44:42 +0100, by Pierre-Yves David
-
branchmap: `stream_in` write remote branchcache to local oneSat, 22 Dec 2012 01:34:23 +0100, by Pierre-Yves David
-
bookmarks: fix head selection for merge with two bookmarked heads stableMon, 24 Dec 2012 13:26:13 +0100, by Mads Kiilerich
-
branchmap: extract updatebranchcache from repoThu, 20 Dec 2012 14:45:17 +0100, by Pierre-Yves David
-
branchmap: extract _updatebranchcache from repoWed, 19 Dec 2012 14:49:06 +0100, by Pierre-Yves David
-
branchmap: _updatebranchmap does not need to be filteredWed, 19 Dec 2012 14:47:38 +0100, by Pierre-Yves David
-
branchmap: extract read logic from repoWed, 19 Dec 2012 14:46:57 +0100, by Pierre-Yves David