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.
hgk: define bookmark colour explicitly, as Tk 8.6 has changed their meaning
2014-09-28, by Andrew Shadura
largefiles: remove 'forget' list that's always empty
2014-09-30, by Martin von Zweigbergk
bookmarks: fix divergent bookmark path normalization
2014-10-02, by Matt Mackall
exchange: remove a broken i18n abuse
2014-10-02, by Matt Mackall
bookmark: make the search for divergent names more robust
2014-09-26, by Pierre-Yves David
pull: gather all bookmark-pulling code together
2014-09-25, by Pierre-Yves David
push: perform bookmark export in the push function
2014-09-25, by Pierre-Yves David
push: add `pushoperation.bkresult`
2014-09-25, by Pierre-Yves David
push: pass list of bookmark to `exchange.push`
2014-09-25, by Pierre-Yves David
exchange: import bookmarks as bookmod
2014-09-25, by Pierre-Yves David
push: sanitize handling of bookmark push return value
2014-09-25, by Pierre-Yves David
locarepo: remove the `push` method (API)
2014-09-25, by Pierre-Yves David
push: `exchange.push` instead of `localrepo.push`
2014-09-25, by Pierre-Yves David
clone: use `exchange.push` instead of `localrepo.push`
2014-09-25, by Pierre-Yves David
push: use `exchange.push` in `commands.push`
2014-09-25, by Pierre-Yves David
push: `exchange.push` now returns the `pushoperation` object
2014-09-25, by Pierre-Yves David
push: rename `pushop.ret` to `pushop.cgresult`
2014-09-25, by Pierre-Yves David
obsolete: use version constants in the format mapping
2014-09-16, by Pierre-Yves David
obsolete: use the `version` argument in encodemarkers
2014-09-16, by Pierre-Yves David
obsolete: gather all contents related to format version 0 in a single place
2014-09-12, by Pierre-Yves David
revert: properly back up added files with local modification
2014-08-31, by Pierre-Yves David
revert: track added files with local modifications
2014-08-30, by Pierre-Yves David
revert: distinguish between "check" and "backup" strategy
2014-08-30, by Pierre-Yves David
revert: small refactoring in the way backup value are handled
2014-08-30, by Pierre-Yves David
merge with stable
2014-10-01, by Matt Mackall
Added signature for changeset f768c888aaa6
stable
2014-10-01, by Matt Mackall
Added tag 3.1.2 for changeset f768c888aaa6
stable
2014-10-01, by Matt Mackall
parsers: fix Py2.4 argument parsing issue
2014-10-01, by Matt Mackall
merge with i18n
stable
3.1.2
2014-10-01, by Matt Mackall
diff: document the nobinary option
stable
2014-09-30, by Jordi GutiƩrrez Hermoso
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip