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
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.
test-treemanifest: add globs for Windows
2015-05-18, by Matt Harbison
util: drop any() and all() polyfills
2015-05-16, by Augie Fackler
cleanup: use __builtins__.all instead of util.all
2015-05-16, by Augie Fackler
check-code: un-ban __builtins__.all now that we're on 2.6
2015-05-16, by Augie Fackler
cleanup: use __builtins__.any instead of util.any
2015-05-16, by Augie Fackler
check-code: un-ban any() now that we're on 2.6
2015-05-16, by Augie Fackler
walkchangerevs: replace try/except with 'next'
2015-05-17, by Pierre-Yves David
generatorset: use 'next()' to simplify the code
2015-05-17, by Pierre-Yves David
revset: use 'next()' to detect end of iteration in 'last'
2015-05-17, by Pierre-Yves David
revset: use 'next()' to detect end of iteration in 'limit'
2015-05-17, by Pierre-Yves David
_revancestors: use 'next' to remove the verbose try except clauses
2015-05-17, by Pierre-Yves David
check-code: lift the ban on 'next()'
2015-05-17, by Pierre-Yves David
check-code: drop the 'isdisjoint' ban
2015-05-17, by Pierre-Yves David
check-code: fix the error message about 'class foo():'
2015-05-17, by Pierre-Yves David
check-code: remove the check for os.path.relpath
2015-05-17, by Pierre-Yves David
patch: remove duplicated import of cStringIO
2015-05-17, by Pierre-Yves David
check-commit: print limit when user has a too-long summary
2015-05-18, by Augie Fackler
paper: show branch/tags/bookmarks when blaming (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when comparing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when diffing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when viewing (issue3559)
2015-05-15, by Anton Shestakov
paper: show branch/tags/bookmarks when browsing (issue3559)
2015-05-15, by Anton Shestakov
revset: extract addset._iterordered to free function
2015-05-16, by Yuya Nishihara
revset: use fastasc/fastdesc switch consistently in addset.__iter__
2015-05-16, by Yuya Nishihara
revset: drop redundant filteredset from right-hand side set of "or" operation
2015-03-30, by Yuya Nishihara
getbundle: sort bundlecaps before exchanging then over the wire
2015-05-10, by Pierre-Yves David
hg-ssh: reject push earlier (on pretxnopen)
2015-05-10, by Pierre-Yves David
test: test both bundle1 and bundle2 paths in 'test-push-hook-lock.t'
2015-05-10, by Pierre-Yves David
progress: get the extremely verbose output out of default debug
2015-05-09, by Pierre-Yves David
hgweb: show changeset branches/tags/bookmarks in file log (style=monoblue)
2015-05-15, by Anton Shestakov
hgweb: show changeset branches/tags/bookmarks in file log (style=gitweb)
2015-05-15, by Anton Shestakov
match: resolve filesets in subrepos for commands given the '-S' argument
2015-05-16, by Matt Harbison
subrepo: introduce getfileset()
2015-05-15, by Matt Harbison
phase: default to current revision if no rev is provided (issue4666)
2015-05-15, by Gilles Moris
treemanifest: add --dir option to debug{revlog,data,index}
2015-04-12, by Martin von Zweigbergk
obsolete: sort obsmarkers during exchange
2015-05-10, by Pierre-Yves David
test-discovery-legacy: disable bundle2 for legacy test
2015-04-21, by Pierre-Yves David
test-discovery: disable bundle2 for legacy test (issue4610)
2015-04-21, by Pierre-Yves David
revset: fix iteration over ordered addset composed of non-ordered operands
2015-05-15, by Pierre-Yves David
match: add match.ispartial()
2015-05-15, by Drew Gottlieb
util: drop alias for collections.deque
2015-05-16, by Martin von Zweigbergk
util: kill Python 2.4 deque.remove hack
2015-05-16, by Adrian Buehlmann
summary: add a phase line (draft, secret) to the output
2015-05-14, by Gilles Moris
hgweb: also display changeset bookmarks in file log (style=paper)
2015-05-15, by Anton Shestakov
tests: test branch/tag/bookmark display in test-hgweb-filelog.t
2015-05-15, by Anton Shestakov
hgweb: split some long lines in paper, gitweb and monoblue styles
2015-05-15, by Anton Shestakov
run-tests: add a --profile-runner option
2015-05-13, by Augie Fackler
test-http: drop compatibility check on Python >= 2.4.3
2015-05-15, by Gilles Moris
revset: remove unused 'only' from methods table
2015-05-15, by Yuya Nishihara
shelve: allow --patch and --stat without --list for a single shelf
2015-04-14, by Tony Tung
shelve: refactor allowables to specify sets of valid operations
2015-04-14, by Tony Tung
merge with stable
2015-05-15, by Matt Mackall
rebase: check that the bookmark is still valid when restoring (issue4669)
stable
2015-05-14, by Tony Tung
bookmarks: rename current to active in variables and comments
2015-04-14, by Ryan McElroy
rebase: remove extraneous blank at the end of file
2015-05-14, by Tony Tung
run-tests: include 'start' and 'end' in --time output
2015-05-07, by Pierre-Yves David
run-tests: track start and end time of tests
2015-05-07, by Pierre-Yves David
templater: look for mapfiles in template paths
2015-05-15, by Jordi GutiƩrrez Hermoso
config: give it an includepaths option for looking for config files
2015-05-15, by Jordi GutiƩrrez Hermoso
revset: map postfix '%' to only() to optimize operand recursively (issue4670)
stable
2015-05-15, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip