Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-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.
bash_completion: enable alias auto-complete
2011-05-17, by Yann E. MORIN
ui: enable alias exception when reading config in plain mode
2011-05-17, by Yann E. MORIN
ui: test plain mode against exceptions
2011-05-17, by Yann E. MORIN
revlog: drop base() again
2011-05-18, by Matt Mackall
patch: add a workingbackend dirstate layer on top of fsbackend
2011-05-18, by Patrick Mezard
patch: handle binary copies as regular ones
2011-05-18, by Patrick Mezard
patch: remove files while patching, not in updatedir()
2011-05-18, by Patrick Mezard
patch: set desired mode when patching, not in updatedir()
2011-05-18, by Patrick Mezard
patch: stop changing current directory before patching
2011-05-18, by Patrick Mezard
revlog: linearize created changegroups in generaldelta revlogs
2011-05-18, by Sune Foldager
revlogdag: add linearize function
2011-05-18, by Sune Foldager
localrepo, sshrepo: use Boolean create argument in __init__
2011-05-18, by Martin Geisler
commands: replace 'x = f(); return x' with 'return f()'
2011-05-18, by Martin Geisler
merge with stable
2011-05-18, by Martin Geisler
subrepo: respect non-default path for incoming/outgoing
stable
2011-05-18, by Martin Geisler
run-tests: print a newline after all warnings
2011-05-18, by Thomas Arendsen Hein
annotate: fix alignment of columns in front of line numbers (issue2807)
2011-05-18, by Thomas Arendsen Hein
merge with stable
2011-05-18, by Martin Geisler
revset: the name is optional for the tag predicate
stable
2011-05-18, by Martin Geisler
revset: note case-sensitive match in grep
stable
2011-05-18, by Martin Geisler
revset: note case-insensitive matches in keyword and user
stable
2011-05-18, by Martin Geisler
revset: expand help for contains predicate
stable
2011-05-18, by Martin Geisler
patch: remove unused variable to make pyflakes test happy
2011-05-18, by Sune Foldager
patch: add lexists() to backends, use it in selectfile()
2011-05-17, by Patrick Mezard
patch: move copyfile() into backends, abstract basedir
2011-05-17, by Patrick Mezard
patch: merge makerejlines() into write_rej()
2011-05-17, by Patrick Mezard
patch: extract fs access from patchfile into fsbackend
2011-05-17, by Patrick Mezard
mq: fix qpush changes detection of renamed files
2011-05-17, by Patrick Mezard
httpconnection: correctly handle redirects from http to https
2011-05-16, by Augie Fackler
win32.py: add argtypes and restype
2011-05-15, by Adrian Buehlmann
win32.py: more explicit definition of _STD_ERROR_HANDLE
2011-05-15, by Adrian Buehlmann
revset: add follow(filename) to follow a filename's history across copies
2011-05-16, by Matt Mackall
revset: introduce filelog() to emulate log's fast path
2011-05-16, by Matt Mackall
httpclient: import revision b8c3511a8cae from py-nonblocking-http
2011-05-12, by Augie Fackler
run-tests: replace chdir() with Popen cwd option
2011-05-16, by Patrick Mezard
run-tests: make --debug run in the temporary test directory
2011-05-16, by Patrick Mezard
run-tests: use the common test path on Windows and Java
2011-05-16, by Patrick Mezard
run-tests: ignore timeout when Popen.terminate is unavailable
2011-05-16, by Patrick Mezard
run-tests: fix hg.bat python reference
2011-05-16, by Patrick Mezard
run-tests: fix python executable detection and copy on Windows
2011-05-16, by Patrick Mezard
changelog: don't use generaldelta
2011-05-16, by Sune Foldager
revlog: get rid of defversion
2011-05-16, by Sune Foldager
bash_completion: Use "hg paths -q" instead of piping through sed
2011-05-16, by Thomas Arendsen Hein
paths: Add support for -q/--quiet
2011-05-16, by Thomas Arendsen Hein
fix test broken in merge from stable
2011-05-16, by Sune Foldager
merge with stable
2011-05-15, by Matt Mackall
simplemerge: do not allow binary files to abort an entire merge
stable
2011-05-13, by Steve Borho
extdiff: grammar "allows to" -> "allows one to"
2011-05-15, by Javi Merino
debugrevlog: add --dump flag to dump graphable per-revision statistics
2011-05-15, by Matt Mackall
revlog: restore the base method
2011-05-15, by Matt Mackall
Hardcoding ARCHFLAGS breaks the build against fink's python
2011-05-14, by Brendan Cully
debugindex etc.: add --changelog and --manifest options
2011-05-14, by Sune Foldager
scmutil: drop aliases in cmdutil for match functions
2011-05-13, by Matt Mackall
scmutil: drop some aliases in cmdutil
2011-05-13, by Matt Mackall
scmutil: fold in wdutil
2011-05-13, by Matt Mackall
scmutil: move revsingle/pair/range from cmdutil
2011-05-13, by Matt Mackall
help: consolidate topic hooks in help.py
2011-05-13, by Matt Mackall
extensions: move moduledoc to break import loop with help
2011-05-13, by Matt Mackall
extensions: drop maxlength from enabled and disabled
2011-05-13, by Matt Mackall
Makefile: remove pure modules on clean
2011-05-13, by Martin Geisler
hgcia: Handle URL like in notify (issue2406)
2011-05-11, by Cédric Krier
util: make str(url) return file:/// for abs paths again
2011-05-12, by Peter Arrenbrecht
subrepo: use a safer revision check for hg repos
2011-05-12, by Matt Mackall
graphlog: use cmdutil.command decorator
2011-05-12, by Adrian Buehlmann
purge: use cmdutil.command decorator
2011-05-12, by Adrian Buehlmann
patchbomb: use cmdutil.command decorator
2011-05-12, by Adrian Buehlmann
transplant: use cmdutil.command decorator
2011-05-12, by Adrian Buehlmann
monoblue: improve readability of the filenolink template
2011-05-12, by Steven Brown
rebase: use cmdutil.command decorator
2011-05-12, by Adrian Buehlmann
debugrevlog: many improvements
2011-05-12, by Sune Foldager
add debugrevlog command
2011-05-12, by Sune Foldager
check-code: add /= to operator list
2011-05-12, by Sune Foldager
order commands alphabetically
2011-05-12, by Sune Foldager
revlog: improve delta generation heuristics for generaldelta
2011-05-12, by Sune Foldager
keyword: use cmdutil.command decorator
2011-05-12, by Martin Geisler
gpg: use cmdutil.command decorator
2011-05-12, by Martin Geisler
mq: use cmdutil.command decorator
2011-05-12, by Martin Geisler
commands: use a decorator to build table incrementally
2011-05-12, by Adrian Buehlmann
revlog: fix bug in chainbase cache
2011-05-12, by Sune Foldager
setup.py: workaround for missing bz2 module in IronPython
2011-05-09, by Zachary Gramana
httpconnection: fix debug logging option for httpclient
2011-05-11, by Augie Fackler
httpclient: import f4c380237fd5 to fix keepalive not working
2011-05-11, by Augie Fackler
revlog: add docstring to _addrevision
2011-05-11, by Sune Foldager
cmdutil: make_file to makefileobj
2011-05-10, by Matt Mackall
cmdutil: make_filename -> makefilename
2011-05-10, by Matt Mackall
cmdutil: bail_if_changed to bailifchanged
2011-05-10, by Matt Mackall
store: change names to comply with project coding standards
2011-05-08, by Adrian Buehlmann
filelog: add file function to open other filelogs
2011-05-10, by Sune Foldager
help: add -c/--command flag to only show command help (issue2799)
2011-05-10, by Martin Geisler
help: give hint about 'hg help -e' when appropriate
2011-05-10, by Martin Geisler
help: add -e/--extension switch to display extension help text
2010-01-20, by Henri Wiechers
debugbuilddag: read DAG from stdin if not given on cmdline
2011-05-09, by Martin Geisler
run-tests: remove check on --shell argument
2011-05-09, by Martin Geisler
subrepo: create subrepos using clone instead of pull
2011-05-09, by Martin Geisler
progress: add speed format
2011-05-09, by Martin Geisler
debugbuilddag: output progress information
2011-05-09, by Martin Geisler
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip