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.
hgweb: don't raise an exception when displying empty repos
2007-09-24, by Alexis S. L. Carvalho
make identify an optionalrepo command
2007-09-24, by Alexis S. L. Carvalho
copy: if destination ends with "/", make sure it's a directory
2007-09-24, by Alexis S. L. Carvalho
manifest: minor performance tweak
2007-09-24, by Matt Mackall
dirstate: speed up read and write
2007-09-24, by Matt Mackall
dirstate: make dir collision logic faster
2007-09-24, by Matt Mackall
Merge with crew
2007-09-24, by Matt Mackall
revlog: fix inlined revision transaction extra data (issue 749)
2007-09-23, by Patrick Mezard
Merge with crew-stable
2007-09-23, by Patrick Mezard
bisect: remove useless try/except
2007-09-22, by Patrick Mezard
Merge with crew-stable
2007-09-22, by Patrick Mezard
bisect: don't write data on failure
2007-09-22, by Benoit Boissinot
bisect: do silent init if necessary
2007-09-22, by Benoit Boissinot
Test renaming files brought by merge second parent (issue 746)
2007-09-23, by Patrick Mezard
localrepo: fix undelete() on merge working directory (issue 746)
2007-09-23, by Patrick Mezard
Test static-http calls on '/' URI (issue 747)
2007-09-22, by Patrick Mezard
statichttprepo: fix calls on '/' URI (issue 747)
2007-09-22, by Paul Bx
convert-cvs: update test to pass on Linux
2007-09-21, by Matt Mackall
verify: report first bad changeset
2007-09-21, by Matt Mackall
revlog: more robust for damaged indexes
2007-09-21, by Matt Mackall
debugindex: more robust for damaged indexes
2007-09-21, by Matt Mackall
debuginstall: stop looking for patch utility, just test it
2007-09-15, by Patrick Mezard
Updated zsh completion from issue722.
2007-09-14, by Brendan Cully
Merge with crew-stable
2007-09-14, by Patrick Mezard
convert: test cvs repository conversion
2007-09-14, by Patrick Mezard
convert: workaround for cvsps.cache under Windows
2007-09-14, by Patrick Mezard
convert: fix remote cvs file paths separator
2007-09-14, by Patrick Mezard
convert: avoid interpreting Windows path as CVS connection strings.
2007-09-14, by Patrick Mezard
convert: call popen2 in binary mode, with a command string.
2007-09-14, by Patrick Mezard
hghave: detect cvs and cvsps availability
2007-09-14, by Patrick Mezard
hghave: wrap command output matching
2007-08-27, by Patrick Mezard
Merge with crew-stable
2007-09-11, by Patrick Mezard
Test parents behaviour with files.
2007-09-11, by Patrick Mezard
parents: make it match the doc when called on a file
2007-09-11, by Patrick Mezard
Merge with crew-stable
2007-09-11, by Brendan Cully
Document pseudo-tags "null" and ".".
2007-09-11, by Brendan Cully
Merge with crew
2007-09-10, by Brendan Cully
mq: fix regression in 6fd953d5faea
2007-09-10, by Brendan Cully
Merge with crew-stable
2007-09-10, by Patrick Mezard
sshrepo: fix Windows command quoting
2007-09-10, by Alexis S. L. Carvalho
extdiff: avoid repr() doubling paths backslashes under Windows
2007-09-10, by Patrick Mezard
merge with crew-stable
2007-09-07, by Thomas Arendsen Hein
Prevent WSGI apps from touching sys.stdin by setting ui.interactive to False.
2007-09-07, by Dirkjan Ochtman
interhg: allow more flexible pattern specification (fixes 2/3 of issue699)
2007-09-07, by Edward Lee
Don't decode unicode strings.
2007-09-07, by Thomas Arendsen Hein
Update test-record for 3ef190234b55
2007-09-06, by Brendan Cully
record: change wording of initial per-file prompt
2007-09-06, by Bryan O'Sullivan
hgk: add repo root to window title
2007-09-05, by Steve Borho
Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55)
2007-09-04, by Thomas Arendsen Hein
test-convert-hg-source: enforce conversion order with --date
2007-09-04, by Patrick Mezard
convert: rename a class and a function
2007-09-01, by Alexis S. L. Carvalho
convert: mercurial_source: also search for copies in modified files
2007-09-01, by Alexis S. L. Carvalho
convert: clear the dirstate before a conversion, invalidate it afterwards
2007-09-01, by Alexis S. L. Carvalho
convert: avoid dirstate checks; add a test
2007-09-01, by Alexis S. L. Carvalho
merge with crew
2007-08-31, by Benoit Boissinot
convert/subversion: Use util.set() instead of set() for python2.3 compatibility
2007-08-31, by Thomas Arendsen Hein
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
2007-08-31, by Thomas Arendsen Hein
merge with crew-stable
2007-08-31, by Thomas Arendsen Hein
hgweb: Show date of last change for each file in manifest
2007-08-31, by Thomas Arendsen Hein
remove unneeded statement
2007-08-31, by Benoit Boissinot
kill lonely docstring
2007-08-30, by Benoit Boissinot
Atom support: replaced xhtml namespace prefix with default namespace
2007-08-30, by Robert Bachmann
Added support for the Atom syndication format
2007-08-30, by Robert Bachmann
Include . in PYTHONPATH (makes testing unbundled extensions easier)
2007-08-29, by Brendan Cully
Make run-tests.py work when invoked outside of tests.
2007-08-29, by Brendan Cully
Merge with crew-stable
2007-08-29, by Brendan Cully
Avoid a working dir walk while trying to detect copies for diff --git
2007-08-28, by Alexis S. L. Carvalho
Make hg diff --git -r revA:revB detect (inverted) copies if revA > revB
2007-08-28, by Alexis S. L. Carvalho
bundle: fix up lazy reads
2007-08-27, by Brendan Cully
Make bundlerepo lazier
2007-08-27, by Brendan Cully
Merge with crew
2007-08-27, by Brendan Cully
convert: new config variable hg.tagsbranch controls which branch tags are committed to
2007-08-27, by Brendan Cully
Push capability checking into protocol-level code.
2007-08-27, by Bryan O'Sullivan
Turn capabilities into a mutable set, instead of a fixed tuple.
2007-08-27, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-08-27, by Bryan O'Sullivan
convert: document filemap.
2007-08-27, by Bryan O'Sullivan
Test svn repository conversion
2007-08-27, by Patrick Mezard
hghave: detect subversion bindings availability
2007-08-27, by Patrick Mezard
hghave: detect subversion client and admin tools availability
2007-08-27, by Patrick Mezard
hghave: wrap command output matching
2007-08-27, by Patrick Mezard
run-tests: append PYTHONPATH instead of overwriting it
2007-08-27, by Patrick Mezard
convert: svn: check for branch movement in any log entry, not just the first.
2007-08-27, by Brendan Cully
Merge with crew-stable.
2007-08-27, by Alexis S. L. Carvalho
Merge with crew-stable
2007-08-27, by Alexis S. L. Carvalho
Merge with crew-stable
2007-08-26, by Patrick Mezard
Merge with crew-stable
2007-08-26, by Patrick Mezard
Improve extdiff configuration.
2007-08-25, by Brendan Cully
cgi: sys.path.insert should be before importing mercurial
2007-08-25, by Benoit Boissinot
merge with crew
2007-08-25, by Benoit Boissinot
improve error message for 'hg merge' when repo already at branchtip
2007-08-25, by Benoit Boissinot
imerge: add automerge flag to attempt to batch merge all conflicts
2007-08-23, by Brendan Cully
Merge with crew
2007-08-23, by Brendan Cully
imerge: fix ancestor calculation
2007-08-23, by Brendan Cully
merge with crew-stable
2007-08-24, by Benoit Boissinot
merge with crew-stable
2007-08-24, by Benoit Boissinot
merge with crew-stable
2007-08-24, by Benoit Boissinot
mq: some improvements to header rewriting (closes #690)
2007-08-23, by Brendan Cully
Merge with crew-stable
2007-08-23, by Brendan Cully
merge with crew-stable
2007-08-31, by Benoit Boissinot
fix the dummy 00changelog.i not being copied on clone
2007-08-31, by Benoit Boissinot
Make test-convert-git compatible with other git versions (tested with 1.4.4.3)
2007-08-31, by Thomas Arendsen Hein
When reverting a file which was renamed, also revert the old name
2007-08-29, by Brendan Cully
correctly record file-level history when the local side renames a directory
2007-08-27, by Alexis S. L. Carvalho
Fix theoretical issue in filecommit.
2007-08-27, by Alexis S. L. Carvalho
Avoid adding to the changelog executable files added by the second parent.
2007-08-27, by Alexis S. L. Carvalho
avoid double slash problem mentioned in issue695
2007-08-27, by Alexis S. L. Carvalho
clone: remove "file://" before making the path absolute
2007-08-27, by Alexis S. L. Carvalho
pull -u: if "url#rev" was given, update to rev
2007-08-27, by Alexis S. L. Carvalho
clone: if "url#rev" was given, update to rev
2007-08-27, by Alexis S. L. Carvalho
parseurl: also return the revision after the "#"; add a test
2007-08-27, by Alexis S. L. Carvalho
pull -r: pass the revisions as the heads argument of findincoming
2007-08-27, by Alexis S. L. Carvalho
convert: fix /dev/null redirections under Windows
2007-08-26, by Patrick Mezard
Test git repository conversion
2007-08-26, by Patrick Mezard
hghave: detect git availability
2007-08-26, by Patrick Mezard
convert: fix issue702 about GIT_DIR= construct unsupported under Windows.
2007-08-26, by Patrick Mezard
convert: gitcmd wrapper for os.popen
2007-07-01, by Brendan Cully
fix test-permissions output
2007-08-24, by Benoit Boissinot
testcase for issue705 (fixed by 316ce5e85b3e)
2007-08-24, by Benoit Boissinot
merge with -stable
2007-08-24, by Benoit Boissinot
check exec: return fallback in case of error during the check
2007-08-24, by Benoit Boissinot
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip