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
+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.
lock: take both vfs and lock file path relative to vfs to access via vfs
2013-11-12, by FUJIWARA Katsunori
vfs: add "makelock()" and "readlock()"
2013-11-12, by FUJIWARA Katsunori
hg: rewrite "copystore()" with vfs
2013-11-12, by FUJIWARA Katsunori
localrepo: import "lock" module as "lockmod" for readability
2013-11-12, by FUJIWARA Katsunori
transaction: take journal file path relative to vfs to use file API via vfs
2013-11-12, by FUJIWARA Katsunori
vfs: add "chmod()"
2013-11-12, by FUJIWARA Katsunori
vfs: add "isfile()"
2013-11-12, by FUJIWARA Katsunori
transaction: unlink target file via vfs
2013-11-12, by FUJIWARA Katsunori
relink: abort earlier when on different devices (issue3916)
2013-11-09, by Simon Heimberg
localrepo: prevent to copy repo local config, copy baseui instead
2013-11-11, by Simon Heimberg
doc: show details of command options in pages generated by docutils
2013-11-08, by FUJIWARA Katsunori
Makefile: intermediate steps work with temporary copy of hg.pot
2013-11-05, by Simon Heimberg
merge with stable
2013-11-21, by Matt Mackall
help: drop help for branches template keyword
2013-11-21, by Matt Mackall
test-command-template.t: fix failure due to trailing whitespace
2013-11-21, by Siddharth Agarwal
templater: makes branches work correctly with stringify (issue4108)
stable
2013-11-21, by Matt Mackall
manifest: increase lrucache from 3 to 4
2013-11-11, by Durham Goode
strip: add faster revlog strip computation
2013-11-11, by Durham Goode
revlog: return lazy set from findcommonmissing
2013-11-11, by Durham Goode
merge with stable
2013-11-19, by Matt Mackall
histedit: hold wlock and lock while in progress
stable
2013-11-17, by Siddharth Agarwal
merge with i18n
stable
2013-11-18, by Matt Mackall
i18n-pt_BR: fix typos in notify docs
stable
2013-11-18, by Wagner Bruna
i18n-pt_BR: synchronized with 06e118c097ff
stable
2013-11-17, by Wagner Bruna
templater: only recursively evaluate string literals as templates (issue4103)
stable
2013-11-18, by Matt Mackall
templater: fix escaping in nested string literals (issue4102)
stable
2013-11-18, by Matt Mackall
merge with stable
2013-11-17, by Matt Mackall
shelve: unshelve using an unfiltered repository
stable
2013-11-07, by David Soria Parra
largefiles: update in two steps, handle interrupted updates better
stable
2013-11-07, by Mads Kiilerich
largefiles: inline _updatelfile, prepare for further refactorings
stable
2013-11-07, by Mads Kiilerich
largefiles: cache largefiles for update, also without printmessage
stable
2013-11-07, by Mads Kiilerich
largefiles: cleanup of printmessage handling - the printed flag was redundant
stable
2013-11-07, by Mads Kiilerich
test-module-imports: skip on Python < 2.6, since ast is new in 2.6
2013-11-17, by Augie Fackler
Merge with stable.
2013-11-17, by Augie Fackler
convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None
stable
2013-11-16, by Mads Kiilerich
share: fix unshare calling wrong repo.__init__() method
stable
2013-11-16, by Brodie Rao
statichttprepo.httprangeheader: implement readlines
2013-11-17, by Siddharth Agarwal
statichttprepo: pass in True to splitlines, not 1
2013-11-17, by Siddharth Agarwal
mq: don't add '* * *' separators when there is no commit message
2013-11-16, by Mads Kiilerich
bisect: avoid confusing use of variables with same names in nested local scopes
2013-11-16, by Mads Kiilerich
discovery: make note messages for new heads more readable
2013-11-16, by Mads Kiilerich
discovery: tweak error message for multiple branch heads
2013-11-16, by Mads Kiilerich
test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92f
2013-11-16, by Mads Kiilerich
convert: readability and test of rpairs function
2013-11-17, by Mads Kiilerich
tests: make doctest test runner less verbose
2013-11-17, by Mads Kiilerich
tests: python hash seed is only relevant after failures - otherwise keep quiet
2013-11-17, by Mads Kiilerich
scmutil.filecache: support watching over multiple files
2013-11-16, by Siddharth Agarwal
scmutil: introduce a filecacheentry that can watch multiple paths
2013-11-16, by Siddharth Agarwal
scmutil: rename filecacheentry to filecachesubentry
2013-11-16, by Siddharth Agarwal
scmutil.filecacheentry: make stat argument to constructor mandatory
2013-11-16, by Siddharth Agarwal
test-filecache.py: add markers to the output for each event
2013-11-16, by Siddharth Agarwal
test-filecache.py: make setbeforeget test clearer
2013-11-16, by Siddharth Agarwal
test-module-imports.t: new test to use the import cycle detector
2013-11-17, by Augie Fackler
import-checker: try a little harder to show fewer cycles
2013-11-17, by Augie Fackler
import-checker: ignore nested imports
2013-11-17, by Augie Fackler
contrib: add an import checker
2013-11-17, by Augie Fackler
makememctx: move from patch to context to break import cycle
2013-11-06, by Augie Fackler
cleanup: move stdlib imports to their own import statement
2013-11-06, by Augie Fackler
pathutil: tease out a new library to break an import cycle from canonpath use
2013-11-06, by Augie Fackler
subsettable: move from repoview to branchmap, the only place it's used
2013-11-06, by Augie Fackler
obsolete: add __eq__ and __hash__ to marker to make set() deduplication work
2013-11-16, by Augie Fackler
obsolete: do not accept duplicated marker during exchange
2013-11-16, by Pierre-Yves David
Merge with stable.
2013-11-17, by Augie Fackler
obsolete: stop doing membership test on list
stable
2013-11-16, by Pierre-Yves David
bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"
2013-11-08, by FUJIWARA Katsunori
bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"
2013-11-08, by FUJIWARA Katsunori
bookmarks: rewrite "updatefromremote()" by "compare()"
2013-11-08, by FUJIWARA Katsunori
bookmarks: add function to centralize the logic to compare bookmarks
2013-11-08, by FUJIWARA Katsunori
hgweb: use semantically suitable filelog.revs in filelog
2013-11-10, by Alexander Plavin
hgweb: always compute all entries and latestentry in filelog
2013-11-10, by Alexander Plavin
hgweb: remove unused argument of entries function in filelog
2013-11-10, by Alexander Plavin
transplant: use peer of source repository as "remote" for "repo.pull()"
2013-11-16, by FUJIWARA Katsunori
run-tests: remove files that we potentially create outside of $TMPDIR
2013-11-15, by Sean Farley
run-tests: remove code that creates a dummy 'diffstat'
2013-11-15, by Sean Farley
template: change extras to use showlist rather than manual templ call.
2013-11-15, by Matthew Turk
help: adding example 'extras' printing to 'hg help templates'
2013-11-15, by Matthew Turk
help: document about {extras} template keyword
2013-11-15, by Matthew Turk
check-code: document last ignore regexp
2013-11-09, by Simon Heimberg
check-code: drop unneeded ignore patterns
2013-11-09, by Simon Heimberg
merge with stable
2013-11-16, by Matt Mackall
merge with i18n
stable
2013-11-16, by Matt Mackall
contrib: add editmerge script for editor conflict prompts
2013-11-15, by Durham Goode
strip: fix last unprotected mq reference (issue4097)
stable
2013-11-14, by Matt Mackall
tests: skip tests that require not having root (issue4089)
2013-11-14, by Matt Mackall
make: restrict recursion in make clean
2013-11-14, by Matt Mackall
scmutil: skip checks in "casecollisionauditor" if filename is already checked
2013-11-12, by FUJIWARA Katsunori
check-code: prepend warning prefix only once, but for each warning
stable
2013-11-09, by Simon Heimberg
hgweb, i18n: do not translate search mode description
stable
2013-11-13, by Wagner Bruna
tests: end output lines including path with "(glob)" to pass on Windows
stable
2013-11-10, by FUJIWARA Katsunori
tests: quote environment variable to extract wildcard on MinGW environment
stable
2013-11-10, by FUJIWARA Katsunori
tests: choose the path separator in PYTHONPATH suitable for platform
stable
2013-11-10, by FUJIWARA Katsunori
util: warn when adding paths ending with \
stable
2013-11-08, by Mads Kiilerich
check-code: more replacement characters
stable
2013-11-05, by Simon Heimberg
check-code: check comment for '.. note::' without two newlines
stable
2013-11-05, by Simon Heimberg
documentation: add an extra newline after note directive
stable
2013-11-05, by Simon Heimberg
tests: modify minirst test input to new format
stable
2013-11-04, by Simon Heimberg
minirst: do not add a 2nd empty paragraph
stable
2013-11-04, by Simon Heimberg
minirst: find admonitions before pruning comments and adding margins
stable
2013-11-04, by Simon Heimberg
minirst: do not fail on an empty admonition block
stable
2013-11-04, by Simon Heimberg
minirst: do not interpret a directive as a literal block
stable
2013-11-04, by Simon Heimberg
Makefile: do update on a temporary copy of a po file
2013-11-05, by Simon Heimberg
i18n-pt_BR: synchronized with d24ee6d7d167
stable
2013-11-04, by Wagner Bruna
date: allow %z in format (issue4040)
2013-11-07, by Matt Mackall
merge with stable
2013-11-06, by Matt Mackall
merge: move forgets to the beginning of the action list
stable
2013-11-06, by Siddharth Agarwal
rebase: fix working copy location after a --collapse (issue4080)
stable
2013-11-01, by Durham Goode
Merge with stable.
2013-11-06, by Augie Fackler
rebase: fix rebase aborts when 'tip-1' is public (issue4082)
stable
2013-11-04, by Durham Goode
Merge with stable.
2013-11-05, by Augie Fackler
check-code: prepend warning prefix for repeated warnings only once
2013-11-02, by Simon Heimberg
check-code: fix an error message
2013-11-02, by Simon Heimberg
test: do not add .pyc and .orig in test-commit-amend.t (issue4085)
stable
2013-11-05, by Pierre-Yves David
Added signature for changeset d825e4025e39
stable
2013-11-01, by Matt Mackall
Added tag 2.8 for changeset d825e4025e39
stable
2013-11-01, by Matt Mackall
merge with i18n
stable
2.8
2013-11-01, by Matt Mackall
i18n-pt_BR: fix a few missing changes on 95304251c376
stable
2013-11-01, by Wagner Bruna
i18n-pt_BR: synchronized with 95304251c376
stable
2013-10-31, by Wagner Bruna
i18n-ja: synchronized with 1d7a36ff2615
stable
2013-10-31, by FUJIWARA Katsunori
patch: ensure valid git diffs if source/destination file is missing (issue4046)
stable
2013-10-13, by Johan Bjork
histedit: add description about exit code
stable
2013-10-27, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip