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.
urllibcompat: new library to help abstract out some python3 urllib2 stuff
2017-10-01, by Augie Fackler
test-devel-warnings: make the test compatible with chg
2017-10-04, by Saurabh Singh
fsmonitor: use configitem
2017-10-01, by Gregory Szorc
fsmonitor: access copymap in new location
2017-10-01, by Gregory Szorc
extdata: use subprocess so we don't have to chdir() manually
2017-10-01, by Yuya Nishihara
extdata: just use iterator to read lines one by one
2017-10-01, by Yuya Nishihara
extdata: ignore ambiguous identifier as well
2017-10-01, by Yuya Nishihara
templater: add experimental support for extdata
2017-10-01, by Yuya Nishihara
revset: add experimental support for extdata
2017-10-01, by Yuya Nishihara
extdata: add extdatasource reader
2016-09-13, by Matt Mackall
tests: change to parent directory before all "hg init" in test-log.t
2017-10-04, by Denis Laxalde
config: add a missing preparewrite() call
2017-10-03, by Jun Wu
test-strip: make test compatible with chg
2017-10-03, by Saurabh Singh
test-hook: make test compatible with chg
2017-10-03, by Saurabh Singh
test-setdiscovery: make test compatible with chg
2017-10-03, by Saurabh Singh
test-merge-subrepos: make test compatible with chg
2017-10-03, by Saurabh Singh
test-convert-cvs: make test compatible with chg
2017-10-03, by Saurabh Singh
test-basic: make test compatible with chg
2017-10-03, by Saurabh Singh
zeroconf: do not crash if socket being read is closed by another thread
2017-10-02, by Jun Wu
test-revlog-mmapindex: make it compatible with chg
2017-10-02, by Jun Wu
test-profile: gate chg-incompatible part with '#if chg'
2017-10-02, by Jun Wu
test-logtoprocess: make it compatible with chg
2017-10-02, by Jun Wu
test-globalopts: make the test compatible with chg
2017-10-03, by Saurabh Singh
test-pager: make it compatible with chg
2017-10-02, by Jun Wu
changelog: use a Factory for default value for files
2017-10-02, by Gregory Szorc
cext: wrap before brace for functions
2017-10-02, by Gregory Szorc
cext: put case statements on separate line
2017-10-02, by Gregory Szorc
cext: reorder #include
2017-10-02, by Gregory Szorc
cext: move braces for control statements to same line
2017-10-02, by Gregory Szorc
registrar: fixing typo in comment
2017-10-02, by Saurabh Singh
style: never put multiple statements on one line
2017-09-29, by Alex Gaynor
annotate: mark lines affected by skip-annotate with *
2017-10-02, by Siddharth Agarwal
annotate: track whether a particular annotation was the result of a skip
2017-10-02, by Siddharth Agarwal
annotate: introduce attr for storing per-line annotate data
2017-10-02, by Siddharth Agarwal
context: rename local 'attr' to 'attr_'
2017-10-02, by Siddharth Agarwal
annotate: move annotatepair unit tests to a separate file
2017-10-02, by Siddharth Agarwal
check-code: allow an exception for camelcase where required
2017-10-02, by Siddharth Agarwal
url: use native strings for header values
2017-10-01, by Augie Fackler
keepalive: python 3 portability tweaks
2017-10-01, by Augie Fackler
httppasswordmgrdbproxy: specify exact arguments
2017-10-01, by Augie Fackler
formatter: fix default list/dict generator to be evaluated more than once
2017-10-01, by Yuya Nishihara
doctest: drop hack to run py2/3 tests selectively
2017-09-27, by Yuya Nishihara
docker: try to follow the best practices for writing Dockerfiles
2017-10-01, by muxator
effectflag: document effect flag
2017-08-24, by Boris Feld
effectflag: detect when diff changed
2017-07-06, by Boris Feld
effectflag: detect when meta changed
2017-07-06, by Boris Feld
effectflag: detect when parents changed
2017-07-06, by Boris Feld
effectflag: detect when branch changed
2017-07-06, by Boris Feld
effectflag: detect when date changed
2017-07-06, by Boris Feld
effectflag: detect when user changed
2017-07-06, by Boris Feld
effectflag: detect when description changed
2017-07-06, by Boris Feld
tests: add tests for effect flags
2017-07-06, by Boris Feld
effectflag: store an empty effect flag for the moment
2017-07-06, by Boris Feld
configitems: register the 'profiling.type' config
2017-06-30, by Boris Feld
configitems: register the 'profiling.showmin' config
2017-06-30, by Boris Feld
configitems: register the 'profiling.showmax' config
2017-06-30, by Boris Feld
configitems: register the 'profiling.output' config
2017-06-30, by Boris Feld
dirstate: implement __len__ on dirstatemap (issue5695)
2017-10-01, by Simon Whitaker
obsmarker: crash more helpfully when metadata fields are >255bytes (issue5681)
2017-10-01, by Simon Whitaker
deb: build and install chg
2017-10-01, by Kyle Lippincott
deb: install zsh completions to /usr/share/zsh/vendor-completions
2017-10-01, by Kyle Lippincott
releasenotes: display release notes when no filename is specified
2017-10-01, by Rishabh Madan
hgweb: use parsebool for parsing diff query string options
2017-10-01, by Gregory Szorc
hgweb: remove extra </div>
2017-10-01, by Gregory Szorc
tests: add "have" check for dpkg builddeps
2017-10-01, by Kyle Lippincott
tests: expect parsers.so in cext, parsers.py in pure (test-debian-packages)
2017-10-01, by Kyle Lippincott
hghave: check for debuild being installed as well
2017-10-01, by Kyle Lippincott
changelog: use attrs instead of namedtuple
2017-10-01, by Siddharth Agarwal
thirdparty: vendor attrs
2017-10-01, by Siddharth Agarwal
python3: don't byte mangle third-party packages
2017-10-01, by Siddharth Agarwal
tests: disable lints on mercurial/thirdparty
2017-10-01, by Siddharth Agarwal
hghave: fix dpkg --version check to work on recent dpkg versions
2017-10-01, by Kyle Lippincott
commands: rename clone --uncompressed to --stream and document
2017-10-01, by Gregory Szorc
commands: remove suggestion to clone via `cp -al`
2017-10-01, by Gregory Szorc
hgweb: add HTML elements to control whitespace settings for annotate
2017-09-30, by Gregory Szorc
hgweb: query string arguments to control whitespace for annotate
2017-09-30, by Gregory Szorc
tests: add tests for hgweb annotate output
2017-09-30, by Gregory Szorc
obsolete: clean createmarkers part about operation
2017-07-06, by Boris Feld
treediscovery: update test expectation
2017-09-30, by Augie Fackler
tests: update some clonebundles expectations to pass on both pure and non-pure
2017-09-30, by Augie Fackler
merge with stable
2017-10-01, by Kevin Bullock
contrib: add a check to check-code to ban superfluous pass statements
2017-09-29, by Augie Fackler
posix: replace superfluous pass statement with explicit return
2017-09-30, by Augie Fackler
subrepo: remove superfluous pass statements
2017-09-30, by Augie Fackler
registrar: remove superfluous pass statements
2017-09-30, by Augie Fackler
patch: remove superfluous pass statements
2017-09-30, by Augie Fackler
obsolete: remove superfluous pass statements
2017-09-30, by Augie Fackler
match: remove superfluous pass statements
2017-09-30, by Augie Fackler
localrepo: remove superfluous pass statements
2017-09-30, by Augie Fackler
hgweb: remove superfluous pass statements
2017-09-30, by Augie Fackler
formatter: remove superfluous pass statements
2017-09-30, by Augie Fackler
exchange: remove superfluous pass statements
2017-09-30, by Augie Fackler
commandserver: remove superfluous pass statements
2017-09-30, by Augie Fackler
cmdutil: remove superfluous pass statements
2017-09-30, by Augie Fackler
byterange: remove superfluous pass statements
2017-09-30, by Augie Fackler
branchmap: remove superfluous pass statements
2017-09-30, by Augie Fackler
convert: remove superfluous pass statements
2017-09-30, by Augie Fackler
bugzilla: remove superfluous pass statements
2017-09-29, by Augie Fackler
merge with stable
2017-09-30, by Martin von Zweigbergk
copytrace: use ctx.mutable() instead of adhoc constant of non-public phases
2017-09-22, by Yuya Nishihara
exchange: fix test for remote support of binary phases
2017-09-30, by Boris Feld
exchange: perform stream clone with clone bundle with --uncompressed
2017-09-28, by Gregory Szorc
tests: add tests for clone bundles with --uncompressed
2017-09-28, by Gregory Szorc
py3: work around bytes/unicode divergence in parsedate()
2017-09-27, by Yuya Nishihara
py3: replace bytes[n] with slicing in checkwinfilename()
2017-09-27, by Yuya Nishihara
py3: manually escape control character to be embedded in win filename error
2017-09-27, by Yuya Nishihara
py3: replace str(None) with literal in convcmd.py
2017-09-27, by Yuya Nishihara
py3: remove use of str() in hgwebdir
2017-09-27, by Yuya Nishihara
config: use copy-on-write to improve copy performance
2017-09-27, by Jun Wu
Added signature for changeset 2f427b57bf90
stable
2017-10-01, by Augie Fackler
Added tag 4.3.3 for changeset 2f427b57bf90
stable
2017-10-01, by Augie Fackler
rebase: move bookmarks with --keep (issue5682)
stable
4.3.3
2017-09-18, by Jun Wu
cleanupnodes: rename "mapping" to "replacements"
stable
2017-09-20, by Martin von Zweigbergk
cleanupnodes: separate out bookmark destination calculation from actual update
stable
2017-09-20, by Martin von Zweigbergk
ui: check for progress singleton when clearing progress bar (issue5684)
stable
2017-09-20, by Mark Thomas
py3: whitelist 15 more tests passing on Python 3
2017-09-30, by Pulkit Goyal
py3: use pycompat.bytestr instead of str
2017-09-30, by Pulkit Goyal
py3: explicitly convert dict.keys() and dict.items() into a list
2017-09-30, by Pulkit Goyal
py3: use '%d' instead of '%s' for integers
2017-09-30, by Pulkit Goyal
py3: use pycompat.strkwargs() before passing a dict as keyword argument
2017-09-30, by Pulkit Goyal
py3: return False early while checking whether None is a key in lazymanifest
2017-09-30, by Pulkit Goyal
dirstate: use keyword arguments to clarify status()'s callers
2017-09-29, by Martin von Zweigbergk
dirstate: use keyword arguments to clarify walk()'s callers
2017-09-29, by Martin von Zweigbergk
perf: remove fallbacks to ancient versions of dirstate.walk()
2017-09-29, by Martin von Zweigbergk
releasenotes: update docstrings with information on additional flags
2017-08-29, by Rishabh Madan
releasenotes: raise error on simultaneous usage of flags
2017-09-28, by Rishabh Madan
dirstate: move parents source of truth to dirstatemap
2017-09-26, by Durham Goode
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip