Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+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 crew-stable
2008-12-19, by Dirkjan Ochtman
keyword: simplify repo.local and bundle check (as in 2f4a399a8787)
2008-12-16, by Christian Ebert
Merge with crew-stable
2008-12-15, by Brendan Cully
Added signature for changeset 3773e510d433
2008-12-20, by Matt Mackall
Added tag 1.1.1 for changeset 3773e510d433
2008-12-20, by Matt Mackall
resolve: clarify and simplify help
1.1.1
2008-12-19, by Matt Mackall
tests: fix no-diffs option
2008-12-19, by Matt Mackall
archive: fix bogus error message with no working directory
2008-12-19, by Matt Mackall
resolve: require -a switch to resolve all files
2008-12-19, by Matt Mackall
fix typo
2008-12-19, by Benoit Allard
hgweb: mq repos should be in non-recursive collections, too
2008-12-19, by Dirkjan Ochtman
tests: fix test-mq-qclone-http (broken by e60aaae83323)
2008-12-19, by Dirkjan Ochtman
hgweb: recurse down collections only if ** in [paths]
2008-12-18, by Benoit Allard
inotify: do not attempt to monkeypatch bundlerepos
2008-12-15, by Brendan Cully
Merge with crew-stable
2008-12-14, by Brendan Cully
patch: simplify linereader
2008-12-05, by Bartosz SKOWRON
Merge with crew-stable
2008-12-14, by Patrick Mezard
merge with -stable
2008-12-13, by Benoit Boissinot
patch: handle git patches that remove symlinks (issue1438)
2008-12-14, by Brendan Cully
context: enforce memctx.files() unicity
2008-12-14, by Patrick Mezard
store: encode trailing period and space on directory names (issue1417)
2008-12-13, by Adrian Buehlmann
store: don't create dirs ending in period or space for hashed paths (issue1417)
2008-12-13, by Adrian Buehlmann
convert-cvs: correctly handle Removed replies, fixes bug 1427
2008-12-11, by Frank Kingswood
Fix test-acl failure on AIX due to read only LOGNAME.
2008-12-04, by Jim Hague
Merge with crew
2008-12-12, by Brendan Cully
Update zsh completion to use debugcomplete -v instead of parsing help
2008-12-04, by Brendan Cully
Make debugcomplete -v print aliases as well as commands
2008-12-04, by Brendan Cully
Merge with crew-stable
2008-12-11, by Patrick Mezard
patch: catch only IOError from makedirs()
2008-12-11, by Patrick Mezard
test-mq-missing: add test for directory creation on git copy
2008-12-11, by Patrick Mezard
When applying a git diff, ensure that the target dir exists for new files
2008-12-09, by Stefan Rusek
Revise Bugzilla module comments into extension help.
2008-12-10, by Jim Hague
test-convert-cvs-builtincvsps: test debugcvsps command
2008-12-10, by Patrick Mezard
Add debugcvsps command, replacing cvsps script
2008-12-10, by Frank Kingswood
merge stable changes, via crew-stable
2008-12-10, by Dirkjan Ochtman
merge changes from stable
2008-12-10, by Dirkjan Ochtman
hgrc 5: fix email.charsets documentation
2008-12-02, by Christian Ebert
notify: no charset conversion when testing
2008-12-02, by Christian Ebert
Merge with crew-stable
2008-12-09, by Brendan Cully
issue1419: catch strange readline import error on windows
2008-12-09, by Brendan Cully
Merge with crew-stable
2008-12-10, by Patrick Mezard
util: disable walkrepo() recursive behaviour
2008-12-10, by Patrick Mezard
Fix Bugzilla integration to work with new Bugzilla 3.2.
2008-12-09, by Jim Hague
tests: test-walkrepo shouldn't throw SystemExit
2008-12-08, by Benoit Allard
bookmarks: this is a comment, not a string
2008-12-07, by Benoit Boissinot
Merge bookmarks
2008-12-07, by David Soria Parra
Merge backout
2008-12-07, by David Soria Parra
Backed out changeset 4c3e0ad58c5b
2008-12-07, by David Soria Parra
Merge backout
2008-12-07, by David Soria Parra
Backed out changeset 187a13bd14c6
2008-12-07, by David Soria Parra
Merge bookmarks
2008-12-07, by David Soria Parra
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
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip