Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-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.
revset: categorize wdir() as very fast function
2016-08-20, by Yuya Nishihara
revset: make children() not look at p2 if null (issue5439)
2015-05-23, by Yuya Nishihara
setup: pass named argument to setup_zstd
2017-01-04, by Gregory Szorc
merge with stable
2017-01-04, by Augie Fackler
templates-default: factor out definition of changeset labels
2017-01-03, by Denis Laxalde
cmdutil: add support for evolution "troubles" display in changeset_printer
2016-10-10, by Denis Laxalde
cmdutil: extract a _changesetlabels function out of changeset_printer._show()
2017-01-03, by Denis Laxalde
chg: add procutil.h
2017-01-02, by Jun Wu
chg: let procutil maintain its own pagerpid
2017-01-02, by Jun Wu
chg: decouple hgclient from setuppager
2017-01-02, by Jun Wu
chg: decouple hgclient from setupsignalhandler
2017-01-02, by Jun Wu
chg: move signal and pager handling to a separate file
2017-01-02, by Jun Wu
keepalive: rewrite readline()
2015-10-07, by Gregory Szorc
keepalive: remove limit argument from readline()
2015-10-07, by Gregory Szorc
keepalive: don't concatenate strings when reading chunked transfer
2015-10-07, by Gregory Szorc
exchange: use rich class for sorting clone bundle entries
2016-12-26, by Gregory Szorc
chg: respect XDG_RUNTIME_DIR
2016-12-26, by Jun Wu
chg: make "get default sockdir" a separate method
2016-12-25, by Jun Wu
chg: handle connect failure before errno gets overridden
2016-12-25, by Jun Wu
py3: have a bytes version of shlex.split()
2016-12-25, by Pulkit Goyal
chg: support long socket path
2016-12-23, by Jun Wu
chg: remove sockdirfd
2016-12-23, by Jun Wu
chg: let hgc_open support long path
2016-12-23, by Jun Wu
rebase: un-wrap function signature since it fits in 80 columns
2016-12-24, by Augie Fackler
py3: exclude pywatchman from test-check-py3-compat.t
2016-12-25, by Pulkit Goyal
py3: update test-check-py3-compat.t
2016-12-25, by Pulkit Goyal
shelve: choose a legal shelve name when no name is passed (issue5112)
2016-12-22, by Pulkit Goyal
shelve: add tests to ensure illegal shelve names are avoided
2016-12-22, by Pulkit Goyal
py3: replace sys.executable with pycompat.sysexecutable
2016-12-20, by Pulkit Goyal
py3: have bytes version of sys.executable
2016-12-20, by Pulkit Goyal
py3: use pycompat.getcwd instead of os.getcwd
2016-12-22, by Pulkit Goyal
py3: use python 3 compatible variables in hgext/fsmontor/__init__.py
2016-12-21, by Pulkit Goyal
py3: add warnings in check-code related to py3
2016-12-21, by Pulkit Goyal
py3: replace os.getenv with pycompat.osgetenv
2016-12-19, by Pulkit Goyal
py3: have bytes version of os.getenv
2016-12-19, by Pulkit Goyal
url: remove unnecessary deletion of environ variables while dealing with proxy
2016-12-24, by Pulkit Goyal
convert: add config option to control storing original revision
2016-12-22, by Gregory Szorc
convert: add config option to copy extra keys from Git commits
2016-12-22, by Gregory Szorc
convert: don't use {} as default argument value
2016-12-22, by Gregory Szorc
documentation: better censor flag documentation
2016-12-22, by Remi Chaintron
tests: make test-convert-git.t reproducible
2016-12-24, by Gregory Szorc
fsmonitor: refresh pywatchman to upstream
2016-12-22, by Zack Hricz
tests: exclude bundled pywatchman from test-check-pyflakes
2016-12-22, by Zack Hricz
color: load 'colortable' from extension using an 'extraloader'
2016-11-18, by Pierre-Yves David
color: move hgext.color._styles to mercurial.color.style
2016-11-18, by Pierre-Yves David
color: drop use of the 'global' keyword for '_style'
2016-11-18, by Pierre-Yves David
color: drop use of the 'global' keyword for _terminfo_params
2016-11-18, by Pierre-Yves David
fsmonitor: fix exception message scraping
2016-12-21, by zphricz
tests: add magic string to bypass check-commit
2016-12-21, by David Soria Parra
convert: config option for git rename limit
2016-12-18, by Gregory Szorc
chgserver: backout changeset dfb19aed409e (per discussion)
2016-12-22, by Yuya Nishihara
chgserver: override runcommand
2016-12-16, by Jun Wu
chgserver: store csystem separately
2016-12-16, by Jun Wu
py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)
2016-12-19, by Pulkit Goyal
py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)
2016-12-19, by Pulkit Goyal
py3: replace os.name with pycompat.osname (part 2 of 2)
2016-12-19, by Pulkit Goyal
py3: replace os.name with pycompat.osname (part 1 of 2)
2016-12-19, by Pulkit Goyal
py3: replace os.environ with encoding.environ (part 5 of 5)
2016-12-18, by Pulkit Goyal
py3: replace os.environ with encoding.environ (part 4 of 5)
2016-12-18, by Pulkit Goyal
py3: replace os.environ with encoding.environ (part 3 of 5)
2016-12-18, by Pulkit Goyal
py3: replace os.environ with encoding.environ (part 2 of 5)
2016-12-18, by Pulkit Goyal
py3: replace os.environ with encoding.environ (part 1 of 5)
2016-12-18, by Pulkit Goyal
tests: exclude bundled pywatchman from check-code test
2016-12-20, by David Soria Parra
convert: parse perforce data on-demand
2016-12-20, by David Soria Parra
convert: return calculated values from parse() instead of manpulating state
2016-12-20, by David Soria Parra
convert: move localname state to function scope
2016-12-20, by David Soria Parra
convert: use return value in parse_view() instead of manipulating state
2016-12-20, by David Soria Parra
changegroup: simplify logic around enabling changegroup 03
2016-12-19, by Pierre-Yves David
changegroup: pass 'repo' to allsupportedversions
2016-12-19, by Pierre-Yves David
changegroup: simplify 'allsupportedversions' logic
2016-12-19, by Pierre-Yves David
py3: replace os.altsep with pycompat.altsep
2016-12-18, by Pulkit Goyal
py3: have a bytes version of sys.platform
2016-12-18, by Pulkit Goyal
py3: have a bytes version of os.altsep
2016-12-18, by Pulkit Goyal
py3: make sure encoding.encoding is a bytes variable
2016-12-17, by Pulkit Goyal
chg: remove locks
2016-12-19, by Jun Wu
chg: start server at a unique address
2016-12-19, by Jun Wu
chgserver: truncate base address at "." for hash address
2016-12-19, by Jun Wu
ui: do not translate empty configsource() to 'none' (API)
2016-10-23, by Yuya Nishihara
convert: remove unused-but-set variable introduced in db9e883566e8
2016-12-18, by Yuya Nishihara
py3: replace os.sep with pycompat.ossep (part 4 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.sep with pycompat.ossep (part 3 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.sep with pycompat.ossep (part 2 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.sep with pycompat.ossep (part 1 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.pathsep with pycompat.ospathsep
2016-12-17, by Pulkit Goyal
py3: use %d instead of %s for integers
2016-12-17, by Pulkit Goyal
help: make multirevs just an alias for revsets
2016-12-16, by Martin von Zweigbergk
context: correct metadataonlyctx's parameter
2016-12-16, by Jun Wu
registrar: raise a programming error on duplicated registering
2016-12-12, by Pierre-Yves David
py3kcompat: drop unused module
2016-10-16, by Yuya Nishihara
strutil: drop module which no longer be used
2016-10-16, by Yuya Nishihara
convert: inline strutil.rfindall()
2016-10-16, by Yuya Nishihara
convert: return commit objects for revisions in the revmap
2016-12-14, by David Soria Parra
convert: encapsulate commit data fetching and commit object creation
2016-12-13, by David Soria Parra
convert: do not provide head revisions if we have no changests to import
2016-12-13, by David Soria Parra
convert: allow passing in a revmap
2016-12-14, by David Soria Parra
convert: use convert_revision for P4 imports
2016-12-13, by David Soria Parra
convert: remove unused dictionaries
2016-12-14, by David Soria Parra
convert: self.heads is a list
2016-12-14, by David Soria Parra
convert: don't use long list comprehensions
2016-12-13, by David Soria Parra
changelog: keep track of file end in appender (issue5444)
2016-12-15, by Durham Goode
tests: fix test-bdiff to handle variance between pure and c bdiff code
2016-12-15, by Augie Fackler
tests: finish updating test-bdiff to unittest (part 4 of 4)
2016-12-15, by Augie Fackler
tests: update more of test-bdiff.py to use unittest (part 3 of 4)
2016-12-15, by Augie Fackler
tests: update more of test-bdiff.py to use unittest (part 2 of 4)
2016-12-15, by Augie Fackler
tests: migrate test-bdiff.py to use unittest (part 1 of 4)
2016-12-15, by Augie Fackler
import-checker: do not enforce lexical sort accross stdlib/local boundary
2016-12-15, by Pierre-Yves David
cg1packer: fix `compressed` method
2016-12-14, by Stanislau Hlebik
perf: add historical support of ui.load()
2016-12-15, by Philippe Pepiot
chg: ignore HG_* in confighash
2016-12-14, by Jun Wu
py3: make keys of keyword arguments strings
2016-12-13, by Pulkit Goyal
error: make it clear that ProgrammingError is for mercurial developers
2016-12-12, by Jun Wu
revlog: merge hash checking subfunctions
2016-12-13, by Remi Chaintron
bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
2016-12-09, by Stanislau Hlebik
bookmarks: rename `compare()` to `comparebookmarks()` (API)
2016-11-22, by Stanislau Hlebik
graft: support grafting changes to new file in renamed directory (issue5436)
2016-12-05, by Gábor Stefanik
rebase: calculate ancestors for --base separately (issue5420)
2016-11-28, by Jun Wu
py3: utility functions to convert keys of kwargs to bytes/unicodes
2016-12-07, by Pulkit Goyal
py3: make a bytes version of getopt.getopt()
2016-12-06, by Pulkit Goyal
parsers: use buffer to store revlog index
2016-12-06, by Jun Wu
fancyopts: switch from fancyopts.getopt.* to getopt.*
2016-12-06, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip