Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-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.
merge with stable
2012-06-12, by Thomas Arendsen Hein
archive: make progress only show files that are actually archived
stable
2012-06-12, by Thomas Arendsen Hein
test-hardlinks: enable for Windows
2012-06-11, by Adrian Buehlmann
test-command-template: enable for Windows
2012-06-11, by Adrian Buehlmann
test-rollback: enable for Windows
2012-06-11, by Adrian Buehlmann
test-init: enable for Windows
2012-06-11, by Adrian Buehlmann
test-run-tests: add tests for "#if no-false" and no-true
2012-06-11, by Adrian Buehlmann
tests: add missing trailing 'cd ..'
2012-06-11, by Mads Kiilerich
tests: cleanup of tests that got lost in their own nested directories
2012-06-11, by Mads Kiilerich
tests: cleanup of tests that ended up outside $TESTTMP
2012-06-11, by Mads Kiilerich
tests: remove 'hghave symlink' from test-import-git.t
2012-06-10, by Mads Kiilerich
tests: remove 'hghave symlink' from test-convert-svn-sink.t
2012-06-10, by Mads Kiilerich
tests: convert some 'hghave symlink' to #if
2012-06-10, by Mads Kiilerich
tests: drop a couple of unnecessary 'hghave symlink'
2012-06-10, by Mads Kiilerich
tests: use the right directory for running hghave from run-tests.py
2012-06-10, by Mads Kiilerich
tests: make .t tests stop immediately if a cd fails
2012-06-10, by Mads Kiilerich
test-remove-new: integrate into test-remove.t
2012-06-10, by Adrian Buehlmann
test-bundle: enable for Windows
2012-06-10, by Adrian Buehlmann
test-rename.t: enable for Windows
2012-06-10, by Adrian Buehlmann
tests: consistently use a HGEDITOR pattern that works with msys on windows
2012-06-10, by Mads Kiilerich
tests: glob the remaining 'saved backup bundle to' to prepare for windows
2012-06-10, by Mads Kiilerich
tests: convert some 'hghave execbit' to #if
2012-06-10, by Mads Kiilerich
tests: change odd uses of 'if hghave' to #if
2012-06-10, by Mads Kiilerich
tests/run-tests: avoid C:/ in arguments
2012-06-10, by Adrian Buehlmann
test-commit: remove extra cd ..
2012-06-09, by Adrian Buehlmann
help: test keyword search in translated text.
2012-06-08, by Olav Reinert
test-mq-subrepo-svn: enable for Windows
2012-06-08, by Eduard-Cristian Stefan
test-convert-git: remove the read-only attribute of repository files
2012-06-08, by Eduard-Cristian Stefan
test-convert: disable autocrlf for git
2012-06-08, by Eduard-Cristian Stefan
tests/hghave: implement #if true / #if false
2012-06-08, by Adrian Buehlmann
tests/run-tests: use $TMP on Windows (issue3490)
2012-06-08, by Adrian Buehlmann
test-import: enable for Windows
2012-06-08, by Adrian Buehlmann
test-import: remove unneeded chmod call
2012-06-08, by Adrian Buehlmann
test-log: enable for Windows
2012-06-08, by Adrian Buehlmann
test-revert: enable for Windows
2012-06-08, by Adrian Buehlmann
merge heads
2012-06-07, by Thomas Arendsen Hein
help: fix 'hg help -k' matching an extension without docs
2012-06-07, by Thomas Arendsen Hein
revlog: zlib.error sent to the user (issue3424)
2012-06-04, by Brad Hall
statichttprepo: don't send Range header when requesting entire file
stable
2012-06-09, by Alexander Boyd
merge with stable
2012-06-06, by Matt Mackall
merge with i18n
stable
2012-06-06, by Matt Mackall
merge with i18n
stable
2012-06-05, by Wagner Bruna
i18n-ru: synchronized with 4cf41c333e74
stable
2012-06-05, by Alexander Sauta
update: fix help regarding update to ancestor
stable
2012-06-05, by Kevin Bullock
bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484)
stable
2012-06-06, by Jim Hague
test-add: enable for Windows
2012-06-05, by Adrian Buehlmann
test-addremove: remove bits about con.xml
2012-06-05, by Adrian Buehlmann
util: simplify queue management in chunkbuffer
2012-06-05, by Bryan O'Sullivan
hghave: wrap command in 'sh -c "..."' for has_pyflakes()
2012-05-27, by Adrian Buehlmann
merge with stable
2012-06-04, by Matt Mackall
help: fix keyword search result formatting
2012-06-05, by Olav Reinert
help: drop -a from heads syntax summary (issue3483)
stable
2012-06-04, by Matt Mackall
revlog: add optional stoprev arg to revlog.ancestors()
2012-06-01, by Joshua Redstone
revlog: descendants(*revs) becomes descendants(revs) (API)
2012-06-01, by Bryan O'Sullivan
revlog: ancestors(*revs) becomes ancestors(revs) (API)
2012-06-01, by Bryan O'Sullivan
config: make sortdict keys() and iterkeys() methods respect the item order
2012-05-29, by Angel Ezquerra
merge with stable
2012-06-04, by Matt Mackall
parsers: replace magic number 64 with symbolic constant
2012-06-01, by Bryan O'Sullivan
revset: introduce and use _revsbetween
2012-06-01, by Bryan O'Sullivan
revset: implement dagrange directly
2012-06-01, by Bryan O'Sullivan
revset: turn dagrange into a function
2012-06-01, by Bryan O'Sullivan
revset: drop unreachable code
2012-06-01, by Bryan O'Sullivan
perf: add a benchmark for revrange
2012-06-01, by Bryan O'Sullivan
test-tags: enable for Windows
2012-06-04, by Adrian Buehlmann
tests: roll test-copy2.t into test-copy.t
2012-06-04, by Adrian Buehlmann
help: fix keyword search output for extension commands
2012-06-03, by Olav Reinert
help: format all output using RST
2012-06-02, by Olav Reinert
help: format command and option list help using RST
2012-06-02, by Olav Reinert
help: format extension lists using RST
2012-06-02, by Olav Reinert
test-revset: enable for Windows
2012-06-03, by Adrian Buehlmann
graft: restore config option on correct ui
stable
2012-06-04, by Idan Kamara
tests: roll test-commit-copy.t into test-commit.t
2012-06-04, by Adrian Buehlmann
base85: cast Py_ssize_t values to int (issue3481)
2012-06-04, by Adrian Buehlmann
tests: roll test-clone-failure.t into test-clone.t
2012-06-04, by Adrian Buehlmann
test-clone-failure: enable for Windows using #if
2012-06-01, by Adrian Buehlmann
help: fix search with `-k` option in non-ASCII locales
2012-06-04, by Nikolaj Sjujskij
hgweb: fixes linebreak location in gitweb filediff.tmpl view
stable
2012-06-04, by wujek srujek
test-paths.t: enable for Windows using #if
2012-06-03, by Adrian Buehlmann
tests: introduce c-style conditional sections in .t tests
2012-06-01, by Mads Kiilerich
run-tests: don't add python lines to expected dict
2012-05-30, by Adrian Buehlmann
run-test: replace backslashes in TESTDIR
2012-06-03, by Adrian Buehlmann
dispatch: tolerate non-standard version strings in tuplever() (issue3470)
2012-05-25, by Adrian Buehlmann
revset: cache alias expansions
2012-05-24, by Patrick Mezard
base85: use Py_ssize_t for string lengths
2012-05-24, by Adrian Buehlmann
hg-ssh: read-only flag
2012-05-22, by David Schleimer
bookmarks: allow existing remote bookmarks to become heads when pushing
2012-05-13, by Levi Bard
util: subclass deque for Python 2.4 backwards compatibility
2012-06-01, by Bryan O'Sullivan
merge with stable
2012-06-02, by Matt Mackall
Added signature for changeset 85a358df5bbb
stable
2012-06-01, by Matt Mackall
Added tag 2.2.2 for changeset 85a358df5bbb
stable
2012-06-01, by Matt Mackall
localrepo: move filecache clearing into invalidate
2012-06-01, by Matt Mackall
strip: move bookmark deletion before strip to deal with filecache invalidation
2012-06-01, by Matt Mackall
merge with stable
2012-06-01, by Matt Mackall
merge with i18n
stable
2.2.2
2012-06-01, by Matt Mackall
i18n-pt_BR: synchronized with 2a0efa1112ac
stable
2012-05-31, by Wagner Bruna
revset: avoid validating all tag nodes for tag(x)
2012-06-01, by Matt Mackall
revset: add pattern matching to 'extra' revset expression
2012-05-30, by Simon King
revset: add pattern matching to the 'user' revset expression
2012-05-30, by Simon King
revset: add pattern matching to 'bookmarks' revset expression
2012-05-30, by Simon King
revset: add pattern matching to 'branch' revset expression
2012-05-30, by Simon King
revset: add pattern matching to 'tag' revset expression
2012-05-30, by Simon King
revset: add helper function for matching strings to patterns
2012-05-30, by Simon King
help: format command help using RST
2012-06-01, by Olav Reinert
help: format topic help using RST
2012-06-01, by Olav Reinert
help: inline helper function used once only
2012-06-01, by Olav Reinert
minirst: generate tables as a list of joined lines
2012-06-01, by Olav Reinert
scmutil: seen.union should be seen.update (issue3476)
stable
2012-05-31, by Bryan O'Sullivan
patch: keep patching after missing copy source (issue3480)
stable
2012-06-01, by Patrick Mezard
keyword: update copyleft
2012-05-26, by Christian Ebert
keyword: wlock cmdutil.copy wrapper
2012-05-26, by Christian Ebert
keyword: support commit --amend (issue3471)
2012-05-26, by Christian Ebert
keyword: rename kwt.record attribute to kwt.postcommit
2012-05-25, by Christian Ebert
scmutil: use _winreg.HKEY_LOCAL_MACHINE
2012-05-27, by Adrian Buehlmann
win32: move lookupreg() to windows.py
2012-05-27, by Adrian Buehlmann
win32: use Python's _winreg again
2012-05-27, by Adrian Buehlmann
localrepo: clear _filecache earlier to really force reloading (issue3462)
stable
2012-05-29, by Idan Kamara
lsprof: report units correctly
2012-05-30, by Bryan O'Sullivan
cleanup: use the deque type where appropriate
2012-05-15, by Bryan O'Sullivan
perf: add a perfancestors benchmark
2012-05-15, by Bryan O'Sullivan
merge with stable
2012-05-30, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip