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.
commands: expand "arg" -> "argument" in showconfig help strings
2009-05-31, by Martin Geisler
wrap string literals in error messages
2009-05-31, by Martin Geisler
convert/gnuarch: wrap long line, format kwargs without spaces
2009-05-31, by Martin Geisler
convert/cvsps: wrap long lines
2009-05-31, by Martin Geisler
convert/subversion: wrap long lines in comments
2009-05-31, by Martin Geisler
test-hybridencode: break long string literals
2009-05-31, by Martin Geisler
revlog: make triple-quoted string a real comment
2009-05-31, by Martin Geisler
posix: do not use fstat in isowner
2009-05-30, by Martin Geisler
removed unused imports
2009-05-30, by Martin Geisler
Move alias into core
2009-05-30, by Brendan Cully
mq: rename setheader to updateheader and fix comment
2009-05-30, by Cédric Duval
mq: initializing patchheader class directly from patch content
2009-05-30, by Cédric Duval
Merge with mpm
2009-05-29, by Bryan O'Sullivan
run-tests: clarify timeout log message.
2009-05-29, by Greg Ward
revlog: refactor chunk cache interface again
2009-05-27, by Matt Mackall
clone: fall back to pull source repo cannot be locked, 937ee88da3ef was a noop
2009-05-28, by Benoit Boissinot
fixed 0xc0150004 error building Mercurial under Python 2.6 for Windows
2009-05-28, by Garth Roxburgh-Kidd
localrepo: move comment
2009-05-28, by Adrian Buehlmann
localrepo: use lock.release for single lock
2009-05-27, by Simon Heimberg
dirstate: fixed typo in comment
2009-05-27, by Martin Geisler
changelog: make delayopener less intrusive
2009-05-27, by Matt Mackall
revlog: report indexfile rather than datafile for integrity check
2009-05-27, by Matt Mackall
ui: fix two bugs in %% warning
2009-05-27, by Matt Mackall
revlog: move stat inside lazyparser
2009-05-27, by Matt Mackall
dirstate: notice truncated parents read
2009-05-25, by Matt Mackall
lookup: check for dirstate damage on failure
2009-05-25, by Matt Mackall
keyword: rename matcher() to match() mimicking changes in main
2009-05-26, by Christian Ebert
tests: test for dispatch on [defaults]: more clearly differing output
2009-05-24, by Cédric Duval
merge: whitespace cleanup
2009-05-27, by Peter Arrenbrecht
revlog: add test for 7659eecd9da2 (issue1678)
2009-05-27, by Peter Arrenbrecht
changegroup: the node list might be an empty generator (fix issue1678)
2009-05-27, by Benoit Boissinot
store encoding: .i/.d encoding for non-store repo (broken by 810387f59696)
2009-05-26, by Benoit Boissinot
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
2009-05-26, by Martin Geisler
util: simplify range expression
2009-05-26, by Martin Geisler
color: cleanup extra commas
2009-05-26, by Martin Geisler
setup: execute hg in C locale
2009-05-26, by Martin Geisler
setup: handle trust warnings when determining version
2009-05-26, by Martin Geisler
setup: renamed l, e vars to out, err
2009-05-26, by Martin Geisler
hggettext: ensure correct Mercurial is imported
2009-05-26, by Martin Geisler
Makefile: do not create i18n/, it is already there
2009-05-26, by Martin Geisler
replace xrange(0, n) with xrange(n)
2009-05-25, by Martin Geisler
color: replace re.split with ui.configlist
2009-05-25, by Martin Geisler
color: use lists instead of tuples for effects
2009-05-25, by Martin Geisler
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip