Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
patch: be more tolerant with EOLs in binary diffs (issue2870)
stable
2012-04-26, by Patrick Mezard
patch: include file name in binary patch error messages
stable
2012-04-26, by Patrick Mezard
patch: display a nice error for invalid base85 data
stable
2012-04-21, by Patrick Mezard
revset: fix adds/modifies/removes and patterns (issue3403)
stable
2012-04-26, by Patrick Mezard
merge with i18n
stable
2012-04-26, by Matt Mackall
i18n-pt_BR: synchronized with e3c7ca15cde2
stable
2012-04-24, by Wagner Bruna
merge with i18n
stable
2012-04-24, by Wagner Bruna
i18n-pt_BR: synchronized with 83622954b64d
stable
2012-04-24, by Wagner Bruna
largefiles: notice dirty large files in a subrepo
stable
2012-04-22, by Matt Harbison
largefiles: fix status -S reporting of subrepos (issue3231)
stable
2012-04-22, by Matt Harbison
i18n: use locale insensitive format for datetimes as intermediate representation (issue3398)
stable
2012-04-26, by FUJIWARA Katsunori
alias: fix shell alias documentation (issue3374)
stable
2012-04-24, by Patrick Mezard
test-convert-svn-sink: add helper to smooth svn xml output
stable
2012-04-24, by Patrick Mezard
convert/svn: make svn sink work with svn 1.7
stable
2012-04-24, by Patrick Mezard
docs: don't use :hg: at the beginning of lines in notes (issue3397)
stable
2012-04-25, by Mads Kiilerich
rebase: skip resolved but emptied revisions
stable
2012-04-22, by Patrick Mezard
test-rebase: exhibit revisions which should have been skipped
stable
2012-04-22, by Patrick Mezard
transplant: do not rollback on patching error (issue3379)
stable
2012-04-22, by Patrick Mezard
patch: fix patch hunk/metdata synchronization (issue3384)
stable
2012-04-21, by Patrick Mezard
commit: use ui.configbool when checking 'commitsubrepos' setting on --amend
stable
2012-04-21, by Adrian Buehlmann
doc: add note about pattern rooted/unrooted cases to "hgignore" and "patterns"
stable
2012-04-23, by FUJIWARA Katsunori
doc: add description about location of management files for subrepo
stable
2012-04-23, by FUJIWARA Katsunori
doc: add description about re-opening closed heads to 'Head, closed branch' in glossary
stable
2012-04-23, by FUJIWARA Katsunori
doc: fix careless document miss for term 'Close changeset' in glossary
stable
2012-04-23, by FUJIWARA Katsunori
doc: fix careless document miss in help of hgext/notify
stable
2012-04-23, by FUJIWARA Katsunori
doc: fix explanation comment in acl extension
stable
2012-04-23, by FUJIWARA Katsunori
tests: test test-filelog is python - rename to test-filelog.py
stable
2012-04-23, by Mads Kiilerich
tests: avoid tab indent on all kinds of lines of sh commands
stable
2012-04-23, by Mads Kiilerich
tests: use 'do sleep 0' instead of 'do true', also on first line of command
stable
2012-04-23, by Mads Kiilerich
check-code: put grouping around regexps generated from testpats
stable
2012-04-23, by Mads Kiilerich
tests: don't use /dev/urandom for largefiles testing
stable
2012-04-23, by Mads Kiilerich
encoding: protect against non-ascii default encoding
stable
2012-04-22, by Cesar Mena
update: fix case-collision with a clean wd and no --clean
stable
2012-04-23, by Patrick Mezard
update: make --check abort with dirty subrepos
stable
2012-04-23, by Patrick Mezard
update: fix "not rev" vs "rev is None"
stable
2012-04-23, by Patrick Mezard
plan9: add missing source entries to proto
stable
2012-04-21, by Steven Stallion
Merge stable
stable
2012-04-22, by Brendan Cully
tests: fix incorrect markup of continued lines of sh commands
stable
2012-04-23, by Mads Kiilerich
check-code: 'printf \0' is apparently fine - accept it in check-code
stable
2012-04-23, by Mads Kiilerich
tests: solaris sh can not negate exit status with '!'
stable
2012-04-23, by Mads Kiilerich
tests: hide diff -u saying 'No differences encountered' on solaris
stable
2012-04-23, by Mads Kiilerich
tests: ^ must be quoted when used on solaris sh
stable
2012-04-23, by Mads Kiilerich
tests: remove test-pull-pull-corruption2.t
stable
2012-04-23, by Mads Kiilerich
tests: remove race in test-pull-pull-corruption.t
stable
2012-04-23, by Mads Kiilerich
tests: fix bashism in test-convert-splicemap.t
stable
2012-04-23, by Mads Kiilerich
opener: coding style, use triple quotes for doc string
stable
2012-04-18, by Thomas Arendsen Hein
icasefs: make case-folding collision detection as rename aware (issue3370)
stable
2012-04-16, by FUJIWARA Katsunori
bdiff.bdiff: release the GIL before doing expensive diff operations
stable
2012-04-20, by Augie Fackler
fetch: remove confusing reference to "authoritative" changes
stable
2012-04-20, by Kevin Bullock
patch: be more tolerant with "Parent" header (issue3356)
stable
2012-04-20, by Patrick Mezard
pure/osutil: use Python's msvcrt module (issue3380)
stable
2012-04-19, by Adrian Buehlmann
commands: add missing wlock to graft
stable
2012-04-19, by Idan Kamara
dirstate: write branch file atomically
stable
2012-04-19, by Idan Kamara
commands: add missing wlock to branch
stable
2012-04-19, by Idan Kamara
commands: add missing wlock to backout
stable
2012-04-19, by Idan Kamara
i18n: show localized messages for commands/extensions in hgweb help top (issue3383)
stable
2012-04-19, by FUJIWARA Katsunori
revert: show warning when reverting subrepos that do not support revert
stable
2012-04-19, by Angel Ezquerra
revset: fix O(n**2) behaviour of bisect() (issue3381)
stable
2012-04-18, by Bryan O'Sullivan
convert/svn: do not try converting empty head revisions (issue3347)
stable
2012-04-18, by Patrick Mezard
convert/svn: refactor svn_source.latest() with a nested function
stable
2012-04-18, by Patrick Mezard
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip