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.
merge with main
2008-07-02, by Dirkjan Ochtman
merge with crew-stable
2008-07-02, by Dirkjan Ochtman
Check that git patches only touch files under root
2008-06-25, by Brendan Cully
Updating Copyright dates in Windows Installer
2008-07-01, by Martin OConnor
Force email package to be loaded in py2exe
2008-07-01, by Paul Moore
hgweb: use a single-element tuple to return from protocol.unbundle()
2008-06-30, by Dirkjan Ochtman
add an Accept header to the http client
2008-06-29, by Dirkjan Ochtman
tests: add a test for the hgweb graph
2008-06-29, by Dirkjan Ochtman
hgweb: return content iterator instead of using write() callable
2008-06-29, by Dirkjan Ochtman
hgweb: all protocol functions have become generators
2008-06-29, by Dirkjan Ochtman
templater: make a template a string-only iterator
2008-06-29, by Dirkjan Ochtman
streamclone yields chunks instead of accepting a file-like object
2008-06-29, by Dirkjan Ochtman
hgweb: protocol functions take repo instead of web
2008-06-29, by Dirkjan Ochtman
hgweb: move capabilities calculation back into hgweb.protocol
2008-06-29, by Dirkjan Ochtman
hgweb: centralize permission checks for protocol commands
2008-06-29, by Dirkjan Ochtman
tests: add some tests for web.allowpull configurations
2008-06-29, by Dirkjan Ochtman
hgweb: protocol requests are processed immediately
2008-06-28, by Dirkjan Ochtman
merge with mpm
2008-06-28, by Dirkjan Ochtman
coal: include current node in log, graph menu links
2008-06-26, by Brendan Cully
hgweb: move shortcut expansion to request instantiation
2008-06-26, by Dirkjan Ochtman
fix iso date help
2008-07-11, by Matt Mackall
context: simplify parents code
2008-07-11, by Matt Mackall
workingctx: add __contains__ method
2008-07-11, by Matt Mackall
status: various cleanups
2008-07-11, by Matt Mackall
status: use contexts
2008-07-11, by Matt Mackall
hgk: fix parent breakage
2008-07-11, by Matt Mackall
dirstate: simplify/optimize path checking
2008-07-11, by Matt Mackall
acl: refactoring
2008-06-27, by Matt Mackall
manifest: make checkforbidden take a list
2008-06-27, by Matt Mackall
context: add walk method
2008-06-27, by Matt Mackall
context: add __int__ and hex methods
2008-06-27, by Matt Mackall
util: add sort helper
2008-06-27, by Matt Mackall
remove: work directly off status
2008-06-27, by Matt Mackall
status: clean up all users for unknown files
2008-06-27, by Matt Mackall
churn: major refactor
2008-06-26, by Matt Mackall
Check that git patches only touch files under root
2008-06-25, by Brendan Cully
purge: cleanup
2008-06-26, by Matt Mackall
dirstate: improve case-folding logic
2008-06-26, by Matt Mackall
dirstate: fold statwalk and walk
2008-06-26, by Matt Mackall
purge: use status
2008-06-26, by Matt Mackall
repo.status: eliminate list_
2008-06-26, by Matt Mackall
verify: lots of refactoring
2008-06-26, by Matt Mackall
verify: add some local variables
2008-06-26, by Matt Mackall
add __len__ and __iter__ methods to repo and revlog
2008-06-26, by Matt Mackall
manifest: remove execf/linkf methods
2008-06-26, by Matt Mackall
make debugrename work on p1, not tip
2008-06-26, by Matt Mackall
use repo[changeid] to get a changectx
2008-06-26, by Matt Mackall
rename checkfolding to checkcase
2008-06-26, by Matt Mackall
dirstate: remove unused folding function
2008-06-26, by Matt Mackall
context: remove islink and isexec methods
2008-06-26, by Matt Mackall
simplify flag handling
2008-06-26, by Matt Mackall
context: clean up parents()
2008-06-26, by Matt Mackall
context: simplify changeid logic
2008-06-26, by Matt Mackall
use repo.changectx(None) to get a workingctx
2008-06-26, by Matt Mackall
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip