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.
util: check fileno() validity in win32 set_binary()
2008-03-21, by Patrick Mezard
clone: print "updating working directory" status message
2008-03-21, by Adrian Buehlmann
give better error message on non-existent mapfile (issue813)
2008-03-21, by Dirkjan Ochtman
warn about new heads on commit (issue842)
2008-03-21, by Dirkjan Ochtman
hgweb: only accept POST requests for unbundle
2008-03-21, by Dirkjan Ochtman
tab/space cleanup
2008-03-21, by Thomas Arendsen Hein
ui: copy overlay from both direct and indirect parentui
2008-03-20, by Dirkjan Ochtman
convert: allow missing tools not to stop source type detection
2008-03-20, by Patrick Mezard
fix test-serve breakage for other hostnames
2008-03-20, by Dirkjan Ochtman
util: test fileno() availability in win32 set_binary()
2008-03-20, by Patrick Mezard
tests: fix repeatability for test-filebranch with dirstate granularity
2008-03-20, by Matt Mackall
tests: remove some unnecessary sleeps
2008-03-20, by Matt Mackall
dirstate: refactor granularity code, add a test
2008-03-20, by Matt Mackall
dirstate: ignore stat data for files that were updated too recently
2008-03-19, by Alexis S. L. Carvalho
pager: remove pager code from core
2008-03-20, by Matt Mackall
pager: further simplify code, clean up comments
2008-03-20, by Matt Mackall
Use the pager given by the environment to display long output
2008-03-20, by David Soria Parra
hgk: don't exit if mercurial commands only print warnings
2008-01-16, by Dennis Schoen
tag: allow multiple tags to be added or removed
2008-03-14, by John Coomes
tests: update test-command-template for the new {isodatesec} filter
2008-03-17, by Giorgos Keramidas
Add an {isodatesec} template, to show seconds too.
2008-03-17, by Giorgos Keramidas
convert: Add convert.cvsps option to set up an alternate cvsps command line.
2008-03-17, by Eric Hopper
hgwebdir: Tiny fix for webdir on non-symlink capable platforms.
2008-03-17, by Eric Hopper
Add tests for cloning from a all-history bundle
2008-03-15, by John Mulligan
clone: use cancopy
2008-03-20, by Matt Mackall
Add ability to directly clone from all-history bundles
2008-03-15, by John Mulligan
remoterepo: no longer needed
2008-03-20, by Matt Mackall
repo classes: remove unused dev() method
2008-03-20, by Matt Mackall
Add default local() and cancopy() methods to repository base class
2008-03-15, by John Mulligan
make hgrc man page tell about ~/.hgrc on Windows
2008-03-07, by Peter Arrenbrecht
ui: make chuild ui feed output to parentui's active buffer
2008-03-20, by Peter Arrenbrecht
convert: fix test complaint for mtn bits
2008-03-20, by Matt Mackall
cleanup monotone conversion and use commandline class
2008-02-03, by Mikkel Fahnøe Jørgensen
initial version of monotone source for convert extension
2008-02-02, by Mikkel Fahnøe Jørgensen
notify: print diffstat even if maxline == 0
2008-03-20, by Benoît Allard
Make clear that for a changegroup '-r' pulls "up to" a revision
2008-03-20, by Benoit Boissinot
two fixes for the pager stuff
2008-03-19, by Alexis S. L. Carvalho
Use the pager given by the environment to display long output
2008-03-18, by David Soria Parra
Fix thinko in test-inherit-mode
2008-03-18, by Alexis S. L. Carvalho
test-serve: replace copy/paste with shell function
2008-03-17, by Patrick Mezard
revert: update state of files in the "checkout" list
2008-03-18, by Alexis S. L. Carvalho
normallookup: during merges, restore the state saved by remove
2008-03-18, by Alexis S. L. Carvalho
dirstate.remove: during merges, remember the previous file state
2008-03-18, by Alexis S. L. Carvalho
debugstate: add --nodates
2008-03-18, by Alexis S. L. Carvalho
patch: fix corner case with update + copy patch handling (issue 937)
2008-03-17, by Patrick Mezard
Merge
2008-03-17, by Bryan O'Sullivan
Backed out changeset 4b81eecc8aa2
2008-03-17, by Bryan O'Sullivan
Merge
2008-03-17, by Bryan O'Sullivan
Backed out changeset 91ac1726730a
2008-03-17, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2008-03-16, by Bryan O'Sullivan
issue 1003: send all data properly
2008-03-16, by Bryan O'Sullivan
Remove unneeded "import os.path" again.
2008-03-16, by Thomas Arendsen Hein
Spacing cleanup
2008-03-16, by Thomas Arendsen Hein
filectx.ancestor: use fctx._repopath to cache filelogs (issue1035)
2008-03-16, by Alexis S. L. Carvalho
Change User-agent field in client to have a lot more info.
2008-03-15, by Eric Hopper
Allow hgwebdir collections to follow symlinks.
2008-03-15, by Eric Hopper
Revert cfebb175704f, fixing the output of 2 tests
2008-03-15, by Alexis S. L. Carvalho
test-mv-cp-st-diff: avoid linkrev collisions
2008-03-15, by Alexis S. L. Carvalho
convert: avoid querying log of foreign svn branches
2008-03-16, by Patrick Mezard
patch: check filename is /dev/null for creation or deletion (issue 1033)
2008-03-16, by Patrick Mezard
update tests for copy detection changes
2008-03-15, by Matt Mackall
copies: add tests for status -C/diff --git
2008-03-15, by Matt Mackall
copies: deal with symmetric difference for linear relationships
2008-03-15, by Matt Mackall
status: find copies and renames beyond the working directory
2008-03-15, by Matt Mackall
diff: use copy smarts from copies.py
2008-03-15, by Matt Mackall
copies: move findcopies code to its own module
2008-03-15, by Matt Mackall
merge: move symmetricdifferences to ancestor.py
2008-03-15, by Matt Mackall
merge: simplify some helpers
2008-03-15, by Matt Mackall
merge: more simplifications to checkcopies
2008-03-15, by Matt Mackall
merge: simplify checkcopies
2008-03-15, by Matt Mackall
merge: privatize some functions, unnest some others
2008-03-15, by Matt Mackall
merge: notice uncommited copies (issue1000)
2008-03-14, by Alexis S. L. Carvalho
Check for patches repo with os.path.isdir not os.path.exists
2008-03-02, by Eric Hopper
hook.py: fix redirections introduced by 323b9c55b328
2008-03-14, by Alexis S. L. Carvalho
Issue937: error messages from hooks not sent over HTTP.
2008-02-25, by Jesse Glick
revlog.py: remove extra close()
2008-03-14, by Alexis S. L. Carvalho
adjust test-http output to non-default HGPORT, e.g. with run-tests.py -j
2008-03-14, by Thomas Arendsen Hein
hgweb: clarify which address and port can/cannot be bound at startup (bug 769)
2008-03-10, by Stephen Deasey
revlog: make sure the files are closed after an exception happens
2008-03-14, by Benoit Boissinot
merge with crew
2008-03-14, by Benoit Boissinot
make sure not to reuse an existing append-file from a previous failed pull
2008-03-14, by Benoit Boissinot
Fix issue995 (copy --after and symlinks pointing to a directory)
2008-03-14, by Alexis S. L. Carvalho
dirstate: ignore mode changes if the fs does not supports the exec bit
2008-03-14, by Alexis S. L. Carvalho
merge: require --force when there are deleted files
2008-03-14, by Alexis S. L. Carvalho
add a test for a375ffc2aa1b
2008-03-14, by Alexis S. L. Carvalho
localrepo.commit: normalize commit message even for rawcommit.
2008-03-14, by Alexis S. L. Carvalho
debugancestor: use repo.lookup when no revlog was specified
2008-03-14, by Alexis S. L. Carvalho
update output of test-hgweb
2008-03-14, by Alexis S. L. Carvalho
setup.py: use a simplified custom version of CCompiler.has_function
2008-03-14, by Alexis S. L. Carvalho
gitweb: show branches in most of the templates
2008-03-13, by Florent Guillaume
hgweb_mod: add branch helper functions to use in templates
2008-03-13, by Florent Guillaume
Automated merge with http://hg.intevation.org/mercurial/crew
2008-03-13, by Bryan O'Sullivan
win32text: use util.binary to detect \0
2008-03-13, by Christian Ebert
adjust test-fetch output to non-default HGPORT, e.g. with run-tests.py -j
2008-03-14, by Thomas Arendsen Hein
setup.py: skip inotify if there's no inotify_add_watch
2008-03-13, by Alexis S. L. Carvalho
run-tests.py: add a summary of failed tests at the end
2008-03-13, by Benoit Boissinot
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip