Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
upgrade: drop the prefix to the 'improvement' class
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'supportremovedrequirements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'blocksourcerequirements' function
2017-04-10, by Pierre-Yves David
upgrade: drop the prefix to the 'requiredsourcerequirements' function
2017-04-10, by Pierre-Yves David
upgrade: extract code in its own module
2017-04-07, by Pierre-Yves David
bundle2: move the 'close' method off the unpackermixin
2017-04-09, by Pierre-Yves David
bundle2: clarify the docstring of unpackermixin methods
2017-04-09, by Pierre-Yves David
bundle2: add documention to 'part.addparams'
2017-04-09, by Pierre-Yves David
test-patchbomb: disable sendmail tests on Windows
2017-04-10, by Matt Harbison
show: fix corrupt json output with no bookmarks
2017-04-07, by Ryan McElroy
show: tweak plain abort language for clarity
2017-04-07, by Ryan McElroy
tests: print Unix style paths in *.py tests
2017-04-09, by Matt Harbison
revlog: make "size" diverge from "rawsize"
2017-04-09, by Jun Wu
test-flagprocessor: add a case about hg status
2017-04-07, by Jun Wu
test-http-proxy: add the Windows variant of "connection refused"
2017-04-08, by Matt Harbison
test-fileset: eliminate a duplicate test that was conditionalized for output
2017-04-08, by Matt Harbison
test-fileset: glob away hash differences
2017-04-08, by Matt Harbison
test-bundle: glob away a URL protocol separator
2017-04-08, by Matt Harbison
templatekw: clarify the result of {latesttag} when no tag exists
2017-04-09, by Matt Harbison
hgweb: position the "followlines" box close to latest cursor position
2017-04-06, by Denis Laxalde
hgweb: add a floating tooltip to invite on followlines action
2017-04-06, by Denis Laxalde
zstd: vendor python-zstandard 0.8.1
2017-04-08, by Gregory Szorc
fsmonitor: match watchman and filesystem encoding
2017-03-08, by Olivier Trempe
pull: abort pull --update if config requires destination (issue5528)
2017-04-07, by Ryan McElroy
tests: move update requiredest test to own test file
2017-04-07, by Ryan McElroy
py3: add pycompat.unicode and add it to importer
2017-04-07, by Pulkit Goyal
py3: add a bytes version of urllib.parse.urlencode() to pycompat.py
2017-04-07, by Pulkit Goyal
py3: replace str() with bytes()
2017-04-07, by Pulkit Goyal
metadataonlyctx: replace "changeset()[0]" to "manifestnode()"
2017-04-07, by Jun Wu
test-check-pylint: match its output
2017-04-07, by Jun Wu
test-flagprocessor: remove unnecessary greps
2017-04-06, by Jun Wu
bundlerepo: use raw revision in revdiff()
2017-04-03, by Jun Wu
bundlerepo: fix raw handling in revision()
2017-04-06, by Jun Wu
bundlerepo: build revlog index with flags
2017-04-06, by Jun Wu
bundlerepo: make baserevision return raw text
2017-04-06, by Jun Wu
test-flagprocessor: add tests about bundlerepo
2017-04-06, by Jun Wu
test-flagprocessor: use changegroup3 in bundle2
2017-04-06, by Jun Wu
bundle: allow bundle command to use changegroup3 in tests
2017-04-06, by Jun Wu
tests: add per-line output conditionals for Windows
2017-04-05, by Matt Harbison
run-tests: support per-line conditional output in tests
2017-04-05, by Matt Harbison
test-run-tests: pad the failure test to preserve the run order
2017-04-05, by Matt Harbison
run-tests: prevent a (glob) declaration from reordering (?) lines
2017-04-05, by Matt Harbison
py3: use pycompat.byteskwargs() to convert opts to bytes
2017-04-07, by Pulkit Goyal
test-check-code: do not use xargs
2017-04-06, by Jun Wu
check-code: use "-" to specify a list of files from stdin
2017-04-06, by Jun Wu
perf: add historical portability for util.timer
2017-04-06, by Philippe Pepiot
diff: add --binary option for git mode diffs
2017-04-05, by Alexander Fomin
patch: make diff in git mode respect --text option (issue5510)
2017-04-05, by Alexander Fomin
py3: have registrar process docstrings in bytes
2017-04-05, by Yuya Nishihara
localrepo: fix deprecation version for 'repo._link'
2017-04-04, by Pierre-Yves David
localrepo: fix deprecation version for 'repo.join'
2017-04-04, by Pierre-Yves David
tests: make zstd-related output optional
2017-04-03, by Augie Fackler
check-code: update test IP address enforcement checks
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-push-http.t
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-push-http-bundle1.t
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-https.t
2017-04-03, by Augie Fackler
tests: fix missing (glob) annotations in test-bundle2-exchange.t
2017-04-03, by Augie Fackler
util: fix %-formatting on docstring by moving a closing parenthesis
2017-04-03, by Augie Fackler
revset: stop supporting plain list as input set (API)
2017-04-02, by Yuya Nishihara
revset: stop supporting predicate that returns plain list (API)
2017-04-02, by Yuya Nishihara
mdiff: add a hunkinrange helper function
2017-04-01, by Denis Laxalde
templater: provide loop counter as "index" keyword
2016-04-22, by Yuya Nishihara
templater: rename variable "i" to "v" in runmap()
2016-04-22, by Yuya Nishihara
formatter: reorder code that builds template mapping
2017-04-02, by Yuya Nishihara
revlog: avoid applying delta chain on cache hit
2017-04-02, by Jun Wu
revlog: indent block to make review easier
2017-04-02, by Jun Wu
revlog: avoid calculating "flags" twice in revision()
2017-04-02, by Jun Wu
revlog: use raw revision for rawsize
2017-04-02, by Jun Wu
revsetlang: enable optimization of 'x + y' expression
2016-05-14, by Yuya Nishihara
repair: use rawvfs when copying extra store files
stable
2017-04-08, by Gregory Szorc
tests: add test demonstrating buggy path handling
stable
2017-04-08, by Gregory Szorc
repair: iterate store files deterministically
stable
2017-04-08, by Gregory Szorc
zstd: vendor python-zstandard 0.8.0
2017-04-01, by Gregory Szorc
commands: update help for "unbundle"
2017-04-01, by Gregory Szorc
commands: update help for "bundle"
2017-04-01, by Gregory Szorc
help: document bundle specifications
2017-04-01, by Gregory Szorc
util: document bundle compression
2017-04-01, by Gregory Szorc
tests: store ETag when using --headeronly
2017-04-01, by Gregory Szorc
hgweb: extract path traversal checking into standalone function
2017-03-31, by Gregory Szorc
hgweb: use context manager for file I/O
2017-03-31, by Gregory Szorc
tags: rename "head" to "node" where we don't care
2017-04-03, by Martin von Zweigbergk
manifest: update comment to be about bytearray
2017-04-03, by Martin von Zweigbergk
check-code: fix "covert" typo
2017-04-03, by Martin von Zweigbergk
hgweb: rename linerangelog.js as followlines.js
2017-04-03, by Denis Laxalde
hgweb: rely on a specific class to change cursor type in followlines UI
2017-04-03, by Denis Laxalde
hgweb: use a function expression for the install listener of followlines UI
2017-04-03, by Denis Laxalde
formatter: use templatefilters.json()
2017-04-02, by Yuya Nishihara
templatefilters: use list comprehension in json()
2017-04-02, by Yuya Nishihara
templatefilters: unroll handling of None/False/True
2017-04-02, by Yuya Nishihara
templatefilters: drop callable support from json()
2017-04-02, by Yuya Nishihara
ui: use bytes IO and convert EOL manually in ui.editor()
2017-03-29, by Yuya Nishihara
util: add helper to convert between LF and native EOL
2017-03-29, by Yuya Nishihara
util: extract pure tolf/tocrlf() functions from eol extension
2017-03-29, by Yuya Nishihara
pycompat: provide bytes os.linesep
2017-03-29, by Yuya Nishihara
pycompat: introduce identity function as a compat stub
2017-03-29, by Yuya Nishihara
test-blackbox: glob away quoting differences on Windows
2017-04-02, by Matt Harbison
test-subrepo: update output for Windows
2017-04-02, by Matt Harbison
test-serve: disable unfixable tests on Windows
2017-04-02, by Matt Harbison
test-serve: kill daemons before deleting the access and error logs
2017-04-02, by Matt Harbison
test-serve: make the 'listening at *' lines optional
2017-04-02, by Matt Harbison
test-http: update output for Windows
2017-04-01, by Matt Harbison
tests: quote paths in shell script hooks
2017-04-01, by Matt Harbison
tests: add globs for Windows
2017-04-01, by Matt Harbison
show: new extension for displaying various repository data
2017-03-24, by Gregory Szorc
test-revlog-raw: remove duplicated option
2017-04-02, by Jun Wu
test-revlog-raw: fix "genbits" implementation
2017-04-02, by Jun Wu
verify: fix length check
2017-03-29, by Jun Wu
verify: document corner cases
2017-03-29, by Jun Wu
Added signature for changeset ed5b25874d99
stable
2017-04-03, by Augie Fackler
Added tag 4.1.2 for changeset ed5b25874d99
stable
2017-04-03, by Augie Fackler
hgweb: expose a followlines UI in filerevision view
2017-03-29, by Denis Laxalde
shelve: move ui.quiet manipulations to configoverride
2017-03-29, by Kostia Balytskyi
revlog: add a fast path for revision(raw=False)
2017-03-30, by Jun Wu
revlog: make _addrevision only accept rawtext
2017-03-30, by Jun Wu
revlog: use raw revisions in clone
2017-03-30, by Jun Wu
revlog: use raw revisions in revdiff
2017-03-30, by Jun Wu
revlog: use raw content when building delta
2017-03-30, by Jun Wu
revlog: fix _cache usage in revision()
2017-03-30, by Jun Wu
revlog: rename some "text"s to "rawtext"
2017-03-30, by Jun Wu
revlog: clarify flagprocessor documentation
2017-03-30, by Jun Wu
revlog: add a stronger test for raw processing
2017-03-30, by Jun Wu
hook: add hook name information to external hook
2017-03-31, by Pierre-Yves David
hook: provide hook type information to external hook
2017-03-31, by Pierre-Yves David
hook: use 'htype' in 'hook'
2017-03-31, by Pierre-Yves David
hook: use 'htype' in 'runhooks'
2017-03-31, by Pierre-Yves David
hook: fix name used in untrusted message
2017-03-31, by Pierre-Yves David
hook: use "htype" as variable name in _pythonhook
2017-03-31, by Pierre-Yves David
run-tests: auto-replace 'TXNID' output
2017-03-30, by Pierre-Yves David
largefiles: use readasstandin() to read hex hash directly from filectx
2017-04-01, by FUJIWARA Katsunori
largefiles: remove unused readstandin()
2017-04-01, by FUJIWARA Katsunori
largefiles: make copytostore() accept only changectx as the 2nd argument (API)
2017-04-01, by FUJIWARA Katsunori
largefiles: remove unused keyword argument of copytostore() (API)
2017-04-01, by FUJIWARA Katsunori
largefiles: add copytostore() fstandin argument to replace readstandin() (API)
2017-04-01, by FUJIWARA Katsunori
largefiles: replace readstandin() by readasstandin()
2017-04-01, by FUJIWARA Katsunori
largefiles: introduce readasstandin() to read hex hash from given filectx
2017-04-01, by FUJIWARA Katsunori
rebase: abort hg pull --rebase if rebase.requiredest is set (issue5514)
2017-03-30, by Ryan McElroy
rebase: demonstrate behavior with requiredest and pull --rebase
2017-03-30, by Ryan McElroy
rebase: allow destination-free continue and abort (issue5513)
2017-03-30, by Ryan McElroy
rebase: test to show brokenness with requiredest
2017-03-30, by Ryan McElroy
rebase: move destination test to new test file
2017-03-30, by Ryan McElroy
templatefilter: add support for 'long' to json()
2017-04-01, by Matt Harbison
hgweb: prefix line id by ctx shortnode in filelog when patches are shown
2017-03-30, by Denis Laxalde
test-check-code: prevent files being added to the root directory
2017-03-29, by Jun Wu
sslutil: clarify internal documentation
2017-03-29, by Matt Harbison
unionrepo: avoid unnecessary node -> rev conversion
2017-03-29, by Jun Wu
bundlerepo: avoid unnecessary node -> rev conversion
2017-03-29, by Jun Wu
revlog: avoid unnecessary node -> rev conversion
2017-03-29, by Jun Wu
check-code: detect r.revision(r.node(rev))
2017-03-29, by Jun Wu
hardlink: check directory's st_dev when copying files
2017-03-29, by Jun Wu
hardlink: duplicate hardlink detection for copying files and directories
2017-03-29, by Jun Wu
hardlink: extract topic text logic of copyfiles
2017-03-29, by Jun Wu
tests: add check to make sure summary works on Python 2
2017-03-29, by Pulkit Goyal
color: replace str() with pycompat.bytestr()
2017-03-29, by Pulkit Goyal
diff: slice over bytes to make sure conditions work normally
2017-03-26, by Pulkit Goyal
minirst: remove redundant _admonitions set
2017-03-29, by Gregory Szorc
minirst: remove "admonition" from _admonitions
2017-03-29, by Gregory Szorc
minirst: reindent _admonitiontitles
2017-03-29, by Gregory Szorc
tags: extract filenode filtering into its own function
2017-03-28, by Pierre-Yves David
tags: extract tags computation from fnodes into its own function
2017-03-28, by Pierre-Yves David
tags: only return 'alltags' in 'findglobaltags'
2017-03-28, by Pierre-Yves David
tags: make argument 'tagtype' optional in '_updatetags'
2017-03-28, by Pierre-Yves David
tags: reorder argument of '_updatetags'
2017-03-28, by Pierre-Yves David
tags: do not feed dictionaries to 'findglobaltags'
2017-03-28, by Pierre-Yves David
tags: extract fnode retrieval into its own function
2017-03-28, by Pierre-Yves David
hgweb: fix diff hunks filtering by line range in webutil.diffs()
2017-03-29, by Denis Laxalde
summary: display obsolete state of parents
2017-03-25, by Denis Laxalde
templates: add "changeset.obsolete" label in command line style
2017-03-25, by Denis Laxalde
templates: shorten definition of changeset labels in command-line style
2017-03-28, by Denis Laxalde
templates: use separate() to build changeset labels in command-line style
2017-03-28, by Denis Laxalde
templatekw: add an "obsolete" keyword
2017-03-25, by Denis Laxalde
cmdutil: add a "changeset.obsolete" label in changeset_printer
2017-03-25, by Denis Laxalde
fileset: perform membership test against set for status queries
2017-03-28, by Gregory Szorc
worker: flush ui buffers before running the worker
2017-03-28, by David Soria Parra
chgserver: do not copy configs set by environment variables
2017-03-28, by Jun Wu
rcutil: extract duplicated logic to a lambda
2017-03-28, by Jun Wu
rcutil: unindent a block
2017-03-28, by Jun Wu
rcutil: do not cache rccomponents
2017-03-28, by Jun Wu
ui: rerun color.setup() once the pager has spawned to honor 'color.pagermode'
2017-03-25, by Matt Harbison
ui: defer setting pager related properties until the pager has spawned
2017-03-25, by Matt Harbison
color: stop mutating the default effects map
2017-03-25, by Matt Harbison
pager: do not read from environment variable
2017-03-26, by Jun Wu
ui: simplify geteditor
2017-03-26, by Jun Wu
debugconfig: list environment variables in debug output
2017-03-26, by Jun Wu
rcutil: let environ override system configs (BC)
2017-03-26, by Jun Wu
rcutil: add a method to convert environment variables to config items
2017-03-26, by Jun Wu
rcutil: let rccomponents return different types of configs (API)
2017-03-26, by Jun Wu
rcutil: rename rcpath to rccomponents (API)
2017-03-26, by Jun Wu
rcutil: extract rc directory listing logic
2017-03-26, by Jun Wu
rcutil: split osrcpath to return default.d paths (API)
2017-03-26, by Jun Wu
rcutil: move scmutil.*rcpath to rcutil (API)
2017-03-26, by Jun Wu
statfs: make getfstype() raise OSError
2017-03-25, by Yuya Nishihara
statfs: rename pygetfstype to getfstype
2017-03-25, by Yuya Nishihara
statfs: refactor inner function as a mapping from statfs to string
2017-03-25, by Yuya Nishihara
statfs: simplify handling of return value
2017-03-25, by Yuya Nishihara
hghave: use util.getfstype
2017-03-25, by Yuya Nishihara
runtests: change local IP glob pattern from "127.0.0.1" to "$LOCALIP"
2017-03-26, by Jun Wu
tags: deprecated 'repo.tag'
2017-03-27, by Pierre-Yves David
drawdag: use 'tagsmod.tag' instead of 'repo.tag'
2017-03-27, by Pierre-Yves David
tags: use the 'tag' function from the 'tags' module in the 'tag' command
2017-03-27, by Pierre-Yves David
tags: move 'repo.tag' in the 'tags' module
2017-03-27, by Pierre-Yves David
tags: move '_tags' from 'repo' to 'tags' module
2017-03-27, by Pierre-Yves David
hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog
2017-03-13, by Denis Laxalde
hgweb: add a 'linerange' parameter to webutil.diffs()
2017-03-13, by Denis Laxalde
hgweb: handle a "linerange" request parameter in filelog command
2017-01-19, by Denis Laxalde
shelve: add logic to preserve active bookmarks
2017-03-26, by Kostia Balytskyi
metadataonlyctx: speed up sanity check
2017-03-26, by Jun Wu
revset: factor out linerange processing into a utility function
2017-02-24, by Denis Laxalde
hgweb: add a "patch" query parameter to filelog command
2017-03-13, by Denis Laxalde
hgweb: handle "parity" internally in webutil.diffs()
2017-03-13, by Denis Laxalde
largefiles: add lfile argument to updatestandin() for efficiency (API)
2017-03-27, by FUJIWARA Katsunori
largefiles: use strip() instead of slicing to get rid of EOL of standin
2017-03-27, by FUJIWARA Katsunori
largefiles: rename local variable appropriately
2017-03-27, by FUJIWARA Katsunori
largefiles: avoid redundant loop to eliminate None from list
2017-03-27, by FUJIWARA Katsunori
largefiles: avoid meaningless changectx looking up
2017-03-27, by FUJIWARA Katsunori
largefiles: avoid redundant changectx looking up at each repetitions
2017-03-27, by FUJIWARA Katsunori
largefiles: omit updating newly added standin at linear merging
2017-03-27, by FUJIWARA Katsunori
largefiles: reuse hexsha1() to centralize hash calculation logic into it
2017-03-27, by FUJIWARA Katsunori
py3: prove second commit works
2017-03-26, by Yuya Nishihara
py3: fix manifestdict.fastdelta() to be compatible with memoryview
2017-03-26, by Yuya Nishihara
crecord: use ProgrammingError
2017-03-26, by Jun Wu
transaction: use ProgrammingError
2017-03-26, by Jun Wu
bundle2: use ProgrammingError
2017-03-26, by Jun Wu
merge: use ProgrammingError
2017-03-26, by Jun Wu
repair: use ProgrammingError
2017-03-26, by Jun Wu
py3: abuse r'' to preserve str-ness of literals passed to __setattr__()
2017-03-26, by Yuya Nishihara
py3: fix slicing of byte string in revlog.compress()
2017-03-26, by Yuya Nishihara
py3: use bytes() to cast to immutable bytes in changelog.appender.write()
2017-03-26, by Yuya Nishihara
py3: use bytes() to cast to immutable bytes in pure.bdiff.bdiff()
2017-03-26, by Yuya Nishihara
bdiff: drop support for array.array argument from pure.bdiff.bdiff()
2017-03-26, by Yuya Nishihara
histedit: test that an aborted histedit can be rerun (with obsolete)
2017-03-26, by Pierre-Yves David
histedit: backout changeset 6f0b7475cf9a
2017-03-26, by Pierre-Yves David
histedit: backout changeset 2b599f5468a4
2017-03-26, by Pierre-Yves David
revsetlang: fix _quote on int on python3
2017-03-26, by Augie Fackler
runtests: unset editor and pager related environment variables
2017-03-26, by Jun Wu
debugfsinfo: improve case-sensitive testing
2017-03-26, by Jun Wu
debugfsinfo: show fstype for given path
2017-03-26, by Jun Wu
test-check-py3-commands: cleanup tests related to `hg status`
2017-03-26, by Pulkit Goyal
diff: use pycompat.{byteskwargs, strkwargs} to switch opts b/w bytes and str
2017-03-26, by Pulkit Goyal
patch: make regular expressions bytes by adding b''
2017-03-26, by Pulkit Goyal
dispatch: use pycompat.maplist() instead of map() to get a list
2017-03-26, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip