Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
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.
test: explicitly use generaldelta in 'test-rebase-mq-skip.t'
2015-10-18, by Pierre-Yves David
test: using generaldelta in 'test-lfconvert.t'
2015-10-16, by Pierre-Yves David
test: enforce generaldelta format with the right option
2015-11-12, by Pierre-Yves David
test: enforce non-generaldelta base repository in 'test-generaldelta'
2015-11-07, by Pierre-Yves David
test: use generaldelta in 'test-hgweb-command.t'
2015-10-20, by Pierre-Yves David
stream: sort stream capability before serialisation
2015-10-20, by Pierre-Yves David
test: spread capabilities replies in 'test-hgweb-commands'
2015-10-20, by Pierre-Yves David
phase: improve retractboundary perf
2015-11-07, by Durham Goode
merge with stable
2015-11-12, by Matt Mackall
format: introduce 'format.usegeneraldelta`
2015-11-02, by Pierre-Yves David
scmutil: extract general delta config handling in a function
2015-11-02, by Pierre-Yves David
test: test-bundle-type.t needs to work more universally
stable
2015-11-10, by Danek Duvall
bash_completion: add -p|--patch|--stat support for shelve
2015-11-10, by Anton Shestakov
test-convert-git: silence commit output for stablity
2015-11-08, by Matt Harbison
rebase: preserve the 'intermediate-source' attribute of grafts
2015-11-08, by Matt Harbison
merge with stable
2015-11-11, by Matt Mackall
verify: add a hook that can let extensions manipulate file lists
2015-11-04, by Augie Fackler
resolve: don't abort when file is missing
2015-11-10, by Siddharth Agarwal
filemerge: treat EOF at prompt as fail, not abort
2015-11-10, by Siddharth Agarwal
test-merge-tools.t: add 'hg resolve --list' output to tests
2015-11-10, by Siddharth Agarwal
error: add structured exception for EOF at prompt
2015-11-10, by Siddharth Agarwal
test-merge-prompt.t: unset HGMERGE
2015-11-09, by Siddharth Agarwal
hgweb: compute changeset parents and children for log pages lazily
2015-11-10, by Anton Shestakov
filemerge: move :merge-local/other symlink check to precheck
2015-11-08, by Siddharth Agarwal
test-merge-types.t: add tests for :merge-local/:merge-other with symlinks
2015-11-08, by Siddharth Agarwal
Added signature for changeset 1aa5083cbebb
stable
2015-11-09, by Matt Mackall
Added tag 3.6.1 for changeset 1aa5083cbebb
stable
2015-11-09, by Matt Mackall
posix: fix test-permissions regression
stable
3.6.1
2015-11-09, by Matt Mackall
dockerlib: allow non-unique uid and gid of $DBUILDUSER (issue4657)
stable
2015-11-08, by Anton Shestakov
dirstate: fix filefoldmap incosistency on file delete
stable
2015-11-09, by Mateusz Kwapich
wix: style-coal.css has been renamed
stable
2015-11-09, by Steve Borho
merge with stable
2015-11-09, by Matt Mackall
clonebundles: fix typo s/comand/command/
stable
2015-11-05, by Javi Merino
posix: retry on symlink race in checklink
stable
2015-11-06, by Matt Mackall
changegroup: back code change of e7c618cee8df out
stable
2015-11-06, by Pierre-Yves David
changegroup: call 'prechangegroup' hook before setting up write delay
stable
2015-11-06, by Pierre-Yves David
changegroup: fix the scope of a try finally
stable
2015-11-06, by Pierre-Yves David
encoding: re-escape U+DCxx characters in toutf8b input (issue4927)
2015-11-05, by Matt Mackall
encoding: use getutf8char in toutf8b
2015-11-05, by Matt Mackall
encoding: handle non-BMP characters in fromutf8b
2015-11-05, by Matt Mackall
posix: use getutf8char to handle OS X filename percent-escaping
2015-11-05, by Matt Mackall
encoding: add getutf8char helper
2015-11-05, by Matt Mackall
unbundle: gratuitous fix white spacing "issue"
2015-11-07, by Pierre-Yves David
demandimport: fix level passed to loader of sub-modules
stable
2015-11-01, by Yuya Nishihara
parsers: fix width of datalen variable in fm1readmarkers
stable
2015-11-07, by Yuya Nishihara
manifest: skip fastdelta if the change is large
2015-11-05, by Durham Goode
merge.mergestate: update docstrings for preresolve and resolve
2015-11-04, by Siddharth Agarwal
rebase: pass date parameter to concludenode
2015-10-26, by Stanislau Hlebik
rebase: add date parameter to concludenode function
2015-10-26, by Stanislau Hlebik
hgweb: remove unused colorPart() from mercurial.js
2015-10-24, by Anton Shestakov
test: enforce non-general delta in 'test-generaldelta.t'
2015-10-18, by Pierre-Yves David
test: enforce bundle1 in 'test-push-cgi.t'
2015-10-20, by Pierre-Yves David
test: enforce v1 in 'test-debugbundle.t'
2015-10-18, by Pierre-Yves David
test: enforce bundle1 in "test-commit-interactive.t"
2015-10-20, by Pierre-Yves David
discovery: factor out calculation of heads to not warn about
2015-11-06, by Ryan McElroy
hooks: back 9f272bf3b342 out
stable
2015-11-06, by Pierre-Yves David
merge with stable
2015-11-04, by Matt Mackall
hooks: fix hooks not firing if prechangegroup was set (issue4934)
stable
2015-11-03, by Durham Goode
hooks: always include HG_PENDING
stable
2015-11-03, by Durham Goode
wireproto: move clonebundles command from extension (issue4931)
stable
2015-11-03, by Gregory Szorc
templatefilters: try round-trip utf-8 conversion by json filter (issue4933)
stable
2015-11-04, by Yuya Nishihara
exchange: do not attempt clone bundle if local repo is non-empty (issue4932)
stable
2015-11-03, by Gregory Szorc
test-clonebundles.t: add test for incremental pull
stable
2015-11-03, by Gregory Szorc
i18n: make sure to include translation of (DEPRECATED)
stable
2015-11-03, by Yuya Nishihara
i18n: do not abuse msgstr of "DEPRECATED" to check for bad translation
stable
2015-11-03, by Yuya Nishihara
filemerge.prompt: separate out choice selection and action
2015-11-02, by Siddharth Agarwal
test-merge-prompt.t: add tests for linear updates + change/delete conflicts
2015-11-02, by Siddharth Agarwal
test-pathencode.py: drop support for Python 2.4
2015-10-24, by Siddharth Agarwal
hgweb.server: drop support for Python 2.4
2015-10-24, by Siddharth Agarwal
util: drop Python 2.4 compat by directly importing md5 and sha1
2015-10-24, by Siddharth Agarwal
hgweb: replace some str.split() calls by str.partition() or str.rpartition()
2015-11-02, by Anton Shestakov
help: replace some str.split() calls by str.partition() or str.rpartition()
2015-11-02, by Anton Shestakov
convert: test clean p2 file missing
2015-10-24, by Mads Kiilerich
uescape: also encode non-printable char under 128
2015-11-02, by Pierre-Yves David
testing: add hypothesis fuzz testing
2015-10-24, by David R. MacIver
merge with stable
2015-11-02, by Pierre-Yves David
Added signature for changeset 47dd34f2e727
stable
2015-11-01, by Matt Mackall
Added tag 3.6 for changeset 47dd34f2e727
stable
2015-11-01, by Matt Mackall
i18n: look translation of both "DEPRECATED" and "(DEPRECATED)" up
stable
3.6
2015-11-01, by FUJIWARA Katsunori
i18n: fix regexp pattern to detect translation for DEPRECATED
stable
2015-11-01, by FUJIWARA Katsunori
scmutil: abort if an empty revision is given to revpair()
stable
2015-10-31, by Matt Harbison
i18n-pt_BR: synchronized with a9ed5a8fc5e0
stable
2015-11-01, by Wagner Bruna
i18n-ja: synchronized with 6474b64045fb
stable
2015-11-01, by FUJIWARA Katsunori
packaging: rework version detection and declaration (issue4912)
stable
2015-10-26, by Augie Fackler
hgweb: escape class keyword when used as a js object property (issue4913)
stable
2015-10-27, by Anton Shestakov
localrepo: discard objects in _filecache at transaction failure (issue4876)
stable
2015-10-24, by FUJIWARA Katsunori
demandimport: fix TypeError when importing Python regex library (issue4920)
stable
2015-10-28, by Gábor Stefanik
bundle2: attribute remote failures to remote (issue4788)
stable
2015-10-24, by Gregory Szorc
tests: add tests for remote hook output (issue4788)
stable
2015-10-24, by Gregory Szorc
help: mention alias and revsetalias in description of HGPLAINEXCEPT
stable
2015-10-24, by Yuya Nishihara
debugrevlog: cope with empty revlog files
stable
2015-10-23, by Augie Fackler
largefiles: don't mute and obfuscate http errors when putlfile fails
stable
2015-10-23, by Mads Kiilerich
largefiles: test coverage of error handling from putlfile
stable
2015-10-23, by Mads Kiilerich
largefiles: check hash of files in the store before copying to working dir
stable
2015-10-23, by Mads Kiilerich
largefiles: test coverage of handling of store corruption
stable
2015-10-23, by Mads Kiilerich
merge: improve clarity of table in update docstring
stable
2015-10-23, by Augie Fackler
ui: support paths.default-push without paths.default set (issue4914)
stable
2015-10-22, by Gregory Szorc
bookmarks: don't allow pushing new head for existing mark with -B (issue4400)
stable
2015-10-21, by Matt Mackall
commands: fix help for debugobsolete
stable
2015-10-20, by timeless
largefiles: fix explicit commit of normal/largefile switch
stable
2015-10-21, by Mads Kiilerich
largefiles: test coverage of explicit commit of normal/largefile switch
stable
2015-10-21, by Mads Kiilerich
Added signature for changeset b66e3ca0b90c
stable
2015-10-20, by Matt Mackall
Added tag 3.6-rc for changeset b66e3ca0b90c
stable
2015-10-20, by Matt Mackall
merge default into stable for code freeze
stable
3.6-rc
2015-10-20, by Matt Mackall
convert: fix Python syntax in 'splice in' message
2015-10-19, by Mads Kiilerich
rebase: fix wrong 'no changes to commit' when using --collapse
2015-10-19, by Mads Kiilerich
pull: all pass along extra opargs
2015-10-19, by Sean Farley
push: all pass along opargs
2015-10-19, by Sean Farley
check-code: allow argument passing py2.6ism
2015-10-15, by timeless
mail: drop python 2.5 self.sock.read workaround
2015-10-15, by timeless
url: drop support for python2.5
2015-10-15, by timeless
win32: drop reference to python2.5
2015-10-15, by timeless
editmerge: dequote other use of $ED
2015-10-19, by Ryan McElroy
bundlerepo: properly extract compressed changegroup from bundle2
2015-10-19, by Pierre-Yves David
bundle2: make unbundle.compressed return True when compressed
2015-10-02, by Pierre-Yves David
bundlerepo: uncompress changegroup in bundle1 case only
2015-10-19, by Pierre-Yves David
bundlerepo: move temp-bundle writing logic into a closure
2015-10-19, by Pierre-Yves David
shelve: properly process bundle2 bundle
2015-10-19, by Pierre-Yves David
histedit: properly apply bundle2 backups
2015-10-20, by Pierre-Yves David
strip: pass source and url to bundle2 processing
2015-10-20, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip