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.
dirstate: move parent reading to the dirstatemap class
2017-09-26, by Durham Goode
dirstate: move opendirstatefile to dirstatemap
2017-09-26, by Durham Goode
dirstate: move _copymap to dirstatemap
2017-09-26, by Durham Goode
dirstate: move _dirs to dirstatemap
2017-09-26, by Durham Goode
dirstate: move filefoldmap to dirstatemap
2017-09-26, by Durham Goode
dirstate: move nonnormalentries to dirstatemap
2017-09-26, by Durham Goode
dirstate: create new dirstatemap class
2017-09-26, by Durham Goode
style: always use `x is not None` instead of `not x is None`
2017-09-29, by Alex Gaynor
templatekw: add new-style template expansion to {manifest}
2016-04-24, by Yuya Nishihara
templater: adjust binding strength of '%' and '|' operators (BC)
2017-04-24, by Yuya Nishihara
templatekw: just pass underlying value (or key) to joinfmt() function
2017-09-24, by Yuya Nishihara
scmutil: extract helper functions that returns human-readable change id
2017-09-24, by Yuya Nishihara
templater: extract helper to just evaluate template expression
2017-09-02, by Yuya Nishihara
templater: do not destructure operands in buildmap()
2017-09-02, by Yuya Nishihara
templater: use helper function to get name of non-iterable keyword
2017-09-09, by Yuya Nishihara
pull: remove inadequate use of operations records to update stepdone
2017-09-26, by Boris Feld
pull: use 'phase-heads' to retrieve phase information
2017-09-24, by Boris Feld
bundle2: only grab a transaction when 'phase-heads' affect the repository
2017-09-20, by Boris Feld
phases: move the binary decoding function in the phases module
2017-09-19, by Boris Feld
phases: move binary encoding into a reusable function
2017-09-19, by Boris Feld
phases: use a Struct object for binary encoding and decoding
2017-09-19, by Boris Feld
discovery: avoid dropping remote heads hidden locally
2017-09-20, by Boris Feld
test-patchbomb: use mocktime
2017-09-29, by Jun Wu
test-patchbomb: fix the test
2017-09-28, by Jun Wu
progress: make ETA only consider progress made in the last minute
2017-09-27, by Jun Wu
progress: remove progress.estimate config
2017-09-27, by Jun Wu
progress: demonstrate non-linear progress has a bad ETA experience
2017-09-26, by Jun Wu
copytrace: add a a new config to limit the number of drafts in heuristics
2017-09-21, by Pulkit Goyal
mail: encode long unicode lines in emails properly (issue5687)
2017-09-26, by Igor Ippolitov
chg: show timestamp with debug messages
2017-09-23, by Jun Wu
keepalive: add more context to bad status line errors
2017-09-25, by Gregory Szorc
tests: add interface checks for bundle, statichttp, and union peers
2017-08-18, by Gregory Szorc
alias: make alias command lazily resolved
2017-09-23, by Jun Wu
alias: test duplicated definition earlier
2017-09-23, by Jun Wu
uncommit: add a test for uncommit with uncommitondirtywdir config in merge
2017-09-24, by Pulkit Goyal
largefiles: force an on-disk merge
2017-09-14, by Phil Cohen
merge: allow a custom working context to be passed to update
2017-09-14, by Phil Cohen
patchbomb: add test that shows --to and --cc override matching config item
2017-06-14, by Augie Fackler
blackbox: move _openlogfile to a separate method
2017-09-21, by Jun Wu
blackbox: do not prevent 'chg init' from working
2017-09-21, by Jun Wu
tests: add a test for blackbox with nested alias configurations
2017-09-11, by Augie Fackler
tests: clean up blackbox test around aliases a little bit
2017-09-11, by Augie Fackler
revlog: add option to mmap revlog index
2017-09-13, by Mark Thomas
util: add an mmapread method
2017-09-21, by Mark Thomas
changegroup: remove dictionary creation from deltachunk
2017-09-20, by Durham Goode
bundlerepo: update to use new deltaiter api
2017-09-20, by Durham Goode
debug: update debugbundle to use new deltaiter api
2017-09-20, by Durham Goode
revlog: add revmap back to revlog.addgroup
2017-09-20, by Durham Goode
rebase: also include other namespaces in changeset description
2017-09-19, by Martin von Zweigbergk
tersestatus: sort the dictionary before iterating on it
2017-09-20, by Pulkit Goyal
copytrace: use the full copytracing method if only drafts are involved
2017-09-03, by Pulkit Goyal
templates: introduce a obsfateoperation() function
2017-09-15, by Martin von Zweigbergk
obsmarker: track operation by default
2017-09-15, by Martin von Zweigbergk
uncommit: add an experimental.uncommitondirtywdir config
2017-09-20, by Pulkit Goyal
uncommit: don't allow bare uncommit on dirty working directory
2017-09-20, by Pulkit Goyal
uncommit: rename the flag 'empty' to 'keep' which retains empty changeset
2017-09-16, by Pulkit Goyal
tests: avoid repr in test-bundle2-format.t
2017-09-18, by Augie Fackler
tests: port test-bundle2-format inline helper script to Python 3
2017-09-18, by Augie Fackler
bundle2: portably grab first byte of part name for letter check
2017-09-19, by Augie Fackler
bundle2: make ValueError messages native strings
2017-09-18, by Augie Fackler
bundle2: update check for a generator to work on Python 3
2017-09-18, by Augie Fackler
bundle2: stop using %r to quote part names
2017-09-18, by Augie Fackler
blackbox: set lastui even if ui.log is not called (issue5518)
2017-09-18, by Jun Wu
blackbox: unindent a try block
2017-09-06, by Jun Wu
blackbox: simplify ui states
2017-09-18, by Jun Wu
revset: move weight information to predicate
2017-09-01, by Jun Wu
revset: remove "small" argument from "_optimize"
2017-09-01, by Jun Wu
ui: fix progress debug log format strings to work on Python 3
2017-09-18, by Augie Fackler
tests: update `f` helper script to work on Python 3
2017-09-18, by Augie Fackler
tests: fix run-tests XML reporting on Python 3
2017-09-19, by Augie Fackler
tests: convert bisect support regex to binary
2017-09-19, by Augie Fackler
tests: decode bytes path to hg command before hitting with shellquote
2017-09-19, by Augie Fackler
tests: fix test-is-whitelisted check in run-tests
2017-09-19, by Augie Fackler
tests: fix run-tests "slow test" check
2017-09-19, by Augie Fackler
tests: fix run-tests default values in Test constructor
2017-09-19, by Augie Fackler
tests: add support for listing tests to run in a file
2017-09-18, by Augie Fackler
python3: remove test-update-dest.t from the whitelist
2017-09-18, by Augie Fackler
bundle2: move part processing to a separate function
2017-09-14, by Durham Goode
bundle2: remove unnecessary try finally
2017-09-14, by Durham Goode
bundle2: move handler validation out of processpart
2017-09-14, by Durham Goode
bundle2: move processpart stream maintenance into part iterator
2017-09-14, by Durham Goode
merge with stable
2017-09-18, by Kevin Bullock
py3: convert system strings to bytes in doctest of formatter.py
2017-09-17, by Yuya Nishihara
py3: rewrite stdout hack of doctest by using ui.pushbuffer()
2017-09-17, by Yuya Nishihara
py3: use bytes os.sep in doctest of pathutil.py
2017-09-17, by Yuya Nishihara
py3: fix doctests in patch.py to be compatible with Python 3
2017-09-17, by Yuya Nishihara
py3: stop using bytes[n] in patch.py
2017-09-17, by Yuya Nishihara
error: move patch.PatchError so it can easily implement __bytes__ (API)
2017-09-03, by Yuya Nishihara
templater: extract shortest() logic from template function
2017-09-15, by Martin von Zweigbergk
bundle2: raise a more helpful error if building a bundle part header fails
2017-09-15, by Augie Fackler
hgwebdir: read 'web.template' untrusted
2017-09-15, by Boris Feld
configitems: register the 'web.templates' config
2017-06-30, by Boris Feld
configitems: register the 'web.style' config
2017-06-30, by Boris Feld
configitems: register the 'web.stripes' config
2017-06-30, by Boris Feld
configitems: register the 'web.refreshinterval' config
2017-06-30, by Boris Feld
configitems: register the 'web.prefix' config
2017-06-30, by Boris Feld
configitems: register the 'web.port' config
2017-06-30, by Boris Feld
configitems: register the 'web.ipv6' config
2017-06-30, by Boris Feld
configitems: register the 'web.errorlog' config
2017-06-30, by Boris Feld
configitems: register the 'web.encoding' config
2017-06-30, by Boris Feld
configitems: register the 'web.description' config
2017-06-30, by Boris Feld
configitems: register the 'web.descend' config
2017-06-30, by Boris Feld
configitems: register the 'web.deny_read' config
2017-06-30, by Boris Feld
configitems: register the 'web.csp' config
2017-06-30, by Boris Feld
configitems: register the 'web.collapse' config
2017-06-30, by Boris Feld
configitems: register the 'web.certificate' config
2017-06-30, by Boris Feld
configitems: register the 'web.cacerts' config
2017-06-30, by Boris Feld
configitems: register the 'web.baseurl' config
2017-06-30, by Boris Feld
configitems: register the 'web.allow_read' config
2017-06-30, by Boris Feld
configitems: register the 'web.allow_archive' config
2017-06-30, by Boris Feld
configitems: register the 'web.address' config
2017-06-30, by Boris Feld
configitems: register the 'web.accesslog' config
2017-06-30, by Boris Feld
web: use '_unset' default value for proxy config method
2017-09-15, by Boris Feld
tests: use int() instead of long() in test-pathencode.py
2017-09-16, by Augie Fackler
tests: add xrange alias for test-pathencode.py
2017-09-16, by Augie Fackler
python3: another 3 tests whitelisted
2017-09-16, by Augie Fackler
repair: reliably obtain bytestr of node ids
2017-08-22, by Augie Fackler
bundles: turn nbchanges int into a bytestr using pycompat.bytestr
2017-09-15, by Augie Fackler
exchange: hit opargs with pycompat.strkwargs before **-ing it
2017-09-16, by Augie Fackler
revlog: update signature of dummy addgroup() in bundlerepo and unionrepo
2017-09-15, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip