Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+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.
hgweb: extract config values after reading webdir-config
2009-05-26, by Dirkjan Ochtman
tests: make coverage run in parallel mode, clean up coverage code
2009-05-25, by Dirkjan Ochtman
revlog: fix undefined variable introduced in 5726bb290bfe
2009-05-25, by Benoit Boissinot
parentrevspec: remove a trailing colon
2009-05-24, by Cédric Duval
purge: fix spelling error
2009-05-24, by Cédric Duval
zsh-comp: explain how to use for non-global install
2009-05-24, by Martin Geisler
use ui instead of repo.ui when the former is in scope
2009-05-24, by Martin Geisler
cmdutils: Take over glob expansion duties from util
2009-05-24, by Matt Mackall
match: fix _patsplit breakage with drive letters
2009-05-24, by Matt Mackall
statichttprepo: handle remote not supporting Range headers
2009-05-24, by Patrick Mezard
convert: better feedback when filtering out empty revisions
2009-05-24, by Patrick Mezard
inotify: server: use a common 'pollable' interface for server & repowatcher
2009-05-21, by Nicolas Dumazet
inotify: process all inotify events in one batch
2009-05-21, by Nicolas Dumazet
inotify: rename handle_event to handle_pollevent to avoid confusion
2009-05-21, by Nicolas Dumazet
inotify: handle_event: do not use event and fd parameters.
2009-05-21, by Nicolas Dumazet
inotify: use a decorator instead of dispatching calls
2009-05-22, by Nicolas Dumazet
inotify: do not defer inotify events processing
2009-05-22, by Nicolas Dumazet
inotify: do not recurse in handle_timeout(): call it explicitely, not in scan()
2009-05-21, by Nicolas Dumazet
i18n-da: typo
2009-05-24, by Henrik Stuart
merge with crew
2009-05-24, by Benoit Boissinot
inotify: adding test for issue1556
2009-03-31, by Dmitriy Kostunin
inotify: proper fix for issue1542 (partially reverting 67e59a9886d5)
2009-05-23, by Nicolas Dumazet
inotify: server: refactor updatestatus()
2009-05-24, by Nicolas Dumazet
convert: deprecate external cvsps, to be removed in 1.4
2009-05-24, by Patrick Mezard
osutil: silence uninitialized variable warning
2009-05-24, by Patrick Mezard
convert/hg: update documentation
2009-05-24, by Patrick Mezard
i18n-da: better word for "check"
2009-05-24, by Henrik Stuart
i18n-da: fixed use of plural form for parent
2009-05-24, by Henrik Stuart
i18n-da: better Danish word for "entry"
2009-05-24, by Henrik Stuart
runtest: do not start testing when there is no test
2009-05-19, by Simon Heimberg
templatefilters: add filter to convert date to local date (issue1674)
2009-05-24, by Henrik Stuart
url: use CONNECT for HTTPS connections through HTTP proxy (issue967)
2009-05-22, by Henrik Stuart
dirstate: skip step 3 in walk if nothing new will match
2009-05-14, by Simon Heimberg
dirstate: set more states in step 1 of walk
2009-05-14, by Simon Heimberg
match: fold match into _match base class
2009-05-24, by Matt Mackall
match: add exact flag to match() to unify all match forms
2009-05-24, by Matt Mackall
match: redefine always and never in terms of match and exact
2009-05-24, by Matt Mackall
match: fold _globprefix into _roots
2009-05-24, by Matt Mackall
match: optimize escaping in _globre
2009-05-24, by Matt Mackall
match: remove head and tail args from _globre
2009-05-24, by Matt Mackall
match: fold _matcher into match.__init__
2009-05-24, by Matt Mackall
match: rename _matchfn to _buildmatch
2009-05-24, by Matt Mackall
match: optimize _patsplit
2009-05-24, by Matt Mackall
match: tweak some names
2009-05-24, by Matt Mackall
match: simplify _matcher
2009-05-24, by Matt Mackall
match: split up _normalizepats
2009-05-24, by Matt Mackall
match: optimize _globprefix
2009-05-24, by Matt Mackall
match: unnest functions in _matcher
2009-05-24, by Matt Mackall
match: kill unused defaults on _globre
2009-05-24, by Matt Mackall
match: kill test in matchfn
2009-05-24, by Matt Mackall
match: refactor matchfn generation
2009-05-24, by Matt Mackall
match: move util match functions over
2009-05-24, by Matt Mackall
util: privatize globre
2009-05-24, by Matt Mackall
match: refactor patkind
2009-05-24, by Matt Mackall
match: add some default args
2009-05-24, by Matt Mackall
match: change all users of util.matcher to match.match
2009-05-24, by Matt Mackall
tests: add tests for new pre-push logic (issue736)
2009-05-23, by Sune Foldager
named branches: improve pre-push logic (issue736)
2009-05-23, by Sune Foldager
named branches: client branchmap wire protocol support (issue736)
2009-05-23, by Henrik Stuart
named branches: server branchmap wire protocol support (issue736)
2009-05-23, by Henrik Stuart
Merge with -stable
2009-05-24, by Matt Mackall
Merge with crew-stable
2009-05-23, by Matt Mackall
windows: make openhardlinks work
2009-05-23, by Henrik Stuart
revlog: fix reading of larger revlog indices on Windows
2009-05-23, by Matt Mackall
inotify: Removing the unnecessary "inotifyserver" class variable.
2009-05-08, by Nicolas Dumazet
inotify: set a flag so a failed inotify query doesn't get repeated.
2009-05-06, by Nicolas Dumazet
inotify: introduce debuginotify, which lists which paths are under watch
2009-04-22, by Nicolas Dumazet
inotify: put STAT-specific query answer generation part in its own method
2009-04-22, by Nicolas Dumazet
inotify: change protocol so that different query types can be supported.
2009-04-17, by Nicolas Dumazet
inotify: Separate query sending logic from Server starting.
2009-04-07, by Nicolas Dumazet
inotify: modular architecture for inotify clients
2009-04-07, by Nicolas Dumazet
setup: another newline if version could not be established.
2009-05-23, by Martin Geisler
setup: add missing newline in warning
2009-05-23, by Martin Geisler
setup: read .hg_archival.txt for version info (issue1670)
2009-05-22, by Jeremy Whitlock
setup.py: subprocess instead of os.popen, sys.stderr.write instead of print
2009-05-22, by Christian Ebert
gendoc: add missing space in command synopsis
2009-05-22, by Ori Avtalion
merge: give hint as to how to discover uncommitted changes
2009-05-22, by Steve Borho
commands: standardize parents command meta data
2009-05-22, by Ori Avtalion
i18n-da: synchronized
2009-05-21, by Martin Geisler
i18n: accurately generate hg.pot
2009-05-21, by Martin Geisler
hgcia, convert: escape backslashes in docstrings
2009-05-21, by Martin Geisler
commands: remove unnecessary quotes in backout help
2009-05-21, by Martin Geisler
test-merge-tools: windows fixes
2009-05-21, by Patrick Mezard
ui: honor interactive=off even if isatty()
2009-05-21, by Patrick Mezard
Merge with crew-stable
2009-05-21, by Patrick Mezard
hgwebdir: fix [collections] evaluation under Windows
2009-05-21, by Patrick Mezard
cmdutil: mark string for translation
2009-05-20, by Martin Geisler
util: use "is" for True/False/None comparisons
2009-05-20, by Martin Geisler
remove: warn if unversionned files are specified (issue1454)
2009-05-20, by Benoit Boissinot
fetch: allow -r for remote repos
2009-05-20, by Benoit Boissinot
filelog encoding: move the encoding/decoding into store
2009-05-20, by Benoit Boissinot
store: refactor the fncache handling
2009-05-20, by Benoit Boissinot
hgweb: make hgwebdir handle dict/list paths the same as config paths
2009-05-20, by Jeremy Whitlock
workingfilectx: always use the same filelog, even for renames
2009-05-20, by Benoit Boissinot
use 'x is None' instead of 'x == None'
2009-05-20, by Martin Geisler
patch: simplify Boolean expression slightly
2009-05-20, by Martin Geisler
mq: new method invalidate
2009-05-05, by Simon Heimberg
mq: only read files when needed
2009-05-04, by Simon Heimberg
tests: replace #...# syntax with {...}
2009-05-19, by Martin Geisler
match: use self.exact instead of lambda
2009-05-15, by Simon Heimberg
dirstate: use quicker matchfn() instead of match() everywhere
2009-05-14, by Simon Heimberg
patchbomb: don't localize Date headers
2009-05-19, by Dirkjan Ochtman
alias: a0104303f400 did not correctly handle whitespace in the args
2009-05-19, by Benoit Boissinot
update --clean: do not unlink added files (issue575)
2009-05-19, by Benoit Boissinot
templater: lowercase error message
2009-05-17, by Martin Geisler
util: use set instead of dict
2009-05-19, by Simon Heimberg
localrepo: update commit*() docstrings
2009-05-19, by Benoit Boissinot
patchbomb: with --in-reply-to, still thread message under first in series
2009-05-19, by Cédric Duval
merge with mpm
2009-05-19, by Martin Geisler
patchbomb: minor typo and language fixes
2009-05-19, by Cédric Duval
patchbomb: clarify diffstat usage
2009-05-19, by Cédric Duval
patchbomb: fix inexact description of the messages threading
2009-05-18, by Cédric Duval
coal/paper: minimize whitespace differences in CSS files
2009-05-19, by Martin Geisler
coal/paper: equal heights for file and annotate views
2009-05-19, by Martin Geisler
spartan: ensure equal heights for file and annotate views
2009-05-19, by Martin Geisler
coal/paper: simplify margin and padding CSS rules
2009-05-18, by Martin Geisler
spartan: simplify CSS colors (#xxxxxx -> #xxx)
2009-05-18, by Martin Geisler
coal/paper/spartan: remove extra line break in annotate view
2009-05-18, by Martin Geisler
commit: tidy up mergestate slightly
2009-05-18, by Matt Mackall
commit: drop unneeded dirstate invalidate logic
2009-05-18, by Matt Mackall
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip