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.
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
commands: 'hg bookmark NAME' should work even with ui.strict=True
2012-12-16, by Kevin Bullock
tests: improve test-mv-cp-st-diff.t readability
2012-12-16, by Mads Kiilerich
obsolete: refuse to push divergent changeset
2012-11-10, by Pierre-Yves David
obsolete: add a divergent method on context
2012-12-12, by Pierre-Yves David
obsolete: add revset and test for divergent changesets
2012-12-12, by Pierre-Yves David
obsolete: detect divergent changesets
2012-12-12, by Pierre-Yves David
obsolete: drop successors sets which are subset of another one
2012-11-10, by Pierre-Yves David
obsolete: compute successors set
2012-12-13, by Pierre-Yves David
mq: don't fail when removing a patch without patch file from series file
2012-12-09, by Mads Kiilerich
largefiles: align rm warnings with warnings used in core
2012-12-13, by Mads Kiilerich
merge with stable
2012-12-13, by Mads Kiilerich
largefiles: commit directories that only contain largefiles (issue3548)
stable
2012-12-10, by Levi Bard
revset.children: ignore rev numbers that are too low
2012-12-07, by Siddharth Agarwal
perf: add a command to measure revset performance
2012-12-06, by Siddharth Agarwal
run-tests: fix whitespace nonsense
2012-12-12, by Bryan O'Sullivan
merge with mpm
2012-12-12, by Bryan O'Sullivan
run-tests: on windows, put correct python at front of PATH
2012-12-12, by Bryan O'Sullivan
run-tests: fix exename on Windows
2012-12-11, by Siddharth Agarwal
run-tests: support running tests in parallel on windows
2012-12-11, by Bryan O'Sullivan
makefile: allow local builds to work on windows/mingw32
2012-12-11, by Bryan O'Sullivan
check-code: make 'missing whitespace in assignment' more aggressive
2012-12-09, by Mads Kiilerich
check-code: there must also be whitespace between ')' and operator
2012-12-09, by Mads Kiilerich
rm: drop misleading 'use -f' hint for the rm --after 'not removing' warning
2012-12-09, by Mads Kiilerich
contrib: state explicitly how hgtest.vim can be installed
2012-12-09, by Mads Kiilerich
tests: kill daemons early, making breaking at "Accept" prompt safe
2012-12-09, by Mads Kiilerich
run-tests: use correct python safely under --jobs
2012-12-10, by Bryan O'Sullivan
run-tests: check for the correct python when starting
2012-12-10, by Bryan O'Sullivan
run-tests: use correct python when run with --local
2012-12-10, by Bryan O'Sullivan
synthrepo: do not crash if a list is empty
2012-12-10, by Bryan O'Sullivan
hgwebdir: do not show RSS and Atom links for plain directories
2012-11-27, by Angel Ezquerra
hgweb: add branches RSS and Atom feeds
2012-12-04, by Angel Ezquerra
push: reunite comment with the line of code it describes
2012-12-07, by Kevin Bullock
bookmarks: spelling correction in docstring
2012-12-07, by Kevin Bullock
merge: fix mistake in moved _checkcollision call from 5881d5b7552f
2012-12-06, by Kevin Bullock
windows: correctly pass a mode to S_IFMT in statfiles
2012-12-06, by Matt Mackall
strip: make query to get new bookmark target cheaper
2012-12-05, by Siddharth Agarwal
graft: explicit current node tracking
2012-12-04, by David Schleimer
graft: move commit info building
2012-12-04, by David Schleimer
merge with stable
2012-12-06, by Matt Mackall
merge: support calculating merge actions against non-working contexts
2012-12-04, by David Schleimer
merge: refactor action calculation into function
2012-12-04, by David Schleimer
dirstate: inline more properties and methods in status
2012-12-03, by Siddharth Agarwal
perf: add option to perfstatus to get the status of unknown files
2012-12-03, by Siddharth Agarwal
dirstate: test normalize is truthy instead of using a no-op lambda
2012-12-04, by Siddharth Agarwal
merge with stable
2012-12-04, by Kevin Bullock
hgweb: avoid generator exhaustion with branches
stable
2012-12-06, by Matt Mackall
hgweb: fix iterator reuse in atom feed generation
stable
2012-12-05, by Matt Mackall
tests: don't hardcode errno==2 for ENOENT
stable
2012-12-04, by Julien Cristau
osutil: tab damage, how i hate thee
2012-12-03, by Bryan O'Sullivan
osutil: write a C implementation of statfiles for unix
2012-12-03, by Bryan O'Sullivan
merge with i18n
stable
2012-12-03, by Wagner Bruna
i18n-ja: synchronized with f94ead934067
stable
2012-11-30, by FUJIWARA Katsunori
Added signature for changeset 0c10cf819146
stable
2012-12-03, by Matt Mackall
Added tag 2.4.1 for changeset 0c10cf819146
stable
2012-12-03, by Matt Mackall
osutil: fix tab damage
2012-11-30, by Bryan O'Sullivan
Merge with crew
2012-11-30, by Bryan O'Sullivan
osutil: factor out creation and init of listdir_stat
2012-11-30, by Bryan O'Sullivan
dirstate: avoid use of zip on big lists
2012-11-30, by Bryan O'Sullivan
dirstate: move file type filtering to its source
2012-11-30, by Bryan O'Sullivan
clfilter: rename `unfilteredmeth` to `unfilteredmethod`
2012-11-30, by Pierre-Yves David
clfilter: fix a false positive in the test-obsolete.t
2012-11-30, by Pierre-Yves David
clfilter: ensure that filecache on localrepo is unfiltered
2012-10-08, by Pierre-Yves David
clfilter: add a propertycache that must be unfiltered
2012-10-08, by Pierre-Yves David
largefile: status is buggy on repoproxy, so run unfiltered
2012-10-08, by Pierre-Yves David
clfilter: mq should not warn about filtered mq patches
2012-10-08, by Pierre-Yves David
clfilter: ensure that mq performs commits on unfiltered repos
2012-10-08, by Pierre-Yves David
clfilter: use unfiltered repo for bookmark push logic
2012-10-08, by Pierre-Yves David
clfilter: `bookmark.validdest` should run on unfiltered repo
2012-10-08, by Pierre-Yves David
clfilter: unfilter some parts of the push logic
2012-10-08, by Pierre-Yves David
subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) (API)
stable
2.4.1
2012-11-30, by FUJIWARA Katsunori
clfilter: prevent unwanted warning about filtered parents as unknown
2012-10-08, by Pierre-Yves David
clfilter: strip logic should be unfiltered
2012-10-08, by Pierre-Yves David
clfilter: verify logic should be unfiltered
2012-10-08, by Pierre-Yves David
clfilter: phases logic should be unfiltered
2012-11-21, by Pierre-Yves David
clfilter: unfilter computation of obsolescence related computation
2012-10-08, by Pierre-Yves David
clfilter: ensure changeset creation in the repo is run unfiltered
2012-11-26, by Pierre-Yves David
clfilter: ensure changegroup generation is run unfiltered
2012-11-26, by Pierre-Yves David
clfilter: ensure `rollback` is run unfiltered
2012-11-26, by Pierre-Yves David
clfilter: ensure cache invalidation is done on the main unfiltered repo
2012-11-26, by Pierre-Yves David
clfilter: ensure that tag logic runs unfiltered
2012-11-26, by Pierre-Yves David
clfilter: ensure `branchcache` logic runs unfiltered
2012-11-26, by Pierre-Yves David
clfilter: introduce an `unfilteredmethod` decorator
2012-11-26, by Pierre-Yves David
clfilter: introduce an "unfiltered" method on localrepo
2012-11-21, by Pierre-Yves David
clfilter: remove usage of `range` and `xrange` in scmutil.revrange
2012-11-20, by Pierre-Yves David
hgweb: display diff for a changeset against any parents (issue2810)
2012-11-12, by Weiwen
branch: add missing repo argument to checknewlabel
2012-11-29, by Tim Henigan
Merge with stable.
2012-11-29, by Augie Fackler
rebase: fix pull --rev options clashing with --rebase (issue3619)
stable
2012-11-29, by Pierre-Yves David
dirstate: remove obsolete comment from setbranch
2012-11-29, by Tim Henigan
merge with stable
2012-11-28, by Matt Mackall
tests: fix broken fix of test-phases output
stable
2012-11-28, by Matt Mackall
update: allow update to existing branches with invalid names (issue3710)
stable
2012-11-27, by Tim Henigan
commit: increase perf by building a new addlist instead of editing the old one
2012-11-19, by Durham Goode
template engine: convert generator-based iterator to list-based iterator
2012-11-28, by Weiwen
command: remove phase from the list of basic command
stable
2012-11-28, by Pierre-Yves David
merge with stable
2012-11-28, by Matt Mackall
phases: fix missing "error" module import (issue3707)
stable
2012-11-25, by André Sintzoff
test-mq-qrefresh: test that the patch at qtip is indeed empty
2012-11-08, by Adrian Buehlmann
tests: only call check-code once
2012-11-26, by Matt Mackall
ancestor: fix a comment (followup to 0b03454abae7)
2012-11-28, by Siddharth Agarwal
revlog: allow reverse iteration with revlog.revs
2012-11-21, by Pierre-Yves David
convert: add config option to use the local time zone
2012-11-18, by Julian Cowley
rebase: use revlog.findmissingrevs to compute detach set
2012-11-27, by Siddharth Agarwal
revlog: add rev-specific variant of findmissing
2012-11-26, by Siddharth Agarwal
revlog: switch findmissing to use ancestor.missingancestors
2012-11-26, by Siddharth Agarwal
ancestor: faster algorithm for difference of ancestor sets
2012-11-26, by Siddharth Agarwal
bisect: add example for limiting bisection to specified directories
2012-11-23, by Jordi Gutiérrez Hermoso
subrepo: use posixpath when diffing, for consistent paths
2012-11-27, by Bryan O'Sullivan
run-tests: fix an unnoticed check-code violation
2012-11-27, by Bryan O'Sullivan
run-tests: add a --compiler option
2012-11-27, by Bryan O'Sullivan
run-tests: make build command line less intimidating
2012-11-27, by Bryan O'Sullivan
hooks: be even more forgiven of non-fd descriptors (issue3711)
stable
2012-11-26, by Matt Mackall
hooks: delay I/O redirection until we actually run a hook (issue3711)
stable
2012-11-26, by Matt Mackall
util: make chunkbuffer non-quadratic on Windows
stable
2012-11-26, by Matt Mackall
revset: backed out changeset 54cedee86e51
stable
2012-11-26, by Matt Mackall
hgk: specify some colours explicitly in hex
2012-11-07, by Andrew Shadura
hgk: no committer please
2012-10-16, by Andrew Shadura
hgk: use Ttk instead of plain Tk
2012-10-16, by Andrew Shadura
check-code: move i18n check from warning to error
2012-11-25, by Matt Mackall
i18n: wrap false positives for translation detection
2012-11-25, by Matt Mackall
eol: don't refer to a random name-captured ui object
2012-11-20, by Bryan O'Sullivan
mq: don't refer to a random name-captured repo object
2012-11-20, by Bryan O'Sullivan
Merge with crew-stable
2012-11-20, by Bryan O'Sullivan
commit: increase perf by avoiding checks against entire repo subsets
stable
2012-11-16, by Durham Goode
commit: increase perf by avoiding unnecessary filteredrevs check
stable
2012-11-16, by Durham Goode
merge with crew-stable
2012-11-16, by Kevin Bullock
grep: remove useless while condition
stable
2012-11-15, by Kevin Bullock
merge with mpm
2012-11-16, by Kevin Bullock
test-pathencode: more aggressively check for python < 2.6
2012-11-15, by Bryan O'Sullivan
diff: move index header generation to patch
2012-11-15, by Guillermo Pérez
patch: make _addmodehdr a function under trydiff
2012-11-15, by Guillermo Pérez
diff: rewrite diffline
2012-11-15, by Guillermo Pérez
diff: swap and simplify diffline args
2012-11-15, by Guillermo Pérez
diff: change how quiet mode supresses diffline
2012-11-15, by Guillermo Pérez
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip