Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
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
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
2011-05-09, by Martin Geisler
hgrc.5: document positional arguments in aliases
2011-05-09, by Martin Geisler
merge with stable
2011-05-09, by Martin Geisler
hgrc.5: document shell aliases
stable
2011-05-09, by Martin Geisler
merge with crew
2011-05-08, by Matt Mackall
rename util.is_exec to isexec
2011-05-08, by Adrian Buehlmann
posix: delete unused expand_glob
2011-05-08, by Adrian Buehlmann
rename util.find_exe to findexe
2011-05-08, by Adrian Buehlmann
revlog: support writing generaldelta revlogs
2011-05-08, by Sune Foldager
cmdutil: fix errors reported by pyflakes test
2011-05-08, by Sune Foldager
merge with stable
2011-05-08, by Matt Mackall
check-code: complain about set.isdisjoint
2011-05-08, by Matt Mackall
fix bookmarks rollback behavior
stable
2011-05-01, by Alexander Solovyov
add positional arguments to non-shell aliases
2011-05-01, by Alexander Solovyov
run-tests: take the basepath when constructing the test temp dir
2011-05-07, by Idan Kamara
run-tests: compare absolute paths in _checkhglib
2011-05-07, by Idan Kamara
util: rename _windows_reserved_filenames and _windows_reserved_chars
2011-05-07, by Adrian Buehlmann
opener: rename _can_symlink to _cansymlink
2011-05-07, by Adrian Buehlmann
patch: make patch()/internalpatch() always update the dirstate
2011-05-08, by Patrick Mezard
patch: move updatedir() from cmdutil into patch
2011-05-08, by Patrick Mezard
record: unconditionally update the working dir after patching
2011-05-08, by Patrick Mezard
mq: explicitly updatedir() even if patch() fails
2011-05-08, by Patrick Mezard
mq: allow to qpop/push with a dirty working copy (issue2780)
2011-05-06, by Idan Kamara
patch: introduce changedfiles
2011-05-06, by Idan Kamara
debugindex: change output for generaldelta revlogs
2011-05-07, by Sune Foldager
revlog: support reading generaldelta revlogs
2011-05-07, by Sune Foldager
revlog: calculate base revisions iteratively
2011-05-07, by Sune Foldager
revlog: remove the last bits of punched/shallow
2011-05-07, by Sune Foldager
util: make readfile() operate in binary mode
2011-05-07, by Patrick Mezard
cmdutil: normalize log message eols when reading from file
2011-05-07, by Patrick Mezard
match: make 'listfile:' split on LF and CRLF
2011-05-07, by Patrick Mezard
progress: remove useless statement left by bab267e7fc1a
2011-05-07, by Patrick Mezard
debugbuilddag: simplify tags serialization a bit
2011-05-07, by Patrick Mezard
httprepo: send 100-continue on POSTs if using http2
2011-05-02, by Augie Fackler
url: use new http support if requested by the user
2011-05-06, by Augie Fackler
Import new http library as mercurial.httpclient.
2011-05-06, by Augie Fackler
commands, i18n: add translation hint for split message
2011-05-06, by Wagner Bruna
mq: don't hide the patch module
2011-05-06, by Idan Kamara
patch: remove unused ui arg to iterhunks
2011-05-06, by Idan Kamara
mq: loosen except clause when reading patch headers
2011-05-06, by Idan Kamara
merge with abuehl
2011-05-06, by Matt Mackall
rename util.set_signal_handler to setsignalhandler
2011-05-06, by Adrian Buehlmann
rename util.executable_path to executablepath
2011-05-06, by Adrian Buehlmann
rename util.os_link to oslink
2011-05-06, by Adrian Buehlmann
rename explain_exit to explainexit
2011-05-06, by Adrian Buehlmann
rename util.set_binary to setbinary
2011-05-06, by Adrian Buehlmann
rename util.set_flags to setflags
2011-05-06, by Adrian Buehlmann
rename util.parse_patch_output to parsepatchoutput
2011-05-06, by Adrian Buehlmann
rename util.lookup_reg to lookupreg
2011-05-06, by Adrian Buehlmann
rename util.set_hgexecutable to _sethgexecutable
2011-05-06, by Adrian Buehlmann
rename util.main_is_frozen to mainfrozen
2011-05-06, by Adrian Buehlmann
scmutil: rename local function _add_dir_if_not_there
2011-05-06, by Adrian Buehlmann
rename scmutil.user_rcpath to userrcpath
2011-05-06, by Adrian Buehlmann
rename scmutil.system_rcpath to systemrcpath
2011-05-06, by Adrian Buehlmann
rename scmutil.os_rcpath to osrcpath
2011-05-06, by Adrian Buehlmann
merge with stable
2011-05-06, by Matt Mackall
merge with crew
2011-05-06, by Matt Mackall
merge with stable
2011-05-06, by Martin Geisler
rename path_auditor to pathauditor
2011-05-06, by Adrian Buehlmann
revlog: use real Booleans instead of 0/1 in nodesbetween
2011-05-06, by Martin Geisler
patch: fix clash between local variable and exception instance
2011-05-06, by Martin Geisler
patchfile: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
annotate: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
hbisect: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
summary: run discovery only once for in/out against same repo
2011-05-06, by Peter Arrenbrecht
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
2011-05-06, by Peter Arrenbrecht
transplant: remove unneeded loop over repo in revset
2011-05-06, by Idan Kamara
transplant: fix revset doc
stable
2011-05-06, by Idan Kamara
mq: add a 'mq()' revset predicate that returns applied mq csets
2011-05-06, by Idan Kamara
pyflakes: ignore files marked no-check-code
2011-05-06, by Augie Fackler
revlog: compute correct deltaparent in the deltaparent function
2011-05-05, by Sune Foldager
changelog: fixes leaked file handle
2011-05-05, by Zachary Gramana
setdiscovery: limit lines to 80 characters
2011-05-05, by Steven Brown
subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795)
stable
2011-05-05, by Thomas Arendsen Hein
sslutil: extracted ssl methods from httpsconnection in url.py
2011-05-04, by Augie Fackler
check-code: fix checking for sh style in .t tests
2011-05-06, by Mads Kiilerich
run-tests: add --shell command line flag
2011-05-05, by Martin Geisler
run-tests: use type of default to convert environment variable
2011-05-05, by Martin Geisler
test-treediscovery: fix escaping for both dash and bash
2011-05-05, by Martin Geisler
treediscovery: fix regression when run against older repos (issue2793)
2011-05-05, by Peter Arrenbrecht
commands: use util.Abort's hint some more
2011-05-05, by Martin Geisler
commands: use double-quotes for strings with single-quotes
2011-05-05, by Martin Geisler
revlog: remove support for punched/shallow
2011-05-05, by Sune Foldager
revlog: remove support for parentdelta
2011-05-05, by Sune Foldager
store: break up reference cycle introduced in 9cbff8a39a2a
2011-05-04, by Adrian Buehlmann
test-https.t: clean up superfluous trailing whitespace
2011-05-04, by Augie Fackler
run-tests.py: correctly handle list options with parallel tasks
2011-05-04, by Augie Fackler
mq: don't suggest to refresh when qpushing with no applied patches
2011-05-04, by Idan Kamara
bundlerepo: fix closing and docstring of getremotechanges
2011-05-04, by Peter Arrenbrecht
bookmarks: allow deactivating current bookmark with -i
2011-05-04, by Kevin Bullock
bookmarks: allow to create/move bookmark without making it current (issue2788)
2010-12-11, by Kevin Bullock
tests: test subrepos with ssh urls
2011-05-05, by Mads Kiilerich
tests: share dummyssh
2011-05-05, by Mads Kiilerich
tests: fix test-ssh.t after 6bd9778ae749
2011-05-05, by Mads Kiilerich
fix errors reported by pyflakes test
2011-05-04, by Sune Foldager
merge with crew
2011-05-04, by Matt Mackall
tests: fix deprecated use of hg debugdata/debugindex
2011-05-04, by Sune Foldager
merge with stable
2011-05-03, by Matt Mackall
merge with crew
2011-05-03, by Matt Mackall
hgext: fixup a couple missed file().read() instances
2011-05-03, by Matt Mackall
test-casecollision.t: add test for case changing rename
2011-05-03, by Adrian Buehlmann
convert: fix error in git solaris code
2011-05-01, by timeless
test: add pyflakes checking for unable to detect undefined names
2011-05-01, by timeless
tests: add pyflakes checking for assigned to but never used
2011-05-01, by timeless
remove unused variables
2011-05-01, by timeless
test-pyflake: improve sorting algorithm
2011-05-01, by timeless
add make check: tests rule
2011-05-02, by Johan Euphrosine
ui: add configint function and tests
2011-05-03, by Sune Foldager
mq: strip extra whitespace from node ids in header (issue2790)
stable
2011-05-03, by Kevin Bullock
check-code: disallow calling opener(...).read() and opener(..).write()
2011-05-02, by Dan Villiom Podlaski Christiansen
prevent transient leaks of file handle by using new helper functions
2011-05-02, by Dan Villiom Podlaski Christiansen
util & scmutil: adapt read/write helpers as request by mpm
2011-05-02, by Dan Villiom Podlaski Christiansen
store: use a subclass, not a function for fncacheopener
2011-05-02, by Dan Villiom Podlaski Christiansen
util.termwidth: never return 0 for terminal width
2011-04-18, by jfh
discovery: add new set-based discovery
2011-05-02, by Peter Arrenbrecht
debugbuilddag: use memctx for speed
2011-05-02, by Peter Arrenbrecht
localrepo: reuse parent manifest in commitctx if no files have changed
2011-05-02, by Peter Arrenbrecht
bundlerepo: fix and improve getremotechanges
2011-05-02, by Peter Arrenbrecht
hgrc.5: mention new 'case collision' handling for ui.portablefilenames
2011-05-02, by Adrian Buehlmann
win32: remove obsolete bookmarks and parentrevspec extensions from mercurial.ini
2011-05-01, by Pascal Quantin
bundlerepo: drop struct
2011-05-01, by Matt Mackall
bisect: fix indent level
2011-05-02, by Yuya Nishihara
share: create 'hgrc' using an opener, like clone
2011-05-01, by Dan Villiom Podlaski Christiansen
backout 3a3584967a93 - the "unreachable code" was apparently not unreachable
2011-05-01, by Mads Kiilerich
merge with mpm
2011-05-01, by Sune Foldager
revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)
2011-05-01, by Mads Kiilerich
convert: handle invalid subversion source paths
2011-05-01, by Mads Kiilerich
convert: also catch missing revlogs when introduced in repo roots
2011-05-01, by Mads Kiilerich
status: remove unreachable code for status between revisions
2011-02-24, by Mads Kiilerich
httprepo: proper handling of invalid responses without content-type (issue2019)
2011-03-07, by Mads Kiilerich
httprepo: use the original exception after falling back to static-http failed
2011-03-07, by Mads Kiilerich
test: test that backslash is preserved by the url class
2011-05-01, by Mads Kiilerich
tests: use raw string for url tests of '\' handling
2011-05-01, by Mads Kiilerich
color: fix using multiple effects
2011-05-01, by Dan Villiom Podlaski Christiansen
unbundler: separate delta and header parsing
2011-04-30, by Benoit Boissinot
changegroup: new bundler API
2011-04-30, by Benoit Boissinot
bundlerepo: port to new bundle API
2011-04-30, by Benoit Boissinot
bundler: make parsechunk return the base revision of the delta
2011-04-30, by Benoit Boissinot
tests: add pyflakes checking for unused imports
2011-05-01, by timeless
remove unused imports
2011-05-01, by timeless
scmutil: introduce casecollisionauditor
2011-04-30, by Adrian Buehlmann
check-code: check for repo in revlog and ui in util
2011-05-01, by timeless
check-code: allow for checking multiple pattern sets per file
2011-05-01, by timeless
check-code: adding debug flag
2011-05-01, by timeless
run-tests: add flag to provide extra hgrc options for test runs
2011-05-01, by Augie Fackler
graphlog: always sort revisions topologically
2011-05-01, by Patrick Mezard
graphlog: take the union of --rev specs instead of the intersection
2011-05-01, by Patrick Mezard
graphmod: correctly emit nodes with more than 2 predecessors
2011-05-01, by Patrick Mezard
graphlog: display nodes with more than 2 predecessors
2011-05-01, by Patrick Mezard
context: provide an efficient iterator for workingctx
2011-05-01, by Matt Mackall
merge with stable
2011-05-01, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip