Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+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.
context: avoid using None for working parent
2008-06-25, by Matt Mackall
use repo.changectx rather than context.changectx
2008-06-25, by Matt Mackall
context: consistently return p1 context for None
2008-06-25, by Matt Mackall
lookup: optimize '.'
2008-06-25, by Matt Mackall
Remove RSS/atom links from coal/paper index
2008-06-25, by Brendan Cully
Improve archive links in coal/paper index
2008-06-25, by Brendan Cully
graph: fix JavaScript issues to make it work on IE
2008-06-25, by Benoit Allard
fix default branchheads() argument (e85951aeec6e was very broken)
2008-06-25, by Dirkjan Ochtman
fix dumb test failure introduced in 855851eae70f
2008-06-25, by Dirkjan Ochtman
Improve hgwebdir index in coal and paper styles
2008-06-24, by Brendan Cully
graph: improve script hiding tricks
2008-06-24, by Dirkjan Ochtman
graph: optimize rendering by appending all nodes at once
2008-06-24, by Augie Fackler
Fix gitweb to not say shortlog instead of graph.
2008-06-24, by Augie Fackler
tighter default argument selection in localrepo.branchheads()
2008-06-24, by Dirkjan Ochtman
merge from crew-stable
2008-06-24, by Dirkjan Ochtman
use ${PYTHON} var in doc/Makefile as well
2008-06-24, by Dirkjan Ochtman
merge: only in-branch merges can be implicit
2008-06-23, by Dirkjan Ochtman
get repo.branchheads() to use working directory's branch by default
2008-06-23, by Dirkjan Ochtman
kill some trailing spaces
2008-06-23, by Dirkjan Ochtman
graph: display branch name alongside tags
2008-06-23, by Dirkjan Ochtman
test-commit: test unset date is not read as epoch origin
2008-06-23, by Patrick Mezard
Fix commit date (issue1193)
2008-06-21, by Christian Ebert
convert: hg sink commits without working dir
2008-06-19, by Patrick Mezard
convert: reintegrate file retrieval code in sinks
2008-06-19, by Patrick Mezard
context: add memctx for memory commits
2008-06-19, by Patrick Mezard
merge with crew
2008-06-18, by Benoit Boissinot
coal: remove double template entry
2008-06-18, by Benoit Allard
localrepo: interpret ctx.filectx() exception as a missing file
2008-06-18, by Patrick Mezard
localrepo: do not expose workingctx options
2008-06-18, by Patrick Mezard
localrepo: extract _commitctx() from commit()
2008-06-18, by Patrick Mezard
context: let workingctx.date(), .user() and description() be overriden
2008-06-18, by Patrick Mezard
localrepo: let commit() get extra data from workingctx
2008-06-18, by Patrick Mezard
localrepo: hide commit() file selection behind workingctx
2008-06-18, by Patrick Mezard
localrepo: replace dirstate by workingfilectx in filecommit()
2008-06-18, by Patrick Mezard
context: let workingctx parents be overriden
2008-06-18, by Patrick Mezard
graph: limit the number of displayed changest to a reasonable value
2008-06-18, by Benoit Allard
LookupError should have same __str__ as RevlogError
2008-06-18, by Alexander Solovyov
templates: graph lacked bottom search in default style
2008-06-18, by Dirkjan Ochtman
templates: fix navigation links for graph entries
2008-06-18, by Dirkjan Ochtman
make revlog.LookupError inherit from KeyError
2008-06-18, by Alexander Solovyov
cvsps.py: remove unused Changeset member of logentry
2008-06-18, by Frank Kingswood
tests: make new convert-cvs tests executable
2008-06-18, by Dirkjan Ochtman
graph: tweak the indentation algorithm
2008-06-18, by Dirkjan Ochtman
cvsps: fix a final whitespace nit
2008-06-18, by Dirkjan Ochtman
tests: fix test breakage from graph template changes
2008-06-18, by Dirkjan Ochtman
merge incorporation of graph into paper style
2008-06-18, by Dirkjan Ochtman
hgweb: Fix up non-coal styles to support graph.
2008-06-18, by Augie Fackler
make graph view work with paper style
2008-06-18, by Matt Mackall
add graph page to hgweb
2008-06-18, by Dirkjan Ochtman
convert: cvs.py - Allow user to use built-in CVS changeset code.
2008-06-15, by Frank Kingswood
convert: cvsps - User interface to CVS changeset code in cvsps.py
2008-06-15, by Frank Kingswood
cvsps: fix up some whitespace
2008-06-17, by Matt Mackall
convert: cvsps.py - code to generate changesets from a CVS repository
2008-06-15, by Frank Kingswood
merge with crew-stable
2008-06-16, by Thomas Arendsen Hein
Merge with crew-stable
2008-06-15, by Patrick Mezard
localrepo: remove useless sort() call
2008-06-14, by Patrick Mezard
merge transplanted cset back from crew-stable
2008-06-14, by Dirkjan Ochtman
Fix python2.3 incompatibility introduced by a2b13cac0922.
2008-06-16, by Thomas Arendsen Hein
run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
2008-06-16, by Thomas Arendsen Hein
Ignore dummy copies in dirstate and localrepo.filecommit()
2008-06-15, by Patrick Mezard
context: fix workingctx.fileflags() execute bit
2008-06-15, by Patrick Mezard
sshserver: Don't try to close fp if mkstemp failed
2008-04-23, by Thomas Arendsen Hein
Add a normalize() method to dirstate
2008-06-06, by Paul Moore
Add a new function, fspath
2008-06-06, by Paul Moore
Add a folding() method to dirstate
2008-06-06, by Paul Moore
update: add "(nobackup)" to help text of option --clean
2008-06-11, by Adrian Buehlmann
update: improved help text
2008-06-11, by Adrian Buehlmann
keyword: mimic cmdutil.bail_if_changed even more
2008-06-12, by Christian Ebert
tag: record tag we're superseding, if any (issue 1102)
2008-06-13, by Matt Mackall
merge from crew-stable
2008-06-13, by Dirkjan Ochtman
fix traceback in hgweb when URL doesn't end in one of the archive specs
2008-06-13, by Ali Saidi
mq: qdiff: support all diffopts
2008-06-12, by Jason Orendorff
keyword: disable expansion for annotate
2008-06-12, by Christian Ebert
convert comments to docstrings in a bunch of extensions
2008-06-12, by Dirkjan Ochtman
merge from crew-stable
2008-06-12, by Dirkjan Ochtman
Truncate input to 1K when using pygments guess_lexer.
2008-06-12, by Brendan Cully
paper: fix reference to coal tags template
2008-06-12, by Andrew Beekhof
Truncate input to 1K when using pygments guess_lexer.
2008-06-12, by Brendan Cully
hgweb: add paper style derived from coal
2008-06-11, by Matt Mackall
Merge with crew
2008-06-11, by Matt Mackall
webcommands: fix increments lost by 894875eae49b
2008-06-11, by Andrew Beekhof
Merge with crew
2008-06-10, by Matt Mackall
hgweb: show cset node and description when hovering over annotate prefix
2008-06-07, by Dirkjan Ochtman
Merge with crew-stable
2008-06-07, by Patrick Mezard
help: move "revision syntax" help topics into online help
2008-06-03, by Johannes Stezenbach
help: helptable is an ordered collection
2008-06-03, by Johannes Stezenbach
help: list special help topics with -v
2008-06-03, by Johannes Stezenbach
help: enable listing of a subset of the command list
2008-06-07, by Johannes Stezenbach
addremove: correctly handle intermediate symlinks
2008-05-07, by Maxim Dounin
Merge with crew-stable
2008-06-06, by Patrick Mezard
test-mq-qrename: test added patch renaming
2008-06-06, by Patrick Mezard
mq: handle added patch renaming correctly
2008-06-06, by Weijun Wang
drop superfluous param from revlog.addgroup()
2008-06-05, by Peter Arrenbrecht
copies: teach copies about dirstate.copies
2008-06-03, by Matt Mackall
mq: introduce the qfinish command
2008-06-03, by Dirkjan Ochtman
merge from crew-stable
2008-06-03, by Dirkjan Ochtman
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip