Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
doc: handle shortened command synopses
2008-11-14, by Matt Mackall
keyword: be more efficient about ctx usage
2008-11-14, by Dirkjan Ochtman
graphlog: kill whitespace from earlier refactoring
2008-11-14, by Dirkjan Ochtman
extensions: copy __module__ for wrapped commands
2008-11-14, by Dirkjan Ochtman
pull: update to branch tip if there is only one head on the current branch
2008-11-14, by Benoit Allard
graphlog: use built-in log output buffering
2008-11-14, by Dirkjan Ochtman
graphlog: refactor common grapher code
2008-11-14, by Peter Arrenbrecht
cmdutil: use change contexts for cset-printer and cset-templater
2008-11-14, by Dirkjan Ochtman
context: use descriptors to speed up lazy attributes
2008-11-14, by Dirkjan Ochtman
context: special-case changectx setup for integer changeid
2008-11-13, by Dirkjan Ochtman
Add contrib/perf.py for performance testing
2008-11-13, by Matt Mackall
lookup: speed up partial lookup
2008-11-12, by Matt Mackall
help: remove redundant 'hg <command>' from command synopses
2008-11-12, by Matt Mackall
revlog: speed up parents()
2008-11-12, by Matt Mackall
revlog: remove delta function
2008-11-12, by Matt Mackall
linkrev: take a revision number rather than a hash
2008-11-12, by Matt Mackall
patchbomb: add option to send intro email for a single patch (issue1120)
2008-11-13, by Chris Winter
patchbomb: fix patch name generation in patch series
2008-11-12, by Peter Arrenbrecht
patchbomb: add tests for diffstat, inline, and attach options
2008-11-12, by Peter Arrenbrecht
patchbomb: make test markers more syntax highlighter friendly
2008-11-12, by Peter Arrenbrecht
graphlog: add assertion for allowed n_column_diff range
2008-11-12, by Peter Arrenbrecht
graphlog: drop redundant comment (see docstring)
2008-11-12, by Peter Arrenbrecht
patchbomb: extract a bunch of nested functions
2008-11-12, by Dirkjan Ochtman
patchbomb: make `hg email` reusable for other patch sources
2008-11-12, by Peter Arrenbrecht
patchbomb: make options to email command reusable
2008-11-12, by Peter Arrenbrecht
Backed out changeset c5dbe86b0fee (issue1375)
2008-11-12, by Benoit Boissinot
inotify: fix replacing a folder with a file (issue1375)
2008-11-11, by Benoit Boissinot
fix test-export portability (issue1383)
2008-11-09, by Benoit Boissinot
merge with mpm
2008-11-08, by Dirkjan Ochtman
tests: fix test failures from default/template changes
2008-11-08, by Dirkjan Ochtman
tests: make killdaemons.py executable
2008-11-07, by Dirkjan Ochtman
hgweb: fix up the less/more links on the graph page
2008-11-07, by Dirkjan Ochtman
tests: add killdaemons helper script
2008-11-07, by Matt Mackall
run-tests: allow turning off diff display
2008-11-07, by Matt Mackall
protocol: avoid sending outrageously large between requests
2008-11-07, by Matt Mackall
tests: fix test-hgweb to not leak directory name
2008-11-06, by Matt Mackall
hgweb: improve color discrimination for paper and coal
2008-11-06, by Matt Mackall
hgweb: update tests for paper style
2008-11-06, by Matt Mackall
hgweb: move old style to spartan/
2008-11-06, by Matt Mackall
hgweb: Change default style to paper
2008-11-06, by Matt Mackall
hgweb: support for deny_read/allow_read options
2008-10-31, by Mark Edgington
add missing import from 618140c75d8d
2008-11-07, by Benoit Boissinot
fix restart of interrupted recover
2008-11-07, by Benoit Boissinot
hgweb: show revision number in the graph pagination
2008-11-07, by Dirkjan Ochtman
hgweb: fix pagination for graph
2008-11-07, by Dirkjan Ochtman
Keep sessionvars with repository links added in a0843c82d1a2
2008-11-07, by Thomas Arendsen Hein
Fix test output for updated gitdiffs help and web template cleanups
2008-11-07, by Thomas Arendsen Hein
Do not abort with inotify extension enabled, but not supported by the system.
2008-11-07, by Thomas Arendsen Hein
Enhance gitdiffs help text
2008-11-07, by Thomas Arendsen Hein
Kill trailing whitespace in templates
2008-11-07, by Thomas Arendsen Hein
graphlog: move functions around, eliminate helper function
2008-11-07, by Dirkjan Ochtman
graphlog: split the actual DAG grapher out into a separate method
2008-11-07, by Peter Arrenbrecht
graphlog: rename some vars prior to refactoring
2008-11-07, by Peter Arrenbrecht
graphlog: make some comment lines more like others in punctuation
2008-11-07, by Peter Arrenbrecht
patchbomb: fix indentation
2008-11-07, by Peter Arrenbrecht
patchbomb: move exportee class to top level
2008-11-07, by Peter Arrenbrecht
ui: log non-interactive default response to stdout when verbose
2008-11-07, by Peter Arrenbrecht
export: fixed silent output file overwriting
2008-11-06, by Ronny Pfannschmidt
merge bookmarks
2008-11-06, by Benoit Boissinot
bookmarks: Test if rebase works with bookmarks
2008-11-06, by Alexander Solovyov
bookmarks: Use dirstate to determine the current node in addchangegroup
2008-11-05, by David Soria Parra
tests: run svn tests only with svn bindings >1.3
2008-11-05, by Dirkjan Ochtman
coal/paper: link repo name to hgweb root
2008-11-05, by Dirkjan Ochtman
paper: don't keep the menu affixed to the top
2008-11-05, by Dirkjan Ochtman
Shorten sleep in inotify test
2008-11-03, by Matt Mackall
hgweb: move another utility function into the webutil module
2008-11-03, by Dirkjan Ochtman
hgweb: move the diffs() generator into webutil
2008-11-03, by Dirkjan Ochtman
hgweb: use patch.diff() to make sensible diffs (issue1223, issue1258)
2008-11-03, by Dirkjan Ochtman
patch: turn patch.diff() into a generator
2008-11-03, by Dirkjan Ochtman
help: commands supporting --git point to the gitdiffs topic (issue1352)
2008-11-03, by Dirkjan Ochtman
mq: reflow qnew help, add help for options
2008-11-03, by Dirkjan Ochtman
hgweb: descend empty directories in web view
2008-11-03, by Ry4an Brase
inotify: fix bug in formatting
2008-11-02, by Benoit Boissinot
Corrected some command synopsises
2008-11-02, by Thomas Arendsen Hein
inotify: server raising an error when removing a file (issue1371)
2008-11-01, by Gerard Korsten
Fix util._statfiles_clustered() failing at root of a windows drive
2008-11-01, by Patrick Mezard
hgweb: conditionally show file logs for deleted files
2008-11-01, by Dirkjan Ochtman
coal/paper: show a search tip when hovering over search box
2008-11-01, by Benoit Allard
kill some trailing spaces
2008-11-01, by Dirkjan Ochtman
mq: use cmdutil.matchfiles instead of match for qnew -f.
2008-10-30, by Brendan Cully
mq: put qnew tests into own file, fold in qnew-twice
2008-10-30, by Brendan Cully
zeroconf: Don't break serve if no internet connection is present.
2008-10-29, by Augie Fackler
hgweb: pass more information about parent/child csets to templates
2008-10-30, by Dirkjan Ochtman
help: add a topic on git diffs (issue1352)
2008-10-30, by Dirkjan Ochtman
hgweb coal/paper: Restore IE compatibility hack
2008-10-29, by Brendan Cully
Backed out changeset a1f8ad3c1821
2008-10-29, by Brendan Cully
add test-fncache
2008-10-29, by Adrian Buehlmann
merge with mpm
2008-10-29, by Dirkjan Ochtman
Allow per-file shadowing of static directory in templatepath
2008-10-28, by Brendan Cully
hgweb: handle subdirectories within static directory
2008-10-28, by Brendan Cully
coal: remove dead CSS code
2008-10-28, by Brendan Cully
url: detect scheme with a regexp instead of urlsplit()
2008-10-28, by Patrick Mezard
url: fix file:// URL handling
2008-10-28, by Patrick Mezard
bookmarks: fix strip handling
2008-10-28, by Benoit Boissinot
fix zeroconf handling for hgwebdir (error found by pychecker)
2008-10-28, by Benoit Boissinot
fix missing import, spotted by pychecker
2008-10-28, by Benoit Boissinot
remove unused variables
2008-10-28, by Benoit Boissinot
Fix https availability checking
2008-10-28, by Benoit Boissinot
rebase: avoid redundant merges (issue1301)
2008-09-16, by Stefano Tortarolo
Make contrib/buildrpm work on Fedora 9.
2008-10-06, by Mads Kiilerich
help: Refine a bit the help text of "hg update"
2008-10-27, by Greg Ward
add new test-hybridencode.py
2008-10-27, by Adrian Buehlmann
statichttprepo: cleanups, use url.py (proxy, password support)
2008-10-28, by Benoit Boissinot
'\' should be escaped twice, for the shell, and for tr
2008-10-28, by Benoit Boissinot
merge with crew
2008-10-28, by Benoit Boissinot
use our urlopener (proxy handling, etc) instead of urllib
2008-10-27, by Benoit Boissinot
factor out the url handling from httprepo
2008-10-27, by Benoit Boissinot
httprepo: factor out proxy handling
2008-10-27, by Benoit Boissinot
test-http-proxy: hide logged URL port number, works with--jobs
2008-10-27, by Patrick Mezard
patch: rewrite diffstat with util.filter()
2008-10-27, by Patrick Mezard
test-mq-qimport: fix URL generation under windows
2008-10-25, by Patrick Mezard
test-patchbomb: write in binary mode, force non-interactive mode (win32)
2008-10-27, by Patrick Mezard
test-http-proxy: print the log from the proxy
2008-10-27, by Benoit Boissinot
merge with dsop
2008-10-27, by Benoit Boissinot
bookmarks: do nothing if commit was not successful.
2008-10-26, by Dmitriy Taychenachev
bookmarks: Add tests
2008-10-25, by Joel Rosdahl
bookmarks: Strip bookmark names of whitespace, just like tag names
2008-10-25, by Joel Rosdahl
bookmarks: Correctly reject newlines in bookmark names
2008-10-25, by Joel Rosdahl
bookmarks: Require a bookmark name when a revision is specified
2008-10-25, by Joel Rosdahl
bookmarks: Improve documentation
2008-10-25, by Joel Rosdahl
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip