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.
bookmarks: do not overwrite bookmarks.current if not necessary
2008-12-06, by David Soria Parra
bookmarks: add --only-bookmark option to log
2008-12-06, by Alexander Solovyov
bookmarks: Fix tests
2008-12-06, by David Soria Parra
bookmarks: more git-like branches
2008-12-06, by David Soria Parra
bookmarks: Include bookmarks in tags.
2008-10-09, by Martin Geisler
bookmarks: Fix indention
2008-12-05, by David Soria Parra
bookmarks: Adds support for a --non-bookmarked option to push
2008-12-05, by Stefan Rusek
Merge with crew-stable
2008-12-06, by Patrick Mezard
convert: backout a7492fb2107b
2008-12-06, by Patrick Mezard
Rewrite svn tests using svndump
2008-12-06, by Patrick Mezard
use inst.args instead of using __getitem__ directly
2008-12-06, by Benoit Boissinot
exceptions should inherit the Exception class
2008-12-06, by Benoit Boissinot
convert/cvs: do not compare None with int
2008-12-06, by Benoit Boissinot
use repr() instead of backticks
2008-12-06, by Benoit Boissinot
use repr() instead of backticks
2008-12-06, by Benoit Boissinot
Merge with crew-stable
2008-12-05, by Patrick Mezard
rebase: add support to keep branch names
2008-11-18, by Augie Fackler
Merge with crew
2008-12-03, by Brendan Cully
Update zsh completion for new help format
2008-12-03, by Brendan Cully
tests: allow cvs import to reorder its filename list
2008-12-01, by Frank Kingswood
re-add +x bit for test-convert-darcs (was missing from 14ed6662af48)
2008-12-03, by Benoit Boissinot
Added signature for changeset 2a67430f92f1
2008-12-02, by Matt Mackall
Added tag 1.1 for changeset 2a67430f92f1
2008-12-02, by Matt Mackall
encoding: normalize some silly encoding names
1.1
2008-12-02, by Matt Mackall
push: use the fast changegroup() path on push
2008-12-02, by Benoit Boissinot
color: replace effect-specific reset control codes with general purpose one
2008-12-01, by Brodie Rao
color: Add tests for colorized diff and status output.
2008-12-02, by Augie Fackler
diff colorization: finish highlighting trailing whitespace
2008-11-26, by Georg Brandl
color: diff colorization
2008-12-02, by Brodie Rao
color: add --color switch
2008-11-26, by Brodie Rao
mq: filter out empty commit messages in qfold
2008-12-01, by Brendan Cully
mq: drop copy sources removed during qfold
2008-12-01, by Brendan Cully
inotify: do not complain that inotify is not running if autostart is False
2008-12-01, by Brendan Cully
inotify: close most file descriptors when autostarting
2008-12-01, by Brendan Cully
hgweb: extend [paths] syntax to match repositories recursively (issue852)
2008-12-01, by Patrick Mezard
help: try topics before commands to avoid "diffs" showing help for diffstat
2008-12-01, by Georg Brandl
Fix non-empty $CDPATH causing failed tests.
2008-12-01, by Thomas Arendsen Hein
convert: improve reporting of invalid svn bindings
2008-11-30, by Patrick Mezard
convert: work around svn.ra.get_files() not releasing input buffer
2008-11-30, by Patrick Mezard
gitweb: fix graph again after previous faulty commit (1e0677756f60)
2008-11-30, by Dirkjan Ochtman
Improvement to 14ce129cfcd: Use try/except and pass filename on errors
2008-11-28, by Thomas Arendsen Hein
gitweb: fix graph display in IE
2008-11-28, by Dirkjan Ochtman
convert: check existence of ~/.cvspass before reading it
2008-11-27, by Edouard Gomez
convert cvs: Fix branch name parsing
2008-11-27, by Mads Kiilerich
Fix test breakage introduced in 07faba78cf5a
2008-11-27, by Brendan Cully
Ignore eclipse droppings
2008-11-27, by Brendan Cully
Add hgcia to hgext
2008-11-27, by Brendan Cully
tests: fix test results for 07faba78cf5a
2008-11-27, by Dirkjan Ochtman
diff: fix obscure off-by-one error in diff -p
2008-11-27, by Dirkjan Ochtman
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
2008-11-27, by Dirkjan Ochtman
kill some trailing spaces
2008-11-27, by Dirkjan Ochtman
merge with mpm
2008-11-27, by Benoit Boissinot
rpm spec: include python egg in rpm
2008-11-27, by Mads Kiilerich
buildrpm: complain when hg command isn't available
2008-11-27, by Mads Kiilerich
util: use existing never() instead of custom lambda
2008-11-27, by Mads Kiilerich
tests: Skip tests if they will fail because of outer repo
2008-11-27, by Mads Kiilerich
tests: use killdaemons in hgweb tests
2008-11-27, by Mads Kiilerich
util_win32: fix Windows version checking (issue1358)
2008-11-26, by Patrick Mezard
Graphlog extension adds a --graph option to log/in/out
2008-11-21, by Alpar Juttner
tests: disable test-convert-darcs properly for darcs 2
2008-11-23, by Mads Kiilerich
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip