Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
filecache: allow filecacheentry to be created without stating in __init__
2013-01-10, by Idan Kamara
rollback: don't clear the filecache
2013-01-09, by Idan Kamara
destroyed: keep the filecache in sync with __dict__ (issue3335) (issue3693) (issue3743)
2013-01-09, by Idan Kamara
localrepo: write the phasecache when destroying nodes
2013-01-11, by Idan Kamara
localrepo: update the branchmap when destroying nodes
2013-01-05, by Idan Kamara
localrepo: introduce destroying function
2012-12-15, by Idan Kamara
localrepo: don't refresh filecache entries that aren't in __dict__
2012-12-16, by Idan Kamara
changelog: please check-code and remove tabs
2013-01-12, by Mads Kiilerich
branchmap: Save changectx creation during update
2013-01-11, by Pierre-Yves David
changelog: add a `branch` method, bypassing changectx
2013-01-10, by Pierre-Yves David
branchmap: pass revision insteads of changectx to the update function
2013-01-08, by Pierre-Yves David
perf: add perfbranchmap command
2013-01-11, by Pierre-Yves David
clfilter: enforce hidden filtering on all repository accesses
2013-01-11, by Pierre-Yves David
archival: avoid touching deprecated gzip name attribute
2013-01-03, by Mads Kiilerich
archival: pass integer to struct.pack int field instead of float
2013-01-03, by Mads Kiilerich
largefiles: fix update from a merge with removed files
2013-01-11, by Mads Kiilerich
largefiles: fix revert removing a largefile from a merge
2013-01-11, by Mads Kiilerich
largefiles: remove unused proto.refuseclient code
2013-01-11, by Mads Kiilerich
subrepo: make 'in subrepo' string easier to find by external tools
2013-01-03, by Angel Ezquerra
subrepo: fix python2.4 compatibility after 9aa6bee6e9f9
2013-01-10, by Brendan Cully
test-keyword: improve grammar and spelling in branchcache note
2013-01-10, by Christian Ebert
Merge with stable.
2013-01-10, by Augie Fackler
repoview: extract hideable revision computation in a dedicated function
2013-01-10, by Pierre-Yves David
largefiles: make update with backup files in .hglf slightly less broken
stable
2013-01-10, by Mads Kiilerich
tests: fix up test-highlight for breadcrumb changes
2013-01-09, by Matt Mackall
color: add template label function
2012-12-28, by Sean Farley
templater: add no-op template function 'label'
2012-12-22, by Sean Farley
posix: fix split() for the case where the path is at the root of the filesystem
2013-01-09, by Remy Blank
record: remove unused import
2013-01-09, by Idan Kamara
cvsps: fix indentation
2013-01-09, by Idan Kamara
hghave: introduce a test (unused) for cvs >= 1.12
2013-01-09, by Bryan O'Sullivan
discovery: drop the visibleheads function
2013-01-06, by Pierre-Yves David
clfilter: remove the last usage of `visibleheads`
2013-01-06, by Pierre-Yves David
discovery: drop the visiblebranchmap function
2013-01-05, by Pierre-Yves David
clfilter: drop extra filtering in wireprotocol
2013-01-06, by Pierre-Yves David
clfilter: filter "unserved" on all wireprotocol command calls
2013-01-06, by Pierre-Yves David
clfilter: drop extra filtering in localpeer
2013-01-06, by Pierre-Yves David
clfilter: make localpeer use a repo with "unserved" filter
2013-01-06, by Pierre-Yves David
performance: speedup computation of extinct revisions
2013-01-04, by Pierre-Yves David
performance: speedup computation of suspended revisions
2013-01-04, by Pierre-Yves David
performance: speedup computation of unstable revisions
2013-01-04, by Pierre-Yves David
performance: speedup computation of mutable revisions
2013-01-07, by Pierre-Yves David
performance: speedup computation of unserved revisions
2013-01-04, by Pierre-Yves David
performance: speedup computation of hidden revisions
2013-01-04, by Pierre-Yves David
performance: speedup computation of obsolete revisions
2013-01-04, by Pierre-Yves David
clfilter: drop unnecessary explicit filtering on histedit
2012-12-24, by Pierre-Yves David
clfilter: drop unnecessary explicit filtering on rebase
2012-12-04, by Pierre-Yves David
clfilter: ensure that hidden filtering is working on all commands
2013-01-08, by Pierre-Yves David
clfilter: enforce hidden changeset globally
2013-01-08, by Pierre-Yves David
record: use patch.diffopts to account for user diffopts
2013-01-08, by Denis Laxalde
convert: fix most test-check-code-hg violations in cvsps code
2013-01-08, by Bryan O'Sullivan
tests: update hgweb tests to include breadcrumbs
2013-01-08, by Bryan O'Sullivan
subrepo: add subrepo property to SubrepoAbort exceptions
2013-01-03, by Angel Ezquerra
tests: update test-convert-cvs*.t
2013-01-08, by Bryan O'Sullivan
cvsps: use commitids (when present) to detect changesets
2013-01-08, by Frank Kingswood
hgweb, spartan: link from manifest title to changeset page
2012-12-21, by Angel Ezquerra
hgweb, spartan: add "URL breadcrumbs"
2012-12-21, by Angel Ezquerra
hgweb: add a "URL breadcrumb" to the index and repository pages
2012-11-28, by Angel Ezquerra
merge: never do premerge on symlinks
2013-01-08, by Mads Kiilerich
merge: make internal merge fail cleanly on symlinks
2013-01-08, by Mads Kiilerich
debugpushkey: list keys sorted
2012-12-16, by Mads Kiilerich
debugdiscovery: report heads in sorted order
2012-12-12, by Mads Kiilerich
hidden: drop of the repo.hiddenrevs property
2013-01-03, by Pierre-Yves David
context: retrieve hidden from filteredrevs
2013-01-03, by Pierre-Yves David
revset: retrieve hidden from filteredrevs
2013-01-03, by Pierre-Yves David
hidden: use both parents of working directory
2013-01-08, by Pierre-Yves David
hidden: drop cache on hiddenrevs property
2013-01-08, by Pierre-Yves David
hidden: move computation in filter function
2013-01-08, by Pierre-Yves David
branchcache: add note about cache invalidation to test-keyword.t
2013-01-08, by Pierre-Yves David
clfilter: add impactable filter
2013-01-02, by Pierre-Yves David
clfilter: add mutable filtering
2013-01-02, by Pierre-Yves David
run-tests.py: fix handling of symlink to the right python
2013-01-07, by Mads Kiilerich
log: use "hidden" filtering instead of manual check at display time
2013-01-07, by Pierre-Yves David
clfilter: introduces a hidden filter
2013-01-07, by Pierre-Yves David
perftest: allow selection of volatile set to benchmark
2013-01-04, by Pierre-Yves David
perftest: add a command to benchmark construction of volatile cache
2013-01-04, by Pierre-Yves David
perftest: add an option to invalidate volatile cache
2013-01-04, by Pierre-Yves David
perftest: document the perfrevset command
2013-01-04, by Pierre-Yves David
perftest: migrate to new style command declaration
2013-01-04, by Pierre-Yves David
perftest: drop duplicated codes
2013-01-04, by Pierre-Yves David
cmdutil: make options argument optional
2013-01-04, by Pierre-Yves David
branchmap: allow to use cache of subset
2013-01-07, by Pierre-Yves David
repoview: add a subset table
2013-01-07, by Pierre-Yves David
branchmap: add a copy method
2013-01-02, by Pierre-Yves David
clfilter: use empty frozenset intead of empty tuple
2013-01-02, by Pierre-Yves David
run-tests.py: don't use console for stdin when running in debug mode
2013-01-07, by Mads Kiilerich
tests: make hghave and run-tests exit on unknown feature requirements
2013-01-07, by Mads Kiilerich
test-largefiles.t: fix wrong '#if hgweb' - it should be '#if serve'
2013-01-07, by Mads Kiilerich
dispatch: show empty filename in OSError aborts
2013-01-07, by Mads Kiilerich
test-dispatch.t: remove incorrect "cd $dir"
2013-01-06, by Mads Kiilerich
merge with crew-stable
2013-01-04, by Kevin Bullock
dispatch: handle empty `testedwith` value in extension
stable
2013-01-04, by Pierre-Yves David
destroyed: filter unknown before computing branchcache
2013-01-04, by Pierre-Yves David
branchmap: disable fallback to unfiltered branchcache
2013-01-02, by Pierre-Yves David
localrepo: filter unknown nodes from the phasecache on destroyed
2012-12-21, by Idan Kamara
phases: make _filterunknown a member function of phasecache
2013-01-04, by Idan Kamara
localrepo: drop `_cacheabletip` method
2013-01-04, by Pierre-Yves David
branchmap: drop `_cacheabletip` usage in `updatecache`
2013-01-04, by Pierre-Yves David
mq: drop `_cacheabletip` usage
2012-12-28, by Pierre-Yves David
bundlerepo: drop use of `_cacheabletip`
2012-12-28, by Pierre-Yves David
bundlerepo: enforce reading from core repo only
2012-12-28, by Pierre-Yves David
branchmap: ignore Abort error while writing cache
2013-01-04, by Pierre-Yves David
vfs: add a read only vfs
2013-01-04, by Pierre-Yves David
branchmap: read return None in case of failure
2012-12-22, by Pierre-Yves David
clfilter: fallback to unfiltered version when linkrev point to filtered history
2012-12-29, by Pierre-Yves David
phases: prepare phase command for filtering
2012-12-24, by Pierre-Yves David
phases: avoid changectx creation while checking command result
2012-12-24, by Pierre-Yves David
test: use obsolescence marker to test hidden
2012-12-04, by Pierre-Yves David
test-command-template.t: make "age" filter test work on Feb 29th
stable
2013-01-02, by Benoit Boissinot
merge with stable
2013-01-02, by Matt Mackall
Added signature for changeset a4765077b65e
stable
2013-01-02, by Matt Mackall
Added tag 2.4.2 for changeset a4765077b65e
stable
2013-01-02, by Matt Mackall
merge with i18n
stable
2.4.2
2013-01-02, by Matt Mackall
merge i18n heads
stable
2013-01-02, by Matt Mackall
hgweb, paper: add (Atom) subscribe links to the repository index
2012-12-20, by Angel Ezquerra
hgweb: add (Atom) subscribe link to the main paper template pages
2012-12-04, by Angel Ezquerra
test-command-template.t: fix test so it all year
stable
2012-12-31, by Augie Fackler
amend: prevent loss of bookmark on failed amend
stable
2012-12-30, by Pierre-Yves David
amend: invalidate dirstate in case of failure (issue3670)
stable
2012-12-29, by Pierre-Yves David
i18n-ru: delete loose letter
stable
2012-11-24, by Nikolaj Sjujskij
i18n-ru: synchonized with 777084ac8416
stable
2012-12-27, by Alexander Sauta
paper: sanity-check page feed links
stable
2012-12-20, by Matt Mackall
zeroconf: use port from server instead of picking port from config (issue3746)
stable
2012-12-30, by Benoit Boissinot
scmutil: don't try to match modes on filesystems without modes (issue3740)
stable
2012-12-20, by Matt Mackall
hgwebdir: honor web.templates and web.static for static files (issue3734)
stable
2012-12-22, by Matt Mackall
zeroconf: use port from server instead of picking port from config (issue3746)
2012-12-30, by Benoit Boissinot
branchmap: enable caching for filtered version too
2012-12-24, by Pierre-Yves David
branchmap: report filtername when read fails
2013-01-01, by Pierre-Yves David
branchmap: use a different file name for filtered view of repo
2012-12-24, by Pierre-Yves David
clfilter: ensure unfiltered repo have a filtername attribute too
2012-12-24, by Pierre-Yves David
branchmap: move the cache file name into a dedicated function
2012-12-24, by Pierre-Yves David
branchmap: read and write key part related to filtered revision
2013-01-01, by Pierre-Yves David
check-code: disallow defunct <> operator
2013-01-01, by Augie Fackler
largefiles: stop using <> operator in favor of !=
2013-01-01, by Augie Fackler
commands: fix implicit tuple that is invalid syntax in Python3
2013-01-01, by Augie Fackler
check-code: disallow two-argument form of raise
2013-01-01, by Augie Fackler
httpclient: apply change df9aea1def3e: remove use of two-argument raise
2013-01-01, by Augie Fackler
test-symlink-os-yes-fs-no.py: clean up use of two-argument raise
2013-01-01, by Augie Fackler
scmutil: clean up use of two-argument raise
2013-01-01, by Augie Fackler
url: clean up use of two-argument raise
2013-01-01, by Augie Fackler
win32: clean up use of two-argument raise
2013-01-01, by Augie Fackler
commandserver: clean up use of two-argument raise
2013-01-01, by Augie Fackler
test-command-template.t: fix test so it all year
2012-12-31, by Augie Fackler
cmdutil: make getgraphlogrevs limit-aware
2012-12-28, by Siddharth Agarwal
cmdutil: stop pretending we can calculate revs for graphlog lazily
2012-12-28, by Siddharth Agarwal
cmdutil: store a local ref to repo.hiddenrevs in getgraphlogrevs
2012-12-28, by Siddharth Agarwal
cmdutil: make getgraphlogrevs return revs in descending order
2012-12-28, by Siddharth Agarwal
branchmap: takes filtered revision in account for cache calculation
2012-12-31, by Pierre-Yves David
branchmap: improve computation of target tip
2012-12-24, by Pierre-Yves David
branchmap: improve invalid cache message when reading
2012-12-28, by Pierre-Yves David
histedit: allow operation from non-head if obsolete is enabled
2012-12-31, by Pierre-Yves David
rebase: allow non-head rebase-set when obsolete is enabled
2012-12-31, by Pierre-Yves David
amend: allow amend of non-head when obsolete is enabled
2012-12-31, by Pierre-Yves David
obsolete: factorise troubles detection during push
2012-12-21, by Pierre-Yves David
obsolete: introduce a troubles method on context
2012-12-17, by Pierre-Yves David
obsolete: introduce a troubled method on context
2012-12-17, by Pierre-Yves David
tests: fix windows test failures
2012-12-28, by Mads Kiilerich
merge with stable
2012-12-28, by Mads Kiilerich
tests: fix windows test failures
stable
2012-12-28, by Mads Kiilerich
largefiles: better test coverage of wireproto and the http protocol
2012-12-13, by Mads Kiilerich
largefiles: cleanup of warnings on errors getting largefiles
2012-12-13, by Mads Kiilerich
largefiles: remove trivial portability wrappers
2012-12-13, by Mads Kiilerich
largefiles: remove reporemove portability wrapper
2012-12-13, by Mads Kiilerich
largefiles: remove findoutgoing portability wrapper
2012-12-13, by Mads Kiilerich
largefiles: use constant for '.hglf/'
2012-12-13, by Mads Kiilerich
largefiles: use plain wjoin instead of the complex pathto
2012-12-13, by Mads Kiilerich
largefiles: unindent code
2012-12-28, by Mads Kiilerich
largefiles: simplify lfdirstate ignore handling - it is only for tracking .hglf
2012-12-13, by Mads Kiilerich
largefiles: rename 'admin' to more descriptive 'lfstoredir'
2012-12-13, by Mads Kiilerich
largefiles: simplify lfutil.getstandinmatcher by inlining getmatcher
2012-12-13, by Mads Kiilerich
largefiles: remove overly complex handling of ignored and unknown files
2012-12-13, by Mads Kiilerich
largefiles: introduce basic debugstate --large functionality
2012-12-28, by Mads Kiilerich
util: fold ENOENT check into unlinkpath, controlled by new ignoremissing flag
2012-12-28, by Mads Kiilerich
merge with stable
2012-12-28, by Mads Kiilerich
largefiles: don't walk through all ignored files
stable
2012-12-13, by Mads Kiilerich
largefiles revert: update lfdirstate with result from first cleanliness check
stable
2012-12-13, by Mads Kiilerich
largefiles status: update lfdirstate with result from cleanliness check
stable
2012-12-13, by Mads Kiilerich
bundlerepo: don't return the peer without bundlerepo from getremotechanges
stable
2012-12-28, by Mads Kiilerich
strip: do not update branchcache during strip (issue3745)
2012-12-28, by Pierre-Yves David
copies: do not track backward copies, only renames (issue3739)
2012-12-26, by Siddharth Agarwal
copies: make debug messages more sensible
2012-12-26, by Siddharth Agarwal
copies: separate moves via directory renames from explicit copies
2012-12-26, by Siddharth Agarwal
merge with stable
2012-12-26, by Kevin Bullock
branchmap: move validity logic in the object itself
2012-12-24, by Pierre-Yves David
branchmap: make update a method
2012-12-22, by Pierre-Yves David
branchmap: make update responsible to update the cache key
2012-12-24, by Pierre-Yves David
branchmap: factorise changelog access in update
2012-12-22, by Pierre-Yves David
branchmap: make write a method on the branchmap object
2012-12-20, by Pierre-Yves David
branchmap: simplify write signature
2012-12-22, by Pierre-Yves David
branchmap: add the tiprev (cache key) on the branchmap object
2012-12-22, by Pierre-Yves David
branchmap: add the tipnode (cache key) on the branchcache object
2012-12-22, by Pierre-Yves David
branchmap: store branchcache in a dedicated object
2012-12-22, by Pierre-Yves David
branchmap: `stream_in` write remote branchcache to local one
2012-12-22, by Pierre-Yves David
bookmarks: fix head selection for merge with two bookmarked heads
stable
2012-12-24, by Mads Kiilerich
branchmap: extract updatebranchcache from repo
2012-12-20, by Pierre-Yves David
branchmap: extract _updatebranchcache from repo
2012-12-19, by Pierre-Yves David
branchmap: _updatebranchmap does not need to be filtered
2012-12-19, by Pierre-Yves David
branchmap: extract read logic from repo
2012-12-19, by Pierre-Yves David
branchmap: extract write logic from localrepo
2012-12-20, by Pierre-Yves David
branchmap: create a mercurial.branchmap module
2012-12-19, by Pierre-Yves David
bundlerepo: use _cacheabletip mechanism in bundlerepo
2012-12-20, by Pierre-Yves David
branchmap: merge _branchtags into updatebranchcache
2012-12-20, by Pierre-Yves David
branchmap: factorise access to changelog in updatebranchcache
2012-12-19, by Pierre-Yves David
branchmap: simplify _branchtags using a new _cacheabletip method
2012-12-20, by Pierre-Yves David
hook: disable demandimport before importing hooks
2012-12-20, by Dirkjan Ochtman
test-pathencode: accept --seed parameter in hex as well
2012-12-20, by Adrian Buehlmann
subrepo: append subrepo path to subrepo error messages
2012-12-13, by Angel Ezquerra
tests: fix some slash-based Windows failures
2012-12-20, by Kevin Bullock
inotify: on Python < 2.6, socket.error lacks errno
2012-12-20, by Bryan O'Sullivan
hidden: invalidate hiddenrevs when needed
2012-12-18, by Pierre-Yves David
cache: group obscache and revsfiltercache invalidation in a single function
2012-12-18, by Pierre-Yves David
clfilter: use filtering in `visibleheads`
2012-12-17, by Pierre-Yves David
clfilter: use filtering in `visiblebranchmap`
2012-12-17, by Pierre-Yves David
clfilter: introduce a "unserver" filtering mode
2012-12-17, by Pierre-Yves David
clfilter: add a cache on repo for set of revision to filter for a given set.
2012-12-20, by Pierre-Yves David
clfilter: add actual repo filtering mechanism
2012-12-20, by Pierre-Yves David
inotify: pacify pestiferous pyflakes precipitously
2012-12-19, by Bryan O'Sullivan
tests: make test-inotify-issue1208.t disappear
2012-12-19, by Bryan O'Sullivan
posix: move server side of unix domain sockets out of inotify
2012-12-18, by Bryan O'Sullivan
inotify: don't fall over just because of a dangling symlink
2012-12-18, by Bryan O'Sullivan
test-inotify: test symlink indirection for unix sockets
2012-12-19, by Bryan O'Sullivan
test-pathencode: compare current pathencoding implementations
2012-12-19, by Adrian Buehlmann
rebase: use lazy ancestor membership testing
2012-12-17, by Siddharth Agarwal
localrepo: use lazy ancestor membership testing
2012-12-17, by Siddharth Agarwal
ancestor: add lazy membership testing to lazyancestors
2012-12-18, by Siddharth Agarwal
revlog: move ancestor generation out to a new class
2012-12-18, by Siddharth Agarwal
ignore: process hgignore files in deterministic order
2012-12-17, by Bryan O'Sullivan
ignore: only read an ignore file once
2012-12-17, by Bryan O'Sullivan
ignore: refactor ignore into two functions
2012-12-17, by Bryan O'Sullivan
clfilter: fix `nodemap` usage in `getbundle`
2012-12-10, by Pierre-Yves David
test: fix truncated comment in test
2012-12-17, by Pierre-Yves David
clfilter: ensure context raise RepoLookupError when the revision is filtered
2012-12-17, by Pierre-Yves David
revlog: remove incancestors since it is no longer used
2012-12-17, by Siddharth Agarwal
transplant: replace incancestors uses with ancestors
2012-12-17, by Siddharth Agarwal
revlog.ancestors: add support for including revs
2012-12-17, by Siddharth Agarwal
perf: add command to test performance of membership in ancestor set
2012-12-14, by Siddharth Agarwal
ancestor: move missingancestors doctest out into a separate file
2012-12-11, by Siddharth Agarwal
merge with crew-stable
2012-12-16, by Kevin Bullock
dirstate: remove obsolete comment from setbranch
stable
2012-11-29, by Tim Henigan
dirstate: don't rename branch file if writing it failed
stable
2012-12-15, by Idan Kamara
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip