Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
i18n-pt_BR: minor fixes and rewording on histedit help text
stable
2014-09-30, by Wagner Bruna
i18n-pt_BR: synchronized with c712238c4f9b
stable
2014-09-30, by Wagner Bruna
merge with i18n
stable
2014-09-30, by Wagner Bruna
i18n-pt_BR: synchronized with 802dffd62de5
stable
2014-09-22, by Wagner Bruna
filelog: censored files compare against empty data, have 0 size
2014-09-14, by Mike Edgar
filelog: raise CensoredNodeError when hash checks fail with censor metadata
2014-09-03, by Mike Edgar
error: add CensoredNodeError, will be thrown when content deliberately erased
2014-09-03, by Mike Edgar
files: cache repo.dirstate
2014-09-30, by Siddharth Agarwal
files: only check for removed, not unknown or missing
2014-09-30, by Siddharth Agarwal
files: use ctx.matches instead of ctx.walk
2014-09-30, by Siddharth Agarwal
files: actually filter out removed files
2014-09-30, by Siddharth Agarwal
subrepo: remove superfluous newline from subrepo prompt
2014-10-01, by Mads Kiilerich
ui: show prompt choice if input is not a tty but is forced to be interactive
2014-10-01, by Mads Kiilerich
merge with stable
2014-09-30, by Matt Mackall
help: basic support for showing only specified topic sections
2014-09-30, by Matt Mackall
help: use OS containers for config file lists
2014-09-30, by Matt Mackall
help: support OS-specific help sections
2014-09-30, by Matt Mackall
minirst: allow multiple container types for prune
2014-09-30, by Matt Mackall
config: don't read the same config file twice
2014-09-04, by Mads Kiilerich
templater: fix precedence of --style and --template options
stable
2014-09-30, by Yuya Nishihara
shelve: avoid writing file that is never read from
2014-09-29, by Martin von Zweigbergk
hgk: don't break on repositories with obsolete changesets
2014-09-28, by Andrew Shadura
test: protect the run-tests.py --json test behind an hghave rule
2014-09-18, by Pierre-Yves David
merge with stable
2014-09-29, by Matt Mackall
hgweb: refresh hgweb.repo on phase change (issue4061)
stable
2014-09-27, by Anton Shestakov
help: fix typo in log examples
stable
2014-09-29, by Matt Mackall
ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs
2014-09-26, by Mads Kiilerich
ssl: refactor sslkwargs - move things around a bit, preparing for next change
2014-09-26, by Mads Kiilerich
revert: special case 'hg revert --all'
2014-09-19, by Durham Goode
test-commandserver: make runcommand message bolder
2014-09-28, by Yuya Nishihara
test-commandserver: rewrite manual substitution of output by (glob) match
2014-09-28, by Yuya Nishihara
test-commandserver: remove redundant banner output
2014-09-28, by Yuya Nishihara
test-commandserver: remove .py test which was ported to .t
2014-09-28, by Yuya Nishihara
test-commandserver: port test functions from .py to .t
2014-09-28, by Yuya Nishihara
test-commandserver: add stub for .t test by copying .out with 2-space indent
2014-09-28, by Yuya Nishihara
test-commandserver: split helper functions to new hgclient module
2014-09-28, by Yuya Nishihara
heredoctest: do not append extra newline character to continuation line
2014-09-28, by Yuya Nishihara
heredoctest: use the same dict for local/global contexts as in doctest
2014-09-28, by Yuya Nishihara
cmdserver: drop useless in_ attribute from channeledoutput
2014-09-27, by Yuya Nishihara
cmdserver: get file attributes of 'e'-channel from stdout, not from stderr
2014-09-27, by Yuya Nishihara
cmdserver: correct doc of channeledoutput
2014-09-27, by Yuya Nishihara
merge with stable
2014-09-27, by Matt Mackall
commands: add debuglocks to report/clear lock state
2014-09-26, by Matt Mackall
test-convert-git.t: make copy detection deterministic
2014-09-24, by Siddharth Agarwal
revsetbenchmark: add a rebase-related revset to the benchmark list
2014-09-23, by Pierre-Yves David
revsetbenchmark: allow comments ('#' prefix) in the revset input
2014-09-23, by Pierre-Yves David
revsetbenchmark: make it clear that revsets may be read from stdin
2014-09-23, by Pierre-Yves David
tags: use full hash for formatter output as in log or annotate commands
2014-09-21, by Yuya Nishihara
tags: change field name of formatter output to be the same as log command
2014-09-21, by Yuya Nishihara
files: correct topic of formatter
2014-09-21, by Yuya Nishihara
revert: move targetsubs calculation down to its use
2014-09-19, by Durham Goode
help: document that default hgweb style is called paper (issue4373)
2014-09-23, by Augie Fackler
help: update help for hgweb template and style (issue4373)
2014-09-20, by Arun Chandrasekaran
bundle2: rename functions that have the same name
2014-09-23, by Mike Hommey
mq: write headers of new patches using patchheader
2014-09-20, by Mads Kiilerich
mq: refactor patchheader header ordering to match export (BC)
2014-09-24, by Mads Kiilerich
mq: upgrade non-plain patches to HG format when setting parent in patchheader
2014-09-20, by Mads Kiilerich
mq: make patchheader .plainmode more reliable
2014-09-20, by Mads Kiilerich
bundle2: remove heads and common arguments to getbundle parts generators
2014-09-24, by Mike Hommey
bundle2: separate bundle10 and bundle2 cases in getbundle()
2014-09-25, by Mike Hommey
bundle2: pass b2caps down to functions adding bundle2 parts for getbundle
2014-09-25, by Mike Hommey
parsers: fix uninitialize variable warning
2014-09-24, by David Soria Parra
revset: use `subset &` in bare `p2()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in bare `p1()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `rev`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `origin`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `follow`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `filelog`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `divergent`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bisect`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `ancestorspec`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bookmark`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `outgoing`
2014-09-17, by Pierre-Yves David
revset: avoid in loop lookup in _generatorset._consumegen
2014-04-30, by Pierre-Yves David
revset: reduce dict lookup in lazyset.__contains__
2014-04-25, by Pierre-Yves David
revset: do less lookup during spanset.__contains__
2014-04-25, by Pierre-Yves David
largefiles: simplify iteration over standins
2014-09-16, by Martin von Zweigbergk
largefiles: avoid using 'lfiles' variable for two purposes
2014-09-16, by Martin von Zweigbergk
largefiles: remove unnecessary clearing of status fields
2014-09-22, by Martin von Zweigbergk
mq: simplify patchheader handling of the empty line before the diff
2014-09-24, by Mads Kiilerich
mq: write '# Parent ' lines with two spaces like export does (BC)
2014-09-24, by Mads Kiilerich
mq: write headers for new HG patches in the same order as export (BC)
2014-09-20, by Mads Kiilerich
mq: correctly make an empty line after description in new patches
2014-09-20, by Mads Kiilerich
largefiles: extract 'orig' method in reposetup.status
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesctx.filectx
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__
2014-09-16, by Martin von Zweigbergk
largefiles: reduce indentation by dropping 'else' block after 'return'
2014-09-16, by Martin von Zweigbergk
largefiles: remove dead assignment left over from change 1ff42ee98446
2014-09-16, by Martin von Zweigbergk
match: simplify brittle predicate construction
2014-09-19, by Martin von Zweigbergk
convert: change default for git rename detection to 50%
2014-09-23, by Siddharth Agarwal
convert: simplify git.similarity parsing
2014-09-23, by Siddharth Agarwal
revset: fast implementation for fullreposet.__and__
2014-09-24, by Pierre-Yves David
revset: turn spanset into a factory function
2014-09-18, by Pierre-Yves David
revert: add a fullreposet class
2014-04-29, by Pierre-Yves David
obsolete: ensure that `getrevs` always return a set
2014-09-23, by Pierre-Yves David
hgweb: fail if an invalid command was supplied in url path (issue4071)
stable
2014-09-22, by Anton Shestakov
keepalive: fix how md5 is used
stable
2014-09-24, by Mike Hommey
merge with stable
2014-09-27, by Matt Mackall
revset: add an optimised baseset.__contains__ (issue4371)
stable
2014-09-16, by Pierre-Yves David
merge with stable
2014-09-22, by Matt Mackall
commands: deprecate the parents commands
2014-09-22, by Matt Mackall
revset: remove nullrev from the bookmark computation
2014-09-17, by Pierre-Yves David
revset: unify code flow in `bookmark`
2014-09-17, by Pierre-Yves David
revset: remove invalid value in the origin set
2014-09-17, by Pierre-Yves David
revset: remove nullrev from set computed in parents()
2014-09-17, by Pierre-Yves David
revset: refactor parents() into a single return point
2014-09-17, by Pierre-Yves David
revset: remove nullrev from set computed in p1() and p2()
2014-09-17, by Pierre-Yves David
revset: document the choice made in __generatorset.__iter__
2014-09-16, by Pierre-Yves David
help: mention mode in hg log --removed help (issue4381)
stable
2014-09-21, by Matt Mackall
commit: catch changed exec bit on files from p1 (issue4382)
stable
2014-09-21, by Matt Mackall
revert: add a `drop` action
2014-08-30, by Pierre-Yves David
revert: explicitly track added but deleted file
2014-08-30, by Pierre-Yves David
revert: have an explicit action for "forget"
2014-09-01, by Pierre-Yves David
revert: split between newly added file and file added in other changeset
2014-08-30, by Pierre-Yves David
revset: stop using a baseset instead of a plain list in _revsbetween
2014-09-16, by Pierre-Yves David
run-tests: added 'cuser', 'csys' time info in report.json file
2014-09-19, by anuraggoel
import: let --exact 'work' with --no-commit (issue4376)
2014-09-19, by Matt Mackall
obsolete: use C code for headrevs calculation
2014-09-16, by Durham Goode
revset: simplify orderedlazyset creation in spanset method
2014-09-16, by Pierre-Yves David
revset: use spanset.isdescending in multiple simple places
2014-09-16, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip