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.
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
bookmarks: Avoid unconditional forwarding of bookmarks for the null revision
2008-10-25, by Joel Rosdahl
bookmarks: Rename --move to --rename
2008-10-25, by Joel Rosdahl
bookmarks: Require new bookmark name when renaming
2008-10-25, by Joel Rosdahl
bookmarks: Only save undo.bookmarks if bookmarks exist
2008-10-25, by Joel Rosdahl
bookmarks: Avoid long lines
2008-10-25, by Joel Rosdahl
bookmarks: Fix spelling and grammar
2008-10-25, by Joel Rosdahl
bookmarks: Remove trailing space
2008-10-25, by Joel Rosdahl
test-init: add test with format.usefncache=false
2008-10-27, by Adrian Buehlmann
merge with crew
2008-10-27, by Benoit Boissinot
patch: fix patched files records in externalpatcher()
2008-10-26, by Patrick Mezard
Merge with crew-stable
2008-10-26, by Patrick Mezard
merge with crew
2008-10-25, by Benoit Boissinot
patch: remove double variables in copyfile() func
2008-10-24, by Bartosz SKOWRON
convert: return remote branches in git source
2008-10-19, by Edouard Gomez
convert: fix non-ASCII filenames retrieval from git sources (issue 1360)
2008-10-26, by Patrick Mezard
hgrc.5: explain order of mail.charsets
2008-10-22, by Christian Ebert
test 261a9f47b44b: grep w/ match in last line w/o newline
2008-10-24, by Christian Ebert
Bookmarks: Add the bookmarks extension
2008-10-22, by David Soria Parra
zeroconf: don't break on hg showconfig
2008-10-24, by Matt Mackall
findincoming: build the correct list from the start
2008-10-24, by Benoit Boissinot
Remove trailing spaces.
2008-10-24, by Thomas Arendsen Hein
Document config option format.usefncache and improve format.usestore docs.
2008-10-24, by Thomas Arendsen Hein
add format.usefncache config option (default is true)
2008-10-24, by Adrian Buehlmann
fix pull racing with push/commit (issue1320)
2008-10-21, by Benoit Boissinot
convert: correctly detect missing revlog for root revisions
2008-10-23, by Patrick Mezard
convert: ignore hg source errors with hg.ignoreerrors (issue 1357)
2008-10-21, by Patrick Mezard
grep: avoid infinite loop when trailing newline is missing
2008-10-23, by Matt Mackall
introduce fncache repository layout
2008-10-19, by Adrian Buehlmann
bisect with command: ability to skip revision or abort bisection
2008-10-16, by Alexander Solovyov
bisect: ability to check revision with command
2008-10-10, by Alexander Solovyov
Make it possible to disable filtering for a pattern.
2008-10-14, by Mads Kiilerich
i18n: import _ instead of gettext
2008-10-21, by Martin Geisler
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip