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.
Fix rpmlint warnings
2008-11-23, by Mads Kiilerich
Make rpm spec less explicit
2008-11-23, by Mads Kiilerich
Merge with crew
2008-11-26, by Matt Mackall
Catch both IOError and OSError, fix regression introduced by 8046f0a070a6
2008-11-26, by Benoit Boissinot
inotify: remove unused imports (thanks pyflakes)
2008-11-25, by Brendan Cully
color: don't run status twice for -n
2008-11-25, by Brendan Cully
color: fix status -n
2008-11-25, by Brendan Cully
keyword: do not shadow builtin format (detected by pychecker)
2008-11-25, by Christian Ebert
hooks: restore io correctly on exception
2008-11-25, by Jesse Long
protocol: use changegroupsubset() if possible (issue1389)
2008-11-25, by Benoit Boissinot
Merge with crew
2008-11-25, by Matt Mackall
email: add References field in the header
2008-11-25, by Benoit Allard
coal/paper: link to shortlog instead of log from error pages
2008-11-25, by Dirkjan Ochtman
coal/paper: move actual templates from coal to paper
2008-11-25, by Dirkjan Ochtman
coal/paper: show branch name in changeset view
2008-11-25, by Dirkjan Ochtman
coal/paper: display tags and branch in filelog page
2008-11-25, by Benoit Allard
coal/paper/monoblue: show branch names in hgweb graph
2008-11-25, by Benoit Allard
coal/paper: display branch names in log
2008-11-25, by Benoit Allard
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
2008-11-25, by Dirkjan Ochtman
manifest: fix _search() corner-case
2008-11-25, by Patrick Mezard
Improved error message for log --follow
2008-11-24, by Brendan Cully
Improve the monoblue theme for hgwebdir
2008-11-25, by Benoit Boissinot
import: add similarity option (issue295)
2008-11-22, by Brendan Cully
mq: recover more gracefully from interrupted qrefresh (issue1216)
2008-11-23, by Brendan Cully
mq: use atomictempfiles during patch refresh
2008-11-23, by Brendan Cully
mq: create patch header class to abstract header manipulation
2008-11-22, by Brendan Cully
mq: gracefully abort qpush/qgoto to guarded patch (issue1186)
2008-11-23, by Brendan Cully
More verbose logging when filemerge searches for merge-tool
2008-11-07, by Mads Kiilerich
templater: return data in increasing chunk sizes
2008-11-21, by Brendan Cully
tests: fix tests broken by 03b60f2f90bf
2008-11-22, by Dirkjan Ochtman
hgweb (coal/paper): make file, diff and annotate easier to render
2008-11-20, by Brendan Cully
inotify: fix status . in repo.root
2008-11-19, by Brendan Cully
patch: isolate patchfile filesystem calls into methods
2008-11-19, by Patrick Mezard
patch: pass an opener to patchfile
2008-11-19, by Patrick Mezard
util_win32: implement posixfile_nt.readlines()
2008-11-18, by Patrick Mezard
patch: remove useless unlink() call
2008-11-19, by Patrick Mezard
dispatch: generalize signature checking for extension command wrapping
2008-11-18, by Matt Mackall
update help on git diffs
2008-11-18, by Matt Mackall
zsh: make resolve with no options only complete unresolved files
2008-11-17, by Brendan Cully
mergetools: add pointer to the usual filemerge path
2008-11-16, by Brendan Cully
zsh: support for resolve
2008-11-16, by Brendan Cully
graphlog: fix regression with filelogs introduced by 7bc62ebe7693
2008-11-16, by Peter Arrenbrecht
Merge with crew-stable
2008-11-15, by Patrick Mezard
convert: be even more tolerant when detecting svn tags
2008-11-15, by Patrick Mezard
test-pull-branch: make it executable
2008-11-15, by Patrick Mezard
graphlog: fix python2.3 incompatibility (used genexp, sorted())
2008-11-15, by Dirkjan Ochtman
keyword: move common code out of commit condition
2008-11-14, by Christian Ebert
lookup: fast-paths for int and 'tip'
2008-11-14, by Matt Mackall
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip