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.
localrepo: use boolean in opener options
2018-09-12, by Gregory Szorc
localrepo: move store() from store module
2018-09-12, by Gregory Szorc
localrepo: resolve store and cachevfs in makelocalrepository()
2018-09-12, by Gregory Szorc
localrepo: document and test bug around opening shared repos
2018-09-12, by Gregory Szorc
localrepo: move requirements reasonability testing to own function
2018-09-12, by Gregory Szorc
statichttprepo: use new functions for requirements validation
2018-09-12, by Gregory Szorc
localrepo: validate supported requirements in makelocalrepository()
2018-09-12, by Gregory Szorc
localrepo: read requirements file in makelocalrepository()
2018-09-12, by Gregory Szorc
localrepo: check for .hg/ directory in makelocalrepository()
2018-09-12, by Gregory Szorc
localrepo: load extensions in makelocalrepository()
2018-09-12, by Gregory Szorc
localrepo: copy ui in makelocalrepository()
2018-09-12, by Gregory Szorc
localrepo: move some vfs initialization out of __init__
2018-09-12, by Gregory Szorc
localrepo: create new function for instantiating a local repo object
2018-09-12, by Gregory Szorc
transaction: make entries a private attribute (API)
2018-09-17, by Gregory Szorc
transaction: make names a private attribute
2018-09-17, by Gregory Szorc
transaction: make map a private attribute
2018-09-17, by Gregory Szorc
transaction: make report a private attribute
2018-09-17, by Gregory Szorc
transaction: make opener a private attribute
2018-09-17, by Gregory Szorc
transaction: make after a private attribute
2018-09-17, by Gregory Szorc
transaction: make checkambigfiles a private attribute
2018-09-17, by Gregory Szorc
transaction: make validator a private attribute
2018-09-17, by Gregory Szorc
transaction: make releasefn a private attribute
2018-09-17, by Gregory Szorc
transaction: make file a private attribute
2018-09-17, by Gregory Szorc
transaction: make journal a private attribute
2018-09-17, by Gregory Szorc
transaction: make undoname a private attribute
2018-09-17, by Gregory Szorc
transaction: make count and usages private attributes
2018-09-17, by Gregory Szorc
narrow: don't send the changelog information when widening without ellipses
2018-09-18, by Pulkit Goyal
changegroup: add functionality to skip adding changelog data to changegroup
2018-09-17, by Pulkit Goyal
tests: add debug output in test-narrow-widen-no-ellipsis.t
2018-09-18, by Pulkit Goyal
changegroup: improve the devel-warn to specify changelog was empty
2018-09-17, by Pulkit Goyal
zsh_completion: add -b/--branch and -B/--bookmark(s) flags properly
2018-09-17, by Anton Shestakov
narrow: when writing treemanifests, skip inspecting directories outside narrow
2018-09-14, by spectral
tests: fix a couple of drawdag.py references
2018-09-17, by Augie Fackler
py3: fix kwargs handling in hgext/fastannotate.py
2018-09-14, by Pulkit Goyal
narrow: use diffmatcher to send only new filelogs in non-ellipses widening
2018-09-17, by Pulkit Goyal
py3: add missing b'' prefixes in couple of test files
2018-09-17, by Pulkit Goyal
run-tests: convert the remaining os.system() call to Unicode
2018-09-16, by Matt Harbison
py3: partially fix pager spawning on Windows
2018-09-15, by Matt Harbison
censor: rename loop variable to silence pyflakes warning
2018-09-15, by Yuya Nishihara
py3: add b'' prefixes in tests/test-hgweb-no-request-uri.t
2018-09-16, by Pulkit Goyal
py3: add b'' prefixes in tests/test-hgweb-no-path-info.t
2018-09-16, by Pulkit Goyal
py3: add b'' prefixes in tests/test-hgweb-non-interactive.t
2018-09-16, by Pulkit Goyal
py3: use codecs.encode() to encode in rot-13 encoding
2018-09-16, by Pulkit Goyal
py3: add two passing tests to whitelist found by buildbot
2018-09-16, by Pulkit Goyal
phabricator: mark extension as experimental for now
2018-09-15, by Augie Fackler
phabricator: fix templating bug by using hybriddict
2018-09-15, by Augie Fackler
phabricator: add tests of templatekeyword
2018-09-15, by Augie Fackler
phabricator: move extension from contrib to hgext
2018-09-15, by Augie Fackler
tests: add some basic tests of phabricator interactions
2018-09-15, by Augie Fackler
phabricator: add support for using the vcr library to mock interactions
2018-09-15, by Augie Fackler
keepalive: work around slight deficiency in vcr
2018-09-15, by Augie Fackler
hghave: add a checker for the vcr HTTP record/replay library
2018-09-15, by Augie Fackler
py3: allow run-tests.py to run on Windows
2018-09-15, by Matt Harbison
py3: ensure run-tests environment is uniformly str
2018-09-14, by Matt Harbison
py3: ensure run-tests.osenvironb is actually bytes
2018-09-14, by Matt Harbison
py3: fix str vs bytes in enough places to run `hg version` on Windows
2018-09-13, by Matt Harbison
windows: open registry keys using unicode names
2018-09-13, by Matt Harbison
py3: byteify strings in pycompat
2018-09-13, by Matt Harbison
wireprotov2: let clients drive delta behavior
2018-08-30, by Gregory Szorc
exchangev2: fetch file revisions
2018-09-04, by Gregory Szorc
wireprotov2: define and implement "filedata" command
2018-09-05, by Gregory Szorc
exchangev2: fetch manifest revisions
2018-09-05, by Gregory Szorc
wireprotov2: define and implement "manifestdata" command
2018-09-05, by Gregory Szorc
wireprotov2: add TODOs around extending changesetdata fields
2018-08-22, by Gregory Szorc
exchangev2: fetch and apply bookmarks
2018-08-29, by Gregory Szorc
wireprotov2: add bookmarks to "changesetdata" command
2018-08-23, by Gregory Szorc
exchangev2: fetch and apply phases data
2018-09-12, by Gregory Szorc
wireprotov2: add phases to "changesetdata" command
2018-08-28, by Gregory Szorc
exchangev2: fetch changeset revisions
2018-09-12, by Gregory Szorc
wireprotov2: define and implement "changesetdata" command
2018-09-12, by Gregory Szorc
exchangev2: start to implement pull with wire protocol v2
2018-09-12, by Gregory Szorc
httppeer: expose capabilities for each command
2018-08-21, by Gregory Szorc
narrow: intersect provided matcher with narrowmatcher in `hg diff`
2018-09-13, by spectral
identify: change {parents} to a list of nodes (BC)
2018-09-01, by Yuya Nishihara
identify: use fm.hexfunc thoroughly
2018-09-01, by Yuya Nishihara
formatter: replace contexthint() with demand loading of ctx object
2018-09-01, by Yuya Nishihara
formatter: populate ctx from repo and node value
2018-06-07, by Yuya Nishihara
merge with stable
2018-09-14, by Augie Fackler
py3: call hgweb.hgweb() with bytes values
2018-09-15, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-09-15, by Pulkit Goyal
py3: use "%f" for floats instead of "%s"
2018-09-15, by Pulkit Goyal
py3: suppress the return value from .write() call
2018-09-15, by Pulkit Goyal
py3: add b'' prefixes in tests/test-diff-color.t
2018-09-15, by Pulkit Goyal
py3: slice through bytes to prevent getting ascii value
2018-09-14, by Pulkit Goyal
censor: use a reasonable amount of memory
2018-09-13, by Valentin Gatien-Baron
help: add internals.wireprotocolrpc to the table
2018-09-14, by Yuya Nishihara
setup: exclude vendored futures package on Python 3
2018-09-14, by Yuya Nishihara
py3: whitelist another passing test
2018-09-13, by Augie Fackler
py3: prevent the win32 ctype _fields_ from being transformed to bytes
2018-09-13, by Matt Harbison
cext: fix warnings when building for py3 on Windows
2018-09-13, by Matt Harbison
cext: stop preprocessing a partial function call
2018-09-13, by Matt Harbison
py3: add b'' to some setup.py strings for Windows
2018-09-13, by Matt Harbison
dagop: fix typo spotted while doing unrelated investigation
2018-09-13, by Augie Fackler
hg: don't reuse repo instance after unshare()
2018-09-12, by Gregory Szorc
unionrepo: dynamically create repository type from base repository
2018-09-11, by Gregory Szorc
bundlerepo: dynamically create repository type from base repository
2018-09-11, by Gregory Szorc
bundlerepo: factor out code for instantiating a bundle repository
2018-09-11, by Gregory Szorc
bundlerepo: pass create=True
2018-09-11, by Gregory Szorc
shelve: use bundlerepo.instance() to construct a repo object
2018-09-11, by Gregory Szorc
templatekw: add experimental {status} keyword
2018-07-29, by Yuya Nishihara
templatekw: add option to include ignored/clean/unknown files in cache
2018-07-29, by Yuya Nishihara
templatekw: keep status tuple in cache dict and rename cache key accordingly
2018-07-29, by Yuya Nishihara
templatekw: extract function that computes and caches file status
2018-07-29, by Yuya Nishihara
py3: use sysstr() to convert ProgrammingError bytes with no unicode error risk
2018-09-13, by Yuya Nishihara
revlog: reuse cached delta for identical base revision (issue5975)
2018-09-10, by Boris Feld
snapshot: fix line order when skipping over empty deltas
2018-09-10, by Boris Feld
tests: stabilize change for handling not quoting non-empty-directory
2018-09-12, by Matt Harbison
hg: wrap the highest layer in the `hg` script possible in trace event
2018-08-21, by Augie Fackler
localrepo: use urllocalpath() for path to create repo too
2018-09-12, by Martin von Zweigbergk
localrepo: move check for existing repo into createrepository()
2018-09-12, by Martin von Zweigbergk
py3: add b'' to some run-tests.py strings for Windows
2018-09-12, by Matt Harbison
wireprotov1peer: forward __name__ of wrapped method in batchable decorator
2018-09-12, by Augie Fackler
templatekw: add {size} keyword as an example of fctx-based keyword
2018-07-29, by Yuya Nishihara
formatter: populate fctx from ctx and path value
2018-07-29, by Yuya Nishihara
formatter: factor out function that detects node change and document it
2018-06-07, by Yuya Nishihara
formatter: inline _gettermap and _knownkeys
2018-09-01, by Yuya Nishihara
formatter: fill missing resources by formatter, not by resource mapper
2018-09-01, by Yuya Nishihara
templater: remove unused context argument from most resourcemapper functions
2018-06-07, by Yuya Nishihara
ancestor: remove extra generator from lazyancestors.__iter__()
2018-09-10, by Yuya Nishihara
localrepo: fix a mixmatched arg name in createrepository() docstring
2018-09-12, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip