Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
walk: refactor walk plan
2009-05-31, by Matt Mackall
match: remove match.never
2009-05-31, by Matt Mackall
walk: use match.bad callback for filetype messages
2009-05-31, by Matt Mackall
match: ignore return of match.bad
2009-05-31, by Matt Mackall
add: use match.bad callback more effectively
2009-05-31, by Matt Mackall
match: document bad callback semantics
2009-05-31, by Matt Mackall
walk: simplify logic for badfn clause
2009-05-31, by Matt Mackall
walk: we always have a badfn
2009-05-31, by Matt Mackall
walk: simplify check for missing file
2009-05-31, by Matt Mackall
run-tests: redefine --with-hg so it takes the 'hg' script to run.
2009-05-31, by Greg Ward
run-tests: fix _checkhglib() so it's correct when using --with-hg.
2009-05-29, by Greg Ward
run-tests: factor out _checkhglib() to check import path of 'mercurial'.
2009-05-29, by Greg Ward
run-tests: show PID if running in parallel mode with -v.
2009-05-29, by Greg Ward
i18n-da: synchronized and updated slightly
2009-05-31, by Martin Geisler
commands: typo in bundle abort message
2009-05-31, by Martin Geisler
fixed typos found in translatable strings
2009-05-31, by Martin Geisler
graphlog, win32mbcs: capitalize ASCII
2009-05-31, by Martin Geisler
highlight: consistently capitalize Pygments
2009-05-31, by Martin Geisler
win32mbcs: capitalize Unicode
2009-05-31, by Martin Geisler
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip