Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
sslutil: move CA file processing into _hostsettings()
2016-05-28, by Gregory Szorc
sslutil: move SSLContext.verify_mode value into _hostsettings
2016-05-28, by Gregory Szorc
sslutil: introduce a function for determining host-specific settings
2016-05-28, by Gregory Szorc
tests-subrepo-git: emit a different "pwned" message based on the test
stable
3.8.3
2016-05-27, by Danek Duvall
tests-subrepo-git: make the "pwned" message output in a stable order
stable
2016-05-27, by Danek Duvall
test-cache-abuse: correct for different hunk headers between Solaris and GNU
stable
2016-05-27, by Danek Duvall
lazymanifest: fix typo s/typles/tuples/
stable
2016-05-27, by Javi Merino
sslutil: remove sslkwargs() (API)
2016-05-25, by Gregory Szorc
url: remove use of sslkwargs
2016-05-25, by Gregory Szorc
mail: remove use of sslkwargs
2016-05-25, by Gregory Szorc
httpconnection: remove use of sslkwargs
2016-05-25, by Gregory Szorc
sslutil: move sslkwargs logic into internal function (API)
2016-05-25, by Gregory Szorc
sslutil: remove ui from sslkwargs (API)
2016-05-25, by Gregory Szorc
dirstate: remove file from copymap on drop
2016-05-25, by Mateusz Kwapich
run-tests: use json.dumps(separators=)
2016-05-26, by timeless
debugignore: make messages translatable
2016-05-26, by FUJIWARA Katsunori
grep: make a message translatable
2016-05-26, by FUJIWARA Katsunori
subrepo: make a message translatable
2016-05-26, by FUJIWARA Katsunori
merge: make messages translatable
2016-05-26, by FUJIWARA Katsunori
httppeer: make a message translatable
2016-05-26, by FUJIWARA Katsunori
notify: make a message translatable
2016-05-26, by FUJIWARA Katsunori
gpg: make a message translatable
2016-05-26, by FUJIWARA Katsunori
revset: use getargsdict for sort()
2016-05-23, by Martijn Pieters
merge with stable
2016-05-25, by Matt Mackall
changegroup: extract method that sorts nodes to send
2016-05-12, by Augie Fackler
hg: disable demandimport for py3
2016-05-11, by timeless
tests: enable import checker for all python files (including no .py files)
2016-05-15, by Yuya Nishihara
tests: make 'f' utility import hashlib unconditionally
2016-05-15, by Yuya Nishihara
tests: fix typo of shebang prefix in test-check-pyflakes.t
2016-05-15, by Yuya Nishihara
hghave: silence future pyflakes warning of unused import
2016-05-15, by Yuya Nishihara
tests: remove unused import from 'f' utility
2016-05-15, by Yuya Nishihara
bookmarks: allow pushing active bookmark on new remote head (issue5236)
stable
2016-05-24, by liscju
sslutil: remove redundant check of sslsocket.cipher()
2016-05-15, by Gregory Szorc
sslutil: convert socket validation from a class to a function (API)
2016-05-15, by Gregory Szorc
sslutil: store and use hostname and ui in socket instance
2016-05-15, by Gregory Szorc
sslutil: use a dict for hanging hg state off the wrapped socket
2016-05-15, by Gregory Szorc
sslutil: require serverhostname argument (API)
2016-05-05, by Gregory Szorc
annotate: optimize line counting
2016-05-18, by Matt Mackall
purge: use opts.get()
2016-05-16, by Gregory Szorc
test-run-tests: clean up inuse server eagerly
2016-05-11, by timeless
tests: refactor run-tests helpers
2016-05-11, by timeless
tests: silence test-repo obsolete warning
2016-05-11, by timeless
largefiles: send statlfile remote calls only for nonexisting locally files
2016-05-09, by liscju
check-code: reject .next(...)
2016-05-16, by timeless
py3: convert to next() function
2016-05-16, by timeless
revset: rename variable to avoid shadowing with builtin next() function
2016-05-16, by timeless
histedit: add experimental config for using the first word of the commit
2016-05-06, by Sean Farley
histedit: add optional parameter for determining intial editor line
2016-05-06, by Sean Farley
tests: enable import checker for all **.py files
2016-05-14, by Yuya Nishihara
py3: make contrib/import-checker.py get along with itself
2016-05-14, by Yuya Nishihara
py3: make contrib/revsetbenchmarks.py not import symbols from stdlib modules
2016-05-14, by Yuya Nishihara
py3: make contrib/bdiff-torture.py conform to our import style
2016-05-14, by Yuya Nishihara
import-checker: extend check of symbol-import order to all local modules
2016-05-14, by Yuya Nishihara
import-checker: always build a list of imported symbols
2016-05-14, by Yuya Nishihara
import-checker: fix test to make a real package
2016-05-14, by Yuya Nishihara
py3: move up symbol imports to enforce import-checker rules
2016-05-14, by Yuya Nishihara
util: make copyfile avoid ambiguity of file stat if needed
2016-05-19, by FUJIWARA Katsunori
vfs: make rename avoid ambiguity of file stat if needed
2016-05-19, by FUJIWARA Katsunori
vfs: make atomictempfile avoid ambiguity of file stat if needed
2016-05-19, by FUJIWARA Katsunori
util: make atomictempfile avoid ambiguity of file stat if needed
2016-05-19, by FUJIWARA Katsunori
util: add filestat class to detect ambiguity of file stat
2016-05-19, by FUJIWARA Katsunori
run-tests: handle json.dumps divergence
2016-05-05, by timeless
tests: use debuginstall to retrieve hg version
2016-05-10, by timeless
debuginstall: add mercurial version
2016-05-10, by timeless
strip: invalidate phase cache after stripping changeset (issue5235)
stable
2016-05-12, by Laurent Charignon
py3: make tests/svn-safe-append.py use absolute_import
2016-05-16, by Pulkit Goyal
py3: make tests/test-atomictempfile.py use absolute_import
2016-05-16, by Pulkit Goyal
py3: tests/test-check-py3-compat.t output updated
2016-05-16, by Pulkit Goyal
py3: use setattr() to assign new class attribute
2016-05-17, by Pulkit Goyal
localrepo: use dirstate savebackup instead of handling dirstate file manually
2016-05-11, by Mateusz Kwapich
localrepo: use dirstate restorebackup instead of copying dirstate manually
2016-05-13, by Mateusz Kwapich
dirstate: add prefix and suffix arguments to backup
2016-05-13, by Mateusz Kwapich
tests: mark test-atomictempfile.py write as binary
2016-04-20, by timeless
tests: mark test-context.py write as binary
2016-04-20, by timeless
transaction: turn lack of locking into a hard failure (API)
2016-05-05, by Pierre-Yves David
test: extract develwarn transaction testing in its own command
2016-05-05, by Pierre-Yves David
graphmod: update edgemap in-place
2016-05-16, by Martijn Pieters
tests: test-archive.t use mercurial.util for urllib compat
2016-05-06, by timeless
tests: test-archive.t use sys.stdout.buffer for binary output in py3
2016-05-06, by timeless
localrepo: prevent executable-bit only changes from being lost on amend
stable
2016-05-19, by Mateusz Kwapich
tests: escape bytes setting MSB in input of grep for portability
stable
2016-05-21, by FUJIWARA Katsunori
tests: test-archive.t use absolute_import
2016-05-06, by timeless
tests: test-archive.t use open() instead of file() for py3 compat
2016-05-06, by timeless
tests: test-archive.t use print_function
2016-05-06, by timeless
merge with stable
2016-05-17, by Matt Mackall
readlink: use print_function
2016-05-11, by timeless
tests: test-addremove-similar.t use print() for py3
2016-05-06, by timeless
tests: add coverage for run-tests.py --whitelist
2016-05-06, by timeless
hg: limit HGUNICODEPEDANTRY to py2
2016-04-05, by timeless
py3: make i18n/hggettext use print_function
2016-05-13, by Pulkit Goyal
py3: make i18n/hggettext use absolute_import
2016-05-13, by Pulkit Goyal
py3: make doc/docchecker use print_function
2016-05-13, by Pulkit Goyal
py3: make doc/docchecker use absolute_import
2016-05-13, by Pulkit Goyal
py3: make contrib/undumprevlog use absolute_import
2016-05-13, by Pulkit Goyal
py3: make contrib/dumprevlog use print_function
2016-05-13, by Pulkit Goyal
py3: make contrib/dumprevlog use absolute_import
2016-05-13, by Pulkit Goyal
py3: make contrib/check-commit use print_function
2016-05-13, by Pulkit Goyal
py3: make contrib/check-commit use absolute_import
2016-05-13, by Pulkit Goyal
hgcia: remove hgcia (BC)
2016-05-12, by Jun Wu
py3: make tests/hghave use absolute_import
2016-05-13, by Pulkit Goyal
py3: make tests/f use absolute_import
2016-05-13, by Pulkit Goyal
py3: make tests/dummyssh use absolute_import
2016-05-13, by Pulkit Goyal
py3: make raise statement python3 compatible
2016-05-13, by Pulkit Goyal
Added signature for changeset aaabed77791a
stable
2016-05-16, by Matt Mackall
Added tag 3.8.2 for changeset aaabed77791a
stable
2016-05-16, by Matt Mackall
help: search section of help topic by translated section name correctly
stable
3.8.2
2016-05-13, by FUJIWARA Katsunori
patch: show lower-ed translated message correctly
stable
2016-05-13, by FUJIWARA Katsunori
py3: make i18n/posplit use print_function
2016-05-13, by Pulkit Goyal
py3: make i18n/posplit use absolute_import
2016-05-13, by Pulkit Goyal
wireproto: optimize handling of large batch responses
2016-05-12, by Augie Fackler
cleanup: replace False identity testing with an explicit token object
2016-05-05, by Pierre-Yves David
devel: officially deprecate dirstate.write without transaction argument
2016-05-11, by Pierre-Yves David
devel: officially deprecate update without destination
2016-05-11, by Pierre-Yves David
devel: fix a typo in a deprecation warning
2016-05-11, by Pierre-Yves David
devel: officially deprecate old style revset
2016-05-11, by Pierre-Yves David
check-code: handle py3 open divergence
2016-05-11, by timeless
check-code: switch to opener
2016-05-11, by timeless
check-code: handle range/xrange divergence
2016-05-11, by timeless
check-code: fix py3 complaint about \NNN being invalid unicode
2016-05-11, by timeless
hghave: switch from iteritems to items
2016-05-05, by timeless
hghave: matchoutput needs to use bytes for regexp
2016-05-05, by timeless
revset: make dagrange preserve order of input set
2016-05-03, by Yuya Nishihara
tests: mark test-check-pyflakes.t as requiring hg1.0+
2016-05-05, by timeless
dirstate: make backup methods public
2016-05-05, by Mateusz Kwapich
check-code: add a rule banning `env -u`
2016-05-06, by Kevin Bullock
subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
2016-05-06, by Kevin Bullock
graphmod: partial edge styling
2016-05-04, by Martijn Pieters
pure: write a really lazy version of pure indexObject
2016-04-24, by Maciej Fijalkowski
dispatch: always load extensions before running shell aliases (issue5230)
2016-05-07, by Jun Wu
httpclient: update to upstream revision 2995635573d2
2016-05-09, by Augie Fackler
crecord: call prevsibling() and nextsibling() directly
2016-05-06, by Anton Shestakov
dispatch: add fail-* family of hooks
2016-04-28, by Jordi GutiƩrrez Hermoso
py3: make hgext/rebase.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/mq.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/hisedit.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/hgk.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/gpg.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/graphlog.py use absolute_import
2016-05-06, by Pulkit Goyal
import-checker: recognize relative imports from parents of current package
2016-05-07, by liscju
py3: make hgext/fetch.py use absolute_import
2016-05-06, by Pulkit Goyal
tests: test-check-py3-compat.t output updated
2016-05-06, by Pulkit Goyal
revset: factor out public optimize() function from recursion
2016-05-02, by Yuya Nishihara
revset: introduce temporary variables in optimize() where they look better
2016-05-02, by Yuya Nishihara
revset: construct arguments of only() against matched tree
2016-05-02, by Yuya Nishihara
revset: unnest isonly() closure from optimize()
2016-05-02, by Yuya Nishihara
sslutil: stop checking for web.cacerts=! (BC)
2016-05-05, by Gregory Szorc
dispatch: stop setting web.cacerts=! to indicate --insecure
2016-05-05, by Gregory Szorc
sslutil: use CA loaded state to drive validation logic
2016-05-05, by Gregory Szorc
sslutil: handle ui.insecureconnections in validator
2016-05-05, by Gregory Szorc
sslutil: check for ui.insecureconnections in sslkwargs
2016-05-05, by Gregory Szorc
dispatch: set ui.insecureconnections when --insecure is used
2016-05-05, by Gregory Szorc
ui: add an instance flag to hold --insecure bit
2016-05-05, by Gregory Szorc
sslutil: make sslkwargs code even more explicit
2016-05-05, by Gregory Szorc
sslutil: move code examining _canloaddefaultcerts out of _defaultcacerts
2016-05-04, by Gregory Szorc
sslutil: further refactor sslkwargs
2016-05-04, by Gregory Szorc
sslutil: document and slightly refactor sslkwargs
2016-05-05, by Gregory Szorc
localrepo: remove a couple of local type aliases
2016-05-06, by Augie Fackler
cmdutil: typo fix in comment
2016-05-06, by Augie Fackler
tests: add globs for Windows
2016-05-05, by Matt Harbison
chgserver: add [alias] to confighash
2016-05-07, by Jun Wu
devel: use the 'config' argument for the dirstate normalisation develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument for the update develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument for the revset develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument for the dirstate develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument of the develwarn in deprecwarn
2016-05-08, by Pierre-Yves David
develwarn: move config gating inside the develwarn function
2016-05-08, by Pierre-Yves David
help: fix the display for `hg help internals.revlogs` (issue5227)
stable
2016-05-08, by Matt Harbison
builddeb: add distroseries to tagged versions
stable
2016-05-06, by Sean Farley
debian: forgot to make debian/rules executable in 6b95a623ec90
stable
2016-05-01, by Sean Farley
debian: add wish to suggests
stable
2016-04-30, by Sean Farley
hg-ssh: copy doc string to man page
stable
2016-05-06, by Sean Farley
progress: stop excessive clearing (issue4801)
stable
2016-05-06, by Matt Mackall
chgserver: remove _clearenvaliases
2016-05-06, by Jun Wu
dispatch: defer environment variable resolution in alias commands (BC)
2016-05-07, by Jun Wu
rollback: add a config knob for entirely disabling the command
2016-05-03, by Augie Fackler
templater: add separate() template function
2016-05-03, by Martin von Zweigbergk
bookmarks: jettison bmstore's write() method per deprecation policy
2016-05-04, by Augie Fackler
merge with stable
2016-05-05, by Matt Mackall
deprecation: gate deprecation warning behind devel configuration
stable
2016-05-05, by Pierre-Yves David
crecord: update downarrowshiftevent() docstring, remove todo
2016-05-05, by Anton Shestakov
crecord: remove things that don't happen in functions from their docstrings
2016-05-05, by Anton Shestakov
crecord: remove skipfolded keyword argument from patchnode.previtem()
2016-05-05, by Anton Shestakov
crecord: update a copy-pasted comment in downarrowshiftevent()
2016-05-05, by Anton Shestakov
crecord: drop the version condition for amend
2016-05-05, by Pierre-Yves David
crecord: add/remove blank lines (coding style)
2016-05-05, by Anton Shestakov
localrepo: jettison parents() method per deprecation policy (API)
2016-05-04, by Augie Fackler
revset: define _parsealias() in _aliasrules class
2016-04-17, by Yuya Nishihara
revset: factor out common parsing function
2016-04-17, by Yuya Nishihara
revset: inline _tokenizealias() into _parsealias()
2016-04-17, by Yuya Nishihara
store: treat range as a generator instead of a list for py3 compat
2016-04-10, by timeless
ui: add new config option for help text width
2016-05-04, by Jun Wu
tests: test histedit base command plan help
2016-05-03, by timeless
largefiles: makes verify batching stat calls to remote
2016-05-03, by liscju
largefiles: change basestore._verifyfile to take list of files to check
2016-05-03, by liscju
bookmarks: properly invalidate volatile sets when writing bookmarks
stable
2016-05-04, by Augie Fackler
test-obsolete: update extension in test to actually work
stable
2016-05-05, by Augie Fackler
bundle2: properly request phases during getbundle
stable
2016-05-05, by Mike Hommey
rebase: handle successor targets (issue5198)
2016-04-11, by timeless
debugbundle: add tests for debugbundle output with bundle2
2016-05-04, by Mike Hommey
revert: mention ui.origbackuppath in the command help
2016-05-04, by Nathan Goldbaum
help: wrap ".orig" in rst quotes
2016-04-30, by Sean Farley
parser: shorten prefix of alias parsing errors
2016-04-17, by Yuya Nishihara
parser: rephrase "'$' not for alias arguments" message
2016-04-17, by Yuya Nishihara
debugbundle: handle the --all option for bundle2
2016-04-18, by Mike Hommey
manifest: improve filesnotin performance by using lazymanifest diff
2016-05-02, by Tony Tung
keyword: replace use of _filerev with _filenode
2016-04-19, by Christian Ebert
merge with stable
2016-05-03, by Matt Mackall
Added signature for changeset a56296f55a5e
stable
2016-05-01, by Matt Mackall
Added tag 3.8.1 for changeset a56296f55a5e
stable
2016-05-01, by Matt Mackall
convert: pass absolute paths to git (SEC)
stable
3.8.1
2016-04-06, by Blake Burkhart
Added signature for changeset f85de28eae32
stable
2016-05-01, by Matt Mackall
Added tag 3.8 for changeset f85de28eae32
stable
2016-05-01, by Matt Mackall
debian: alphabetize build deps
stable
3.8
2016-04-30, by Sean Farley
debian: fix lintian warning about debhelper
stable
2016-04-30, by Sean Farley
builddeb: remove chmod as lintian tells us
stable
2016-04-30, by Sean Farley
builddeb: use codename in version
stable
2016-04-30, by Sean Farley
rebase: restrict rebase destination to the pulled set (issue5214)
stable
2016-04-30, by Pierre-Yves David
destutil: add the ability to specify a search space for rebase destination
stable
2016-04-30, by Pierre-Yves David
sslutil: restore old behavior not requiring a hostname argument (issue5210)
stable
2016-04-30, by Gregory Szorc
tests: test a variety of cache invariants
stable
2016-04-28, by Matt Mackall
repoview: ignore unwritable hidden cache
stable
2016-04-28, by Matt Mackall
tags: silence hgtagsfnodes reading failures
stable
2016-04-28, by Matt Mackall
tags: silence cache parsing errors
stable
2016-04-28, by Matt Mackall
i18n-pt_BR: synchronized with 18c1b107898e
stable
2016-05-01, by Wagner Bruna
ubuntu-xenial-ppa: add makefile rule
stable
2016-04-27, by Sean Farley
ubuntu-wily-ppa: add makefile rule
stable
2016-04-27, by Sean Farley
ubuntu-trusty-ppa: add makefile rule
stable
2016-04-27, by Sean Farley
ubuntu-xenial: add makefile rule to build deb
stable
2016-04-27, by Sean Farley
ubuntu-wily: add makefile rule to build deb
stable
2016-04-27, by Sean Farley
make: turn ubuntu docker into template
stable
2016-04-26, by Sean Farley
revsets: add docs for '%' operator
stable
2016-04-27, by Sean Farley
graft: fix printing of --continue command
stable
2016-04-27, by Adam Simpkins
hghave: remove unused check for bdist_mpkg
stable
2016-04-29, by Kevin Bullock
osx: create a modern package including manpages
stable
2016-04-27, by Kevin Bullock
hghave: add check for OS X packaging tools
stable
2016-04-27, by Augie Fackler
tests: add test for Mac OS X package construction
stable
2016-04-18, by Augie Fackler
osx: add support for keeping mpkgs
stable
2016-04-18, by Augie Fackler
osx: add support for dumping built dmg into OUTPUTDIR
stable
2016-04-18, by Augie Fackler
hghave: add check for bdist_mpkg
stable
2016-04-18, by Augie Fackler
verify: don't init subrepo when missing one is referenced (issue5128) (API)
stable
2016-04-27, by Matt Harbison
setup: detect Python DLL filename from loaded DLL
stable
2016-04-28, by Gregory Szorc
exewrapper: add .dll to LoadLibrary() argument
stable
2016-04-27, by Gregory Szorc
update: correct description of --check option
stable
2016-04-27, by Martin von Zweigbergk
util: fix race in makedirs()
stable
2016-04-26, by Adam Simpkins
chg: initialize sockdirfd to -1 instead of AT_FDCWD
stable
2016-04-24, by Yuya Nishihara
bdiff: further restrain potential quadratic performance
stable
2016-04-22, by Matt Mackall
bdiff: balance recursion to avoid quadratic behavior (issue4704)
stable
2016-04-21, by Matt Mackall
bdiff: deal better with duplicate lines
stable
2016-04-21, by Matt Mackall
bdiff: fix latent normalization bug
stable
2016-04-21, by Matt Mackall
bdiff: fold in shift calculation in normalize
stable
2016-04-21, by Matt Mackall
bdiff: unify duplicate normalize loops
stable
2016-04-21, by Matt Mackall
make: backout changeset 51f5fae84e43
stable
2016-04-25, by Siddharth Agarwal
tests: test-lock-badness.t message could come later
stable
1970-01-01, by timeless
dockerdeb: pass the rest of the args to the builder script
stable
2016-04-23, by Sean Farley
dockerdeb: fix incorrect number of shifts
stable
2016-04-23, by Sean Farley
make: use shell-command assignment instead of $(eval ...)
stable
2016-04-21, by Augie Fackler
make: do assignment and export in a single statement
stable
2016-04-21, by Augie Fackler
make: alter how we compute compiler flags for setup.py
stable
2016-04-21, by Augie Fackler
revset: unindent "if True" block in sort()
stable
2016-04-23, by Yuya Nishihara
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218)
stable
2016-04-23, by Yuya Nishihara
log: fix status template to list copy source per dest (issue5155)
stable
2016-03-24, by Yuya Nishihara
graphmod: disable graph styling when HGPLAIN is set (issue5212)
stable
2016-04-20, by Martijn Pieters
graphmod: fix seen state handling for > 2 parents (issue5174)
stable
2016-04-20, by Martijn Pieters
httpclient: reverse accidental damage from 86db5cb55d46
stable
2016-04-20, by timeless
tests: tolerate http2
stable
2016-04-21, by timeless
make: add rule for building an ubuntu ppa
stable
2016-04-16, by Sean Farley
builddeb: add flag for a source-only deb
stable
2016-04-16, by Sean Farley
builddeb: create source archive for ubuntu
stable
2016-04-16, by Sean Farley
builddeb: ignore vcs and build results
stable
2016-04-15, by Sean Farley
builddeb: copy over .gz and .dsc files
stable
2016-04-15, by Sean Farley
builddeb: ignore errors about find not finding files
stable
2016-04-15, by Sean Farley
builddeb: use the os codename instead of 'unstable'
stable
2016-04-16, by Sean Farley
builddeb: use sed -i
stable
2016-04-16, by Sean Farley
dockerdeb: redirect 'cd' in export command to /dev/null
stable
2016-04-17, by Sean Farley
help: avoid using "$n" parameter in revsetalias example
stable
2016-03-26, by Yuya Nishihara
debian: add missing netbase dependency
stable
2016-04-17, by Sean Farley
debian: add missing zip/unzip dependencies
stable
2016-04-16, by Sean Farley
debian: add missing python-docutils dependency
stable
2016-04-15, by Sean Farley
debian: add missing python-all-dev dependency
stable
2016-04-15, by Sean Farley
patchbomb: use single quotes around command hint
stable
2016-04-14, by timeless
chg: forward SIGWINCH to worker
stable
2016-04-10, by Jun Wu
Added signature for changeset 740156eedf2c
stable
2016-04-16, by Matt Mackall
Added tag 3.8-rc for changeset 740156eedf2c
stable
2016-04-16, by Matt Mackall
merge default into stable for 3.8 code freeze
stable
3.8-rc
2016-04-16, by Matt Mackall
make: remove packages directory in clean rule
2016-04-15, by Sean Farley
make: add forgotten hgext3rd to clean rule
2016-04-15, by Sean Farley
make: add chg to clean rule
2016-04-15, by Sean Farley
test-docker-packaging: add new line to test output
2016-04-16, by Sean Farley
tests: relax pattern matching for newer docker
2016-04-15, by Sean Farley
py3: make factotum use absolute_import
2016-04-17, by Pulkit Goyal
py3: make extdiff use absolute_import
2016-04-17, by Pulkit Goyal
py3: make eol use absolute_import
2016-04-17, by Pulkit Goyal
py3: make color use absolute_import
2016-04-17, by Pulkit Goyal
py3: make hgmanpage use absolute_import
2016-04-17, by Pulkit Goyal
py3: make gendoc use absolute_import
2016-04-17, by Pulkit Goyal
py3: make check-seclevel use absolute_import
2016-04-17, by Pulkit Goyal
fetch: use single quotes around command hint
2016-04-14, by timeless
graft: use single quotes around command hint
2016-04-14, by timeless
config: use single quotes around command hint
2016-04-14, by timeless
debugcreatestreamclonebundle: use single quotes around command hint
2016-04-14, by timeless
transaction: clear callback instances after usage
2016-04-16, by Gregory Szorc
lock: clear postrelease hooks list after usage
2016-04-16, by Gregory Szorc
ui: drop template aliases by HGPLAIN
2016-03-27, by Yuya Nishihara
templater: load and expand aliases by template engine (API) (issue4842)
2016-03-27, by Yuya Nishihara
templater: inline compiletemplate() function into engine
2016-04-03, by Yuya Nishihara
templater: factor out function that creates templater from string template
2016-04-10, by Yuya Nishihara
templater: separate function to create templater from map file (API)
2016-04-03, by Yuya Nishihara
templater: extract function that loads template map file
2016-04-03, by Yuya Nishihara
templater: demote "base" directory of map file to local variable
2016-04-03, by Yuya Nishihara
notify: do not load style file if template is specified (BC)
2016-04-04, by Yuya Nishihara
bugzilla: do not load style file if template is specified (BC)
2016-04-04, by Yuya Nishihara
subrepo: disable localizations when calling Git (issue5176)
2016-04-16, by Matt Mackall
py3: make test-demandimport use print_function
2016-04-16, by Pulkit Goyal
py3: use absolute_import in svnxml.py
2016-04-16, by Robert Stanca
py3: use absolute_import in sitecustomize.py
2016-04-16, by Robert Stanca
py3: use absolute_import in revlog-formatv0.py
2016-04-16, by Robert Stanca
py3: use absolute_import in printenv.py
2016-04-16, by Robert Stanca
py3: use absolute_import in mockblackbox.py
2016-04-16, by Robert Stanca
py3: use absolute_import in killdaemons.py
2016-04-16, by Robert Stanca
test-shelve: shorten a long path so it works on Windows
2016-04-15, by Matt Harbison
test-convert-git: skip tests with invalid path characters on Windows
2016-04-15, by Matt Harbison
test-subrepo-git: add globs for Windows
2016-04-15, by Matt Harbison
hook: report untrusted hooks as failure (issue5110) (BC)
2016-04-14, by Pierre-Yves David
hook: split config reading further
2016-04-14, by Pierre-Yves David
hook: small refactor to store hooks as dict instead of list
2016-04-14, by Pierre-Yves David
mail: retain hostname for sslutil.wrapsocket (issue5203)
2016-04-15, by timeless
tests: make test-trusted use print_function
2016-04-16, by Pulkit Goyal
tests: make test-doctest use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-hgwebdir-paths use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-lrucachedict use print_function
2016-04-16, by Pulkit Goyal
tests: make test-lrucachedict use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-manifest use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-pathencode use absolute_import
2016-04-16, by Pulkit Goyal
tests: make test-simplemerge use absolute_import
2016-04-16, by Pulkit Goyal
crecord: cleanup the remains of commit confirmation
2016-04-14, by Pierre-Yves David
crecord: drop the extra confirmation screen
2016-04-14, by Pierre-Yves David
update: resurrect bare update from null parent to tip-most branch head
2016-04-15, by Yuya Nishihara
tests: run import-checker with tests .t files
2016-04-12, by timeless
import-checker: parse python code from .t files
2016-04-12, by timeless
import-checker: track filenames for SyntaxErrors
2016-04-13, by timeless
import-checker: track SyntaxErrors
2016-04-13, by timeless
import-checker: refactor source reading
2016-04-11, by timeless
tests: make test-pathencode use print_function
2016-04-14, by Pulkit Goyal
tests: make test-run-tests use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-symlink-os-yes-fs-no use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-ui-color use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-url use absolute_import
2016-04-14, by Pulkit Goyal
tests: make test-trusted use absolute_import
2016-04-14, by Pulkit Goyal
templater: add parsing and expansion rules to process "templatealias" section
2016-03-27, by Yuya Nishihara
templater: add function to parse whole string as template expression
2016-03-27, by Yuya Nishihara
parser: factor out _trygetfunc() that extracts function name and arguments
2016-03-29, by Yuya Nishihara
parser: make _getalias() return (alias, pattern-args) pair
2016-03-29, by Yuya Nishihara
parser: drop redundant comparison between alias declaration tree and pattern
2016-03-29, by Yuya Nishihara
patchbomb: fix public-is-missing hint
2016-04-14, by timeless
tests: clarify patchbomb repo is public not remote
2016-04-14, by timeless
run-tests: set HGMODULEPOLICY for --pure
2016-04-13, by timeless
cmdutil: avoid recycling variable name "name" in namespaces code
2016-04-14, by Nathaniel Manista
update: fix bare update to work on new branch
2016-04-05, by liscju
remove: fix --force option help description (issue5177)
2016-04-13, by liscju
logtoprocess: new experimental extension
2016-04-05, by Martijn Pieters
convert: keep converted hg parents that are outside convert.hg.revs (BC)
2016-04-13, by Mads Kiilerich
tests: coverage of ancestry with convert in multiple non-overlapping steps
2016-03-24, by Mads Kiilerich
revset: rename findaliases() to expandaliases()
2016-02-29, by Yuya Nishihara
parser: add short comment how aliases are expanded in phases
2016-03-29, by Yuya Nishihara
parser: reorder alias expansion routine to return early
2016-03-29, by Yuya Nishihara
parser: move functions that process alias expansion to rule-set class
2016-02-29, by Yuya Nishihara
revset: unindent codes in _getalias() function
2016-02-29, by Yuya Nishihara
parser: extract helper that creates a dict of aliases
2016-02-29, by Yuya Nishihara
parser: construct alias object by rule-set class
2016-02-29, by Yuya Nishihara
graphmod: shorten graph
2016-04-08, by santiagopim
tests: ensure that 'hg update' is disabled during histedit (issue3655)
2016-04-11, by Jason Gauci
test-remove: drop a useless Windows specific conditional
2016-04-12, by Matt Harbison
test-blackbox: add missing glob for Windows
2016-03-15, by Matt Harbison
test-largefiles: stabilize output for Windows
2016-03-15, by Matt Harbison
test-import: fix output on Windows
2016-03-15, by Matt Harbison
test-install: fix output on Windows
2016-03-15, by Matt Harbison
check-code: reject import urllib
2016-04-07, by timeless
pycompat: switch to util.urlreq/util.urlerr for py3 compat
2016-04-06, by timeless
pycompat: add util.urlerr util.urlreq classes for py3 compat
2016-04-07, by timeless
test-progress: disable mocking-time tests on chg
2016-03-20, by Yuya Nishihara
hghave: add "chg" flag to skip tests that can't be compatible with chg
2016-03-20, by Yuya Nishihara
tests: add new test for #! shebang lines
2016-04-06, by timeless
largefiles: introduce push --lfrev to control which revisions are pushed
2016-03-27, by Mads Kiilerich
largefiles: don't access repo.changelog directly in getlfilestoupload
2016-04-13, by Mads Kiilerich
localrepo: refactor prepushoutgoinghook to take a pushop
2016-04-13, by Mads Kiilerich
parser: unify parser function of alias declaration and definition
2016-03-29, by Yuya Nishihara
revset: unify function that parses alias declaration and definition
2016-03-29, by Yuya Nishihara
parser: move alias definition parser to common rule-set class
2016-02-29, by Yuya Nishihara
parser: move _relabelaliasargs() to common rule-set class
2016-02-29, by Yuya Nishihara
parser: move alias declaration parser to common rule-set class
2016-02-29, by Yuya Nishihara
parser: add stub class that will host alias parsing and expansion
2016-04-03, by Yuya Nishihara
revset: narrow scope of "except ParseError" block in _parsealiasdecl()
2016-02-29, by Yuya Nishihara
obsstore: move delete function from obsstore class to repair module
2016-04-12, by Kostia Balytskyi
debugobsolete: style fixes to debugobsolete that slipped from original commit
2016-04-12, by Kostia Balytskyi
import: document --exact behavior in more detail
2016-03-09, by Matt Mackall
util: add doctest to datestr()
2016-04-11, by Adrian Buehlmann
date: fix boundary check of negative integer
2016-04-12, by Florent Gallaire
chg: server exited with code 0 without being connectable is an error
2016-04-10, by Jun Wu
shelve: refactor directory name into constant
2016-04-08, by Oleg Afanasyev
pycompat: switch to util.stringio for py3 compat
2016-04-10, by timeless
py3: use multi-line import in test-wireproto.py
2016-04-10, by timeless
py3: use absolute_import in test-hgweb-non-interactive.t
2016-04-10, by timeless
py3: use absolute_import in test-hgweb-no-request-uri.t
2016-04-10, by timeless
py3: use absolute_import in test-hgweb-no-path-info.t
2016-04-10, by timeless
chg: use fsetcloexec instead of closing lockfd manually
2016-04-11, by Jun Wu
chg: extract the logic of setting FD_CLOEXEC to a utility function
2016-04-11, by Jun Wu
chg: add fchdirx as a utility function
2016-04-10, by Jun Wu
chg: check lockfd at freecmdserveropts
2016-04-10, by Jun Wu
chg: add sockdirfd to cmdserveropts
2016-04-10, by Jun Wu
chg: fix spelling in the error message about error waiting for cmdserver
2016-04-10, by Jun Wu
sslutil: document and slightly refactor validation logic
2016-04-10, by Gregory Szorc
sslutil: require a server hostname when wrapping sockets (API)
2016-04-10, by Gregory Szorc
sslutil: move and document verify_mode assignment
2016-04-10, by Gregory Szorc
tests: use --insecure instead of web.cacerts=!
2016-04-10, by Gregory Szorc
help: remove references to "Python 2.6 or later"
2016-04-10, by Gregory Szorc
commands: make --rev and --index compatible in debugobsolete
2016-04-04, by Kostia Balytskyi
tests: enable import checker for tests/**.py files
2016-04-03, by Yuya Nishihara
tests: stop direct symbol import of mercurial modules in test-status-inprocess
2016-04-05, by Yuya Nishihara
tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosity
2016-04-05, by Yuya Nishihara
tests: move stdlib imports before mercurial modules in test-parseindex2
2016-04-05, by Yuya Nishihara
tests: stop direct symbol import of pprint.pprint in tests-minirst
2016-04-05, by Yuya Nishihara
tests: import mercurial modules by name in test-propertycache
2016-04-05, by Yuya Nishihara
tests: remove unused import of mercurial.repoview from test-propertycache
2016-04-05, by Yuya Nishihara
templater: drop deprecated handling of KeyError from changeset_templater
2016-04-03, by Yuya Nishihara
test-commandserver: handle cStringIO.StringIO/io.StringIO divergence
2016-04-06, by timeless
pycompat: add util.stringio to handle py3 divergence
2016-04-06, by timeless
pycompat: alias xrange to range in py3
2016-04-06, by timeless
pycompat: fix demand import handling of Queue
2016-04-08, by timeless
util: use __code__ (available since py2.6)
2016-03-29, by timeless
templater: give better error message for invalid engine type
2016-04-03, by Yuya Nishihara
transaction: allow running file generators after finalizers
2016-04-07, by Durham Goode
run-tests: move install.err into test area
2016-04-07, by timeless
help: report source of aliases
2016-04-08, by timeless
compact: add color labels to -Tcompact
2016-04-08, by timeless
util: fix doc for datestr()
2016-04-08, by Adrian Buehlmann
date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513)
2016-04-08, by Florent Gallaire
tests: use /usr/bin/env python for test-status-inprocess.py
2016-04-06, by timeless
run-tests: fix broken regular expression
2016-04-06, by Augie Fackler
test: don't rely on __del__ in test-devel-warnings.t
2016-04-05, by Pierre-Yves David
dispatch: split out warning message generation to separate function
2016-04-05, by Martijn Pieters
check-code: reject import Queue, suggest util.queue class for py3 compat
2016-04-06, by timeless
scmutil: use util.queue/util.empty for py3 compat
2016-04-06, by timeless
pycompat: add empty and queue to handle py3 divergence
2016-04-06, by timeless
convert: kill dead code
2016-04-04, by Julien Cristau
convert: don't ignore errors from git diff-tree
2016-04-04, by Julien Cristau
crecord: check for untracked arguments
2016-04-06, by timeless
localrepo: drop force check from checkcommitpatterns
2016-04-06, by timeless
localrepo: refactor commit argument check as checkcommitpatterns
2016-04-06, by timeless
run-tests: handle empty tests
2016-04-05, by timeless
docchecker: try to reject single quotes
2016-01-12, by timeless
docchecker: report context line at most once
2016-03-03, by timeless
tests: splitting test-gendoc.t into per file tests
2016-01-06, by timeless
test-hgweb-auth: stop direct symbol import of mercurial.error.Abort
2016-04-05, by Yuya Nishihara
test-hgweb-auth: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl
2016-04-05, by Yuya Nishihara
test-filelog: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-duplicateoptions: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-filecache: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-filecache: sort import lines
2016-04-05, by Yuya Nishihara
test-ctxmanager: stop direct symbol import of mercurial.util
2016-04-05, by Yuya Nishihara
test-batching: stop direct symbol import of mercurial modules
2016-04-05, by Yuya Nishihara
children: use double quotes for arguments
2016-01-06, by timeless
largefiles: use double quotes for arguments
2016-01-12, by timeless
graft: use double quotes for arguments
2016-01-12, by timeless
hghave: add cvsnt
2016-04-04, by timeless
commands: allow debugobsolete to delete arbitrary obsmarkers
2016-04-01, by Kostia Balytskyi
commands: disallow 'hg debugobsolete --index --rev <smth>'
2016-04-01, by Kostia Balytskyi
mercurial: add editorconfig
2016-04-05, by Jun Wu
parsers: fix istat macro to work with single line if statement
2016-04-05, by Matt Fowles
pypy: fix setdiscovery test
2016-04-05, by Maciej Fijalkowski
chg: wrap line at 80 chars
2016-04-05, by Jun Wu
chg: replace abortmsg showing errno with abortmsgerrno
2016-04-05, by Jun Wu
chg: add util function abortmsgerrno to print error with errno
2016-04-05, by Jun Wu
chg: use color in debug/error messages conditionally
2016-04-05, by Jun Wu
revset: force ascending order for baseset initialized from a set
2016-04-04, by Pierre-Yves David
revset: stabilize repr of baseset initialized with a set
2016-04-04, by Pierre-Yves David
dispatch: factor out command failure handling into a function
2016-04-04, by Martijn Pieters
pypy: fix overeager pattern matching on mpatchError
2016-04-05, by Maciej Fijalkowski
mpatch: unify mpatchError (issue5182)
2016-03-31, by timeless
check-code: reject sed ... \\n
2016-03-30, by timeless
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip