Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+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.
merge: add merge action 'pr' to rename files during update
2017-10-02, by Mark Thomas
merge: add merge action 'p' to record path conflicts during update
2017-10-02, by Mark Thomas
commands: update the resolve command to handle path conflicts
2017-10-02, by Mark Thomas
merge: add pathconflict merge state
2017-10-02, by Mark Thomas
tests: add a test demonstrating basic path conflict failures
2017-10-02, by Mark Thomas
scmutil: handle conflicting files and dirs in origbackuppath
2017-10-02, by Mark Thomas
extdata: show debug message if external command exits with non-zero status
2017-10-01, by Yuya Nishihara
templatekw: allow accessing to nested namespace item by its template name
2017-09-30, by Yuya Nishihara
templatekw: get rid of temporary dicts from shownamespaces()
2017-09-30, by Yuya Nishihara
templatekw: rename peerpaths to peerurls per naming convention (BC)
2017-09-18, by Yuya Nishihara
templatekw: make experimental {peerpaths} return a single-level dict (BC)
2017-09-18, by Yuya Nishihara
templatekw: fix scope of peerpath url bound to generator
2017-09-18, by Yuya Nishihara
templater: extend dot operator as a short for get(dict, key)
2017-09-18, by Yuya Nishihara
templater: add dot operator to easily access a sub item
2017-09-09, by Yuya Nishihara
templater: wrap get/min/max result so map operation can apply to element
2017-09-09, by Yuya Nishihara
dispatch: move initialization of sys.std* files
2017-10-02, by Yuya Nishihara
py3: work around the scope of exception variable in dispatch.run()
2017-10-02, by Yuya Nishihara
chg: just forward --time to command server
2017-10-07, by Yuya Nishihara
windows: add an experimental option for long paths support
2017-10-09, by Kostia Balytskyi
configitems: register the 'experimental.graphstyle.grandparent' config
2017-10-08, by Boris Feld
configitems: register the 'experimental.graphstyle.missing' config
2017-10-08, by Boris Feld
configitems: register the 'experimental.graphstyle.parent' config
2017-10-08, by Boris Feld
configitems: register the 'devel.empty-changegroup' config
2017-10-08, by Boris Feld
configitems: register the 'devel.cache-vfs' config
2017-10-08, by Boris Feld
configitems: register the 'devel.warn-config-default' config
2017-10-08, by Boris Feld
configitems: register the 'devel.warn-config' config
2017-10-08, by Boris Feld
configitems: register 'merge.checkunknown' and 'merge.checkignored'
2017-10-08, by Boris Feld
configitems: register the 'diff.*' config
2017-10-08, by Boris Feld
configitems: register the 'experimental.mmapindexthreshold' config
2017-10-08, by Boris Feld
configitems: register the 'experimental.maxdeltachainspan' config
2017-10-08, by Boris Feld
configitems: register the 'commands.show.aliasprefix' config
2017-10-08, by Boris Feld
configitems: register the 'blackbox.track' config
2017-10-08, by Boris Feld
copies: add docs for config `experimental.copytrace.sourcecommitlimit`
2017-10-08, by Pulkit Goyal
hgweb: extract function for loading style from request context
2017-10-05, by Augie Fackler
request: coerce content-type to native str
2017-10-05, by Augie Fackler
request: use trivial iterator over dictionary keys
2017-10-05, by Augie Fackler
hgweb: when constructing or adding to a wsgi environ dict, use native strs
2017-10-05, by Augie Fackler
hgweb: produce native string for etag value
2017-10-05, by Augie Fackler
hgweb: in protocol adapter, look for bytes instances, not str
2017-10-05, by Augie Fackler
hgweb: in protocol adapter, avoid control reaching end of non-void function
2017-10-05, by Augie Fackler
test-check-code: fail new commits which use 'atexit' instead of 'ui.atexit'
2017-10-05, by Saurabh Singh
test-push-race: use 'ui.atexit' instead of python's 'atexit'
2017-10-05, by Saurabh Singh
py3: use '%d' for integers instead of '%s'
2017-10-02, by Pulkit Goyal
py3: fix keyword arguments handling in mq
2017-10-02, by Pulkit Goyal
test-rebase-base: clarify it is about the "--base" flag
2017-10-05, by Jun Wu
configitems: register the 'convert.p4.encoding' config
2017-06-30, by Boris Feld
configitems: register the 'gpg.key' config
2017-06-30, by Boris Feld
configitems: register the 'gpg.cmd' config
2017-06-30, by Boris Feld
configitems: register the 'keywordset.svn' config
2017-06-30, by Boris Feld
configitems: register the 'hgk.path' config
2017-06-30, by Boris Feld
configitems: register the 'share.poolnaming' config
2017-06-30, by Boris Feld
configitems: register the 'share.pool' config
2017-06-30, by Boris Feld
configitems: register the 'shelve.maxbackups' config
2017-06-30, by Boris Feld
configitems: register the 'pager.attend' config
2017-06-30, by Boris Feld
configitems: register the 'perf.stub' config
2017-06-30, by Boris Feld
configitems: register the 'commands.rebase.requiredest' config
2017-06-30, by Boris Feld
configitems: register the 'experimental.rebaseskipobsolete' config
2017-06-30, by Boris Feld
configitems: register the 'experimental.nonnormalparanoidcheck' config
2017-06-30, by Boris Feld
configitems: register the 'experimental.allowdivergence' config
2017-06-30, by Boris Feld
histedit: removing the experimental config 'histeditng'
2017-10-05, by Saurabh Singh
convert: fix the RevisionSpec import in the bzr module
2017-10-05, by Saurabh Singh
test-annotate: fix up expected output for pure
2017-10-05, by Augie Fackler
style: never use a space before a colon or comma
2017-09-29, by Alex Gaynor
eol: make [eol] config section sensitive for chg confighash
2017-10-02, by Jun Wu
test-alias: make it compatible with chg
2017-10-02, by Jun Wu
serve: make tests compatible with chg
2017-10-04, by Saurabh Singh
ui: convert to/from Optional[bytes] to Optional[str] in password manager
2017-10-01, by Augie Fackler
tests: invoke run-tests.py in test-hghave using $PYTHON (issue5697)
stable
2017-10-04, by Augie Fackler
configitems: register the 'debug.dirstate.delaywrite' config
2017-06-30, by Boris Feld
configitems: register the 'merge.preferancestor' config
2017-06-30, by Boris Feld
configitems: register the 'email.from' config
2017-06-30, by Boris Feld
configitems: register the 'smtp.port' config
2017-06-30, by Boris Feld
configitems: register the 'phases.new-commit' config
2017-06-30, by Boris Feld
configitems: register the 'experimental.histeditng' config
2017-06-30, by Boris Feld
configitems: register the 'experimental.histedit.autoverb' config
2017-06-30, by Boris Feld
configitems: register the 'histedit.singletransaction' config
2017-06-30, by Boris Feld
configitems: register the 'histedit.linelen' config
2017-06-30, by Boris Feld
configitems: register the 'histedit.dropmissing' config
2017-06-30, by Boris Feld
configitems: register the 'histedit.defaultrev' config
2017-06-30, by Boris Feld
configitems: register the 'transplant.log' config
2017-06-30, by Boris Feld
configitems: register the 'transplant.filter' config
2017-06-30, by Boris Feld
urllibcompat: move some adapters from pycompat to urllibcompat
2017-10-04, by Augie Fackler
cleanup: use urllibcompat for renamed methods on urllib request objects
2017-10-01, by Augie Fackler
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
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
py3: use 'surrogatepass' error handler to process U+DCxx transparently
2017-09-16, by Yuya Nishihara
py3: don't pass bytes to array.array()
2017-09-16, by Yuya Nishihara
py3: wrap bytes in encoding.from/toutf8b() with bytestr
2017-09-03, by Yuya Nishihara
py3: iterate bytes as a byte string in store.lowerencode()
2017-09-03, by Yuya Nishihara
py3: use bytechr() in store._buildlowerencodefun()
2017-09-03, by Yuya Nishihara
store: give name to lowerencode function
2017-09-03, by Yuya Nishihara
py3: iterate bytes as a byte string in dagparser.py
2017-09-03, by Yuya Nishihara
py3: wrap string constants in dagparser.py with bytestr()
2017-09-03, by Yuya Nishihara
py3: drop use of str() in dagparser.py
2017-09-03, by Yuya Nishihara
dagparser: fix variable name in error message
2017-09-03, by Yuya Nishihara
py3: convert function name to bytes in ui.configwith()
2017-09-03, by Yuya Nishihara
drawdag: port to python 3
2017-08-23, by Augie Fackler
drawdag: add a couple of doctests to help with python3 porting
2017-08-23, by Augie Fackler
drawdag: tagsmod.tag() takes a list of names, not a single name
2017-08-23, by Augie Fackler
bruterebase: port to python 3
2017-08-23, by Augie Fackler
exchange: use '%d' % x instead of str(x) to encode ints
2017-08-22, by Augie Fackler
posix: always pass a native str to unicodedata.normalize's first arg
2017-09-15, by Augie Fackler
posix: use slicing to grab a single byte out of a bytes in HFS+ normcase code
2017-09-15, by Augie Fackler
encoding: ensure getutf8char always returns a bytestr, never an int
2017-09-15, by Augie Fackler
posix: fix HFS+ normcase doctest to produce valid bytes literals in Python 3
2017-09-15, by Augie Fackler
tests: add and remove some (glob) markers
2017-09-15, by Augie Fackler
Added signature for changeset 920977f72c7b
stable
2017-09-18, by Augie Fackler
Added tag 4.3.2 for changeset 920977f72c7b
stable
2017-09-18, by Augie Fackler
merge with i18n
stable
4.3.2
2017-09-18, by Augie Fackler
i18n-pt_BR: synchronized with 850d2ec2cf6a
stable
2017-07-31, by Wagner Bruna
hgwebdir: read 'web.template' untrusted
stable
2017-09-15, by Boris Feld
uncommit: move fb-extension to core which uncommits a changeset
2017-08-24, by Pulkit Goyal
show: use consistent (and possibly shorter) node lengths
2017-09-13, by Gregory Szorc
show: pass the minimum length for nodes as a template keyword
2017-08-03, by Gregory Szorc
cmdutil: allow extra properties to be added to each context
2017-08-03, by Gregory Szorc
dirstate: perform transactions with _map using single call, where possible
2017-09-14, by Michael Bolin
extensions: register config item early
2017-09-05, by Boris Feld
extensions: factor extra data loading out
2017-09-05, by Boris Feld
configitems: register the 'win32text.warn' config
2017-06-30, by Boris Feld
configitems: register the 'mq.secret' config
2017-06-30, by Boris Feld
configitems: register the 'mq.plain' config
2017-06-30, by Boris Feld
configitems: register the 'mq.keepchanges' config
2017-06-30, by Boris Feld
configitems: register the 'mq.git' config
2017-06-30, by Boris Feld
configitems: register the 'win32mbcs.encoding' config
2017-06-30, by Boris Feld
copytrace: move fast heuristic copytracing algorithm to core
2017-09-03, by Pulkit Goyal
configitems: register the 'convert.svn.startrev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.svn.debugsvnlog' config
2017-06-30, by Boris Feld
configitems: register the 'convert.skiptags' config
2017-06-30, by Boris Feld
configitems: register the 'convert.p4.startrev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.localtimezone' config
2017-06-30, by Boris Feld
configitems: register the 'convert.ignoreancestorcheck' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.usebranchnames' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.tagsbranch' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.startrev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.sourcename' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.saverev' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.revs' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.ignoreerrors' config
2017-06-30, by Boris Feld
configitems: register the 'convert.hg.clonebranches' config
2017-06-30, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
tip