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.
win32text: drop disabling portion of test
2009-06-09, by Matt Mackall
i18n-de: Synchronised with hg.pot
2009-06-08, by Tobias Bell
i18n-pt_BR: synchronized and updated
2009-06-09, by Wagner Bruna
convert: better support for CVS branchpoints (issue1447)
2009-06-09, by Henrik Stuart
Merge with stable
2009-06-08, by Matt Mackall
Merge with crew
2009-06-08, by Matt Mackall
merge: refactor manifestmerge init to better report effective ancestor
2009-06-08, by Matt Mackall
merge: simplify file revision comparison logic
2009-06-08, by Matt Mackall
merge: make locally-added file test more correct
2009-06-08, by Matt Mackall
merge: drop unused diverge initialization
2009-06-08, by Matt Mackall
merge: refactor some initialization, drop backwards var
2009-06-08, by Matt Mackall
merge: combine a copy and move case
2009-06-08, by Matt Mackall
merge: drop a flag update case
2009-06-08, by Matt Mackall
merge: combine three identical 'remote is newer' cases
2009-06-08, by Matt Mackall
merge: drop 'remote deleted' case
2009-06-08, by Matt Mackall
merge: simplify 'other deleted' case
2009-06-08, by Matt Mackall
merge: simplify backwards revert test, ready to combine with other cases
2009-06-08, by Matt Mackall
merge: allow merging going backwards
2009-06-08, by Matt Mackall
merge: reorder remote creation tests
2009-06-08, by Matt Mackall
merge: drop recreating case
2009-06-08, by Matt Mackall
merge: drop an overwrite test
2009-06-08, by Matt Mackall
merge: simplify a delete case
2009-06-08, by Matt Mackall
merge: reorder get cases for future simplification
2009-06-08, by Matt Mackall
merge: fix prompt keep
2009-06-08, by Matt Mackall
merge: remove a flags case
2009-06-08, by Matt Mackall
merge: pretend ancestor is local to simplify backwards and overwrite
2009-06-08, by Matt Mackall
merge: simplify flag merging code slightly
2009-06-08, by Matt Mackall
dirstate: eliminate reference cycle from normalize
2009-06-08, by Matt Mackall
cleanup: removed unused imports
2009-06-07, by Henri Wiechers
hgrc.5: wrap lines at 70 chars (whitespace cleanup)
2009-06-08, by Martin Geisler
hgignore.5: wrap lines at 70 chars (whitespace cleanup)
2009-06-08, by Martin Geisler
hg.1: wrap lines at 70 chars (whitespace cleanup)
2009-06-08, by Martin Geisler
hgrc.5: language fixes
2009-06-07, by timeless
hgrc.5: wrap manpage at 80 chars
2009-06-01, by Christian Ebert
bookmarks: update docstring
2009-06-04, by Abderrahim Kitouni
Unbreak run-tests support for out-of-tree extensions
2009-06-06, by Brendan Cully
Merge with crew-stable
2009-06-06, by Brendan Cully
Some platforms lack the PATH_MAX definition (eg. GNU/Hurd).
2009-06-05, by Arne Babenhauserheide
test-fncache: Use find instead of ls -R.
2009-06-04, by Will Maier
Make test-verify SUSv3 compatible.
2009-06-04, by Will Maier
Support branch names in contrib/bash_completion
2009-06-03, by Steve Losh
Support merge in contrib/bash_completion
2009-06-03, by Steve Losh
context: add a dirty method to detect modified contexts
2009-06-04, by Matt Mackall
dirstate: don't complain about 0-length files
2009-06-04, by Matt Mackall
commit: move some setup outside the lock
2009-06-04, by Matt Mackall
Add cp950 as problematic encoding which is used in chinese windows.
2009-06-04, by Shun-ichi GOTO
hgweb: allow distinction between open/closed branches on branches page
2009-06-04, by Dirkjan Ochtman
commit: rename wctx to cctx
2009-06-03, by Matt Mackall
mq: fix commit prototype
2009-06-03, by Matt Mackall
commit: trade O(n^2) file checks for O(n^2) dir checks
2009-06-01, by Matt Mackall
commit: move explicit file checking into repo.commit
2009-06-01, by Matt Mackall
dirstate: more accurate use of match.dir callback
2009-06-01, by Matt Mackall
commit: editor reads file lists from provided context
2009-06-01, by Matt Mackall
commit: drop the now-unused files parameter
2009-06-01, by Matt Mackall
tag: use match.exact for commit
2009-06-01, by Matt Mackall
commands: drop files arg for commit calls
2009-06-01, by Matt Mackall
transplant: use match object rather than files for commit
2009-06-01, by Matt Mackall
rebase: remove unneeded status call before commit
2009-06-01, by Matt Mackall
gpg: use match.exact rather than files for commit
2009-06-01, by Matt Mackall
mq: drop unneeded files args for commit
2009-06-01, by Matt Mackall
commit: apply force flag without files
2009-06-01, by Matt Mackall
fetch: no need to pass files list to commit
2009-06-01, by Matt Mackall
templater: retain author's full name if no email is supplied (issue1685)
2009-06-03, by Marco Beck
tests: delete parallel coverage files after combining
2009-06-03, by Dirkjan Ochtman
heads: show closed heads only when --closed is passed
2009-06-03, by John Mulligan
localrepo: set heads and branchheads to be closed=False by default
2009-06-03, by John Mulligan
convert: rewrite tags when converting from hg to hg
2009-06-01, by Patrick Mezard
convert: default revisions order depends on source
2009-06-01, by Patrick Mezard
convert: fail fast if source does not support --sourcesort
2009-06-01, by Patrick Mezard
convert: add --sourcesort option for source specific sort
2009-06-01, by Patrick Mezard
convert: parse sort mode sooner
2009-06-01, by Patrick Mezard
convert: split toposort() into subfunctions for readability
2009-06-01, by Patrick Mezard
run-tests: don't replace PYTHONPATH, just augment it.
2009-06-01, by Greg Ward
merge with mpm
2009-06-01, by Martin Geisler
color: yet another typo
2009-06-01, by Martin Geisler
match: fold plan cases down to two special cases
2009-05-31, by Matt Mackall
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip