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.
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
fix incorrect date when committing a tag
2008-03-13, by Benoit Boissinot
merge: fix handling of deleted files
2008-03-12, by Alexis S. L. Carvalho
setup.py: os.uname is not available on Windows
2008-03-12, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2008-03-12, by Bryan O'Sullivan
Add inotify extension
2008-03-12, by Bryan O'Sullivan
convert: rename MAPFILE into REVMAP to disambiguate with filemap
2008-03-12, by Patrick Mezard
Make mercurial easy installable
2008-03-12, by Ralf Schmitt
Add tests for the fixes to issue1014 (fractional timezones)
2008-03-12, by Thomas Arendsen Hein
test-fetch failed due to non-zero exit code
2008-03-12, by Thomas Arendsen Hein
Hide URL passwords in hg paths output.
2008-03-11, by Brendan Cully
Merge with main
2008-03-11, by Bryan O'Sullivan
Fixed bash completion for filenames containing spaces.
2008-03-11, by Jonas Diemer
merge with main
2008-03-11, by Thomas Arendsen Hein
dates: Fix bare times to be relative to "today"
2008-03-11, by Matt Mackall
dates: improve timezone handling
2008-03-11, by Matt Mackall
revlog: report node and file when lookup fails
2008-03-11, by Matt Mackall
Merge with crew
2008-03-11, by Matt Mackall
fetch: don't proceed if working directory is missing files (issue988)
2008-03-11, by Bryan O'Sullivan
fetch: rename --force-editor option to --edit, for consistency
2008-03-11, by Bryan O'Sullivan
dates: fix fractional timezone display rounding bug
2008-03-10, by Matt Mackall
churn: show comitter email addresses unclipped (bug 1023)
2008-03-09, by Stephen Deasey
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
2008-03-08, by Brendan Cully
Support web.baseurl in hgwebdir, overriding SCRIPT_NAME
2008-03-08, by Brendan Cully
Fixed typo in tag help, found by John Coomes
2008-03-08, by Thomas Arendsen Hein
hgweb: fix test results missed by 6218:345a23eca8f6
2008-03-07, by Peter Arrenbrecht
gitweb: remove some line breaks in archive and rss columns.
2008-03-06, by Brendan Cully
Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
2008-03-06, by Joel Rosdahl
Add missing import of sys
2008-03-06, by Joel Rosdahl
convert: Remove unused clone method
2008-03-06, by Joel Rosdahl
convert: Fix unbound name error in the subversion backend
2008-03-06, by Joel Rosdahl
imerge: Fix unbound name error and add a test case
2008-03-06, by Joel Rosdahl
Remove unused imports
2008-03-06, by Joel Rosdahl
Expand import * to allow Pyflakes to find problems
2008-03-06, by Joel Rosdahl
Removed trailing spaces from everything except test output
2008-03-07, by Thomas Arendsen Hein
Replaced tab in run-tests.py
2008-03-07, by Thomas Arendsen Hein
tests: add --keep-tmp to run-tests.py to debug test environment
2008-03-05, by Peter Arrenbrecht
fetch: make test reproducible, tiny code cleanup
2008-03-05, by Bryan O'Sullivan
fetch: switch the default parent used for a merge
2008-03-05, by Bryan O'Sullivan
mq: test for qclone of http repo+queue
2008-03-03, by Peter Arrenbrecht
When failing to load an extension, show where Hg tried to load it from.
2008-03-03, by Jesse Glick
hgweb/annotate: handle binary files like hgweb/file
2008-03-02, by Thomas Arendsen Hein
test-status: Make assert function definition sh compatible.
2008-03-02, by Thomas Arendsen Hein
Extend/correct acc40572da5b regarding -qA and ignored files.
2008-03-02, by Thomas Arendsen Hein
'hg status -q' output skips non-tracked files.
2008-03-01, by Zoran Bosnjak
highlight: forgot import
2008-02-29, by Brendan Cully
highlight: guess by text when path name is ambiguous
2008-02-29, by Brendan Cully
highlight: make div trimmer work when lexer fails to identify text.
2008-02-29, by Brendan Cully
highlight: use iter() instead of generator comprehension
2008-02-29, by Brendan Cully
mq: remove unimplemented option -f for strip
2008-02-29, by Dirkjan Ochtman
highlight: bail out if file is binary
2008-02-28, by Brendan Cully
highlight: support annotate, and reduce layering violations.
2008-02-28, by Brendan Cully
Introduce templateopts and logopts to reduce duplicate option definitions.
2008-02-29, by Thomas Arendsen Hein
Add option -l/--limit to hg incoming and hg outgoing.
2008-02-29, by Thomas Arendsen Hein
Move finding/checking the log limit to cmdutil
2008-02-29, by Thomas Arendsen Hein
Make hg debugancestor accept -R by making it an optionalrepo command.
2008-02-29, by Thomas Arendsen Hein
debugancestor: use *args instead of *opts, to not confuse with option dicts.
2008-02-29, by Thomas Arendsen Hein
mq: Cleanup: update outdated file header.
2008-02-28, by Marti Raudsepp
convert: Clean up authormap key=value splitting.
2008-02-28, by Marti Raudsepp
convert: Avoid redundant newline on authormap errors.
2008-02-28, by Marti Raudsepp
convert: Ignore empty lines in authormap file.
2008-02-28, by Marti Raudsepp
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip