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.
policy: eliminate ".pure." from module name only if marked as dual
2016-08-13, by Yuya Nishihara
policy: add "cext" package which will host CPython extension modules
2016-08-12, by Yuya Nishihara
policy: mark all string literals as sysstr or bytes
2017-05-02, by Yuya Nishihara
debuginstall: check C extensions only if they are loadable per policy
2017-04-26, by Yuya Nishihara
osutil: proxy through util (and platform) modules (API)
2017-04-26, by Yuya Nishihara
mpatch: proxy through mdiff module
2017-04-26, by Yuya Nishihara
bdiff: proxy through mdiff module
2017-04-26, by Yuya Nishihara
base85: proxy through util module
2017-04-26, by Yuya Nishihara
mdiff: move re-exports to top
2017-05-02, by Yuya Nishihara
test-commit-interactive-curses: remove unused import of parsers
2017-05-02, by Yuya Nishihara
strip: make tree stripping O(changes) instead of O(repo)
2017-05-08, by Durham Goode
strip: move tree strip logic to it's own function
2017-05-08, by Durham Goode
manifest: remove unused property _oldmanifest
2017-05-08, by Martin von Zweigbergk
py3: convert key to str to make kwargs.pop work in mq
2017-05-05, by Pulkit Goyal
py3: convert kwargs' keys to str before passing in cmdutil.getcommiteditor
2017-05-05, by Pulkit Goyal
diff: add a fast path to avoid loading binary contents
2017-05-03, by Jun Wu
diff: correct binary testing logic
2017-05-05, by Jun Wu
diff: draw a table about binary diff behaviors
2017-05-05, by Jun Wu
diff: use fctx.size() to test empty
2017-05-03, by Jun Wu
diff: use fctx.isbinary() to test binary
2017-05-03, by Jun Wu
pycompat: extract helper to raise exception with traceback
2017-04-20, by Yuya Nishihara
check-code: ignore re-exports of os.environ in encoding.py
2017-05-01, by Yuya Nishihara
check-code: exclude demandimport.py and policy.py from Python 3 checks
2017-04-26, by Yuya Nishihara
check-code: rewrite py3 exclusion pattern with negative lookahead
2017-05-01, by Yuya Nishihara
cleanup: remove useless re-raises of KeyboardInterrupt
2017-05-03, by Yuya Nishihara
make: drop deprecated rule to process temporary copy of pure modules
2016-08-12, by Yuya Nishihara
dirstate: optimize walk() by using match.visitdir()
2017-05-05, by Martin von Zweigbergk
match: optimize visitdir() for patterns matching only root directory
2017-05-05, by Martin von Zweigbergk
rebase: don't update state dict same way for each root
2017-03-11, by Martin von Zweigbergk
forget: access status fields by name, not index
2017-05-04, by Martin von Zweigbergk
demandimport: add urwid.command_map to ignore list
2017-05-03, by Phil Cohen
outgoing: run on filtered repo
2017-05-05, by Martin von Zweigbergk
manifest: remove check for non-contexts in _dirmancache
2017-05-05, by Martin von Zweigbergk
bundle: factor the 'getchangegroup' out
2017-05-04, by Pierre-Yves David
bundle: avoid reset of the 'outgoing' variable
2017-05-04, by Pierre-Yves David
changegroup: deprecate 'getlocalchangroup' (API)
2017-05-04, by Pierre-Yves David
tests: directly 'getchangegroup'
2017-05-04, by Pierre-Yves David
exchange: directly 'getchangegroup'
2017-05-04, by Pierre-Yves David
commands: directly 'getchangegroup'
2017-05-04, by Pierre-Yves David
changegroup: deduplicate 'getlocalchangegroup'
2017-05-04, by Pierre-Yves David
py3: add test to show 'hg log -Tjson' works
2017-05-04, by Pulkit Goyal
py3: add test to show 'hg log -G' works
2017-05-04, by Pulkit Goyal
py3: rename test-check-py3-commands.t to test-py3-commands.t
2017-05-04, by Pulkit Goyal
py3: use list of bytes rather than bytestring while extending bytes into lists
2017-05-04, by Pulkit Goyal
py3: use pycompat.byteskwargs to converts kwargs to bytes
2017-05-04, by Pulkit Goyal
py3: make adefaults keys str to be compatible with getattr
2017-05-04, by Pulkit Goyal
py3: abuse r'' to access keys in keyword arguments
2017-05-03, by Pulkit Goyal
py3: use pycompat.bytechr instead of chr
2017-05-03, by Pulkit Goyal
py3: use %d to format integers into bytestrings
2017-05-05, by Pulkit Goyal
py3: use pycompat.bytestr instead of bytes
2017-05-05, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2017-05-05, by Pulkit Goyal
py3: use encoding.unitolocal instead of .encode(encoding.encoding)
2017-04-08, by Pulkit Goyal
rebase: use matcher to optimize manifestmerge
2017-05-03, by Durham Goode
changegroup: delete unused 'bundlecaps' argument (API)
2017-05-02, by Martin von Zweigbergk
localrepo: reuse exchange.bundle2requested()
2017-05-03, by Martin von Zweigbergk
py3: use raw strings while accessing class.__dict__
2017-04-28, by Pulkit Goyal
py3: handle opts correctly for `hg add`
2017-04-25, by Pulkit Goyal
py3: handle opts correctly for rollback
2017-04-24, by Pulkit Goyal
py3: handle opts correctly for unbundle
2017-04-21, by Pulkit Goyal
py3: convert opts to bytes in cmdutil.dorecord()
2017-04-21, by Pulkit Goyal
py3: make sure opts are passed and used correctly in help command
2017-04-28, by Pulkit Goyal
py3: handle opts uniformly in commands.py
2017-05-03, by Pulkit Goyal
merge with stable
2017-05-04, by Augie Fackler
webcommands: use fctx.isbinary
2017-05-03, by Jun Wu
annotate: use fctx.isbinary
2017-05-03, by Jun Wu
fileset: use fctx.isbinary instead of util.binary(fctx.data())
2017-05-03, by Jun Wu
internals: document that "branches" is a legacy wire command
2017-05-03, by Siddharth Agarwal
match: make subinclude construction lazy
2017-05-03, by Durham Goode
bisect: allow resetting with unfinished graft/rebase/etc
2017-05-03, by Martin von Zweigbergk
py3: use %d instead of %s for integers
2017-04-21, by Pulkit Goyal
py3: make posix.getuser return a bytes
2017-04-21, by Pulkit Goyal
py3: replace str with bytes in isinstance()
2017-04-20, by Pulkit Goyal
py3: use pycompat.bytestr() instead of str()
2017-04-27, by Pulkit Goyal
py3: alias long to int on Python 3
2017-04-20, by Pulkit Goyal
setup: sys.version_info always exists
2017-05-03, by Alex Gaynor
filelog: fix parsemeta docstring
2017-05-02, by Jun Wu
util: remove doc of long gone 'targetsize' argument
2017-05-02, by Martin von Zweigbergk
cleanup: drop the deprecated 'localrepo._link' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.wfile' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.join' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.tag' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.opener' method
2017-05-02, by Pierre-Yves David
cleanup: drop the deprecated 'localrepo.wopener' method
2017-05-02, by Pierre-Yves David
cleanup: drop vfs compatibility layer in scmutil
2017-05-02, by Pierre-Yves David
test-worker: exercise more about "killworkers" situation
2017-04-22, by Jun Wu
test-worker: capture tracebacks more reliably
2017-04-22, by Jun Wu
worker: rewrite error handling so os._exit covers all cases
2017-04-22, by Jun Wu
dispatch: take over SignalInterrupt handling from scmutil
2017-04-22, by Jun Wu
merge stable into default
2017-05-02, by Kevin Bullock
Added signature for changeset 26c49ed51a69
stable
2017-07-05, by Augie Fackler
Added tag 4.2.2 for changeset 26c49ed51a69
stable
2017-07-05, by Augie Fackler
help: cleanup grammar in the hooks section
stable
4.2.2
2017-07-04, by Matt Harbison
merge with i18n
stable
2017-07-04, by Augie Fackler
revlog: backed out changeset e9d325cfe071
stable
2017-07-04, by Augie Fackler
i18n-pt_BR: synchronized with efebc9f52ecb
stable
2017-06-29, by Wagner Bruna
revlog: add an experimental option to mitigated delta issues (issue5480)
stable
2017-06-23, by Pierre-Yves David
rebase: also test abort from pretxnclose error
stable
2017-06-27, by Pierre-Yves David
rebase: reinforce testing around precommit hook interrupting a rebase
stable
2017-06-27, by Pierre-Yves David
rebase: provides test case for (issue5610)
stable
2017-06-27, by Pierre-Yves David
rebase: backed out changeset cf8ad0e6c0e4 (issue5610)
stable
2017-06-27, by Pierre-Yves David
rebase: backed out changeset 2519994d25ca
stable
2017-06-27, by Pierre-Yves David
make: add Debian 9 (Stretch) docker target
stable
2017-06-23, by Anton Shestakov
make: templatize Debian build target a la e63dfbbdbd07
stable
2017-06-23, by Anton Shestakov
make: add Ubuntu Zesty docker targets (.deb and ppa)
stable
2017-06-23, by Anton Shestakov
docker: install less as a build-time dependency in deb-based distros
stable
2017-06-23, by Anton Shestakov
eol: fix 'error' parameter name in the commitctx wrapper
stable
2017-06-23, by Pierre-Yves David
eol: import 'error' as 'errormod'
stable
2017-06-23, by Pierre-Yves David
largefiles: avoid a crash when archiving a subrepo with largefiles disabled
stable
2017-06-13, by Matt Harbison
help: correct description of "glob:foo/*" matching
stable
2017-06-12, by Martin von Zweigbergk
Added signature for changeset c850f0ed54c1
stable
2017-06-04, by Kevin Bullock
Added tag 4.2.1 for changeset c850f0ed54c1
stable
2017-06-04, by Kevin Bullock
status: don't crash if a lookup file disappears
stable
4.2.1
2017-06-02, by Siddharth Agarwal
help: clarify the choice of pager
stable
2017-06-02, by Xavier Lepaul
i18n-pt_BR: fix syntax error on translation
stable
2017-06-02, by Wagner Bruna
i18n-pt_BR: synchronized with 870248603a4e
stable
2017-06-01, by Wagner Bruna
merge with i18n
stable
2017-06-01, by Kevin Bullock
i18n-pt_BR: synchronized with a0e46f6b248b
stable
2017-05-31, by Wagner Bruna
zsh_completion: install as _hg not hg
stable
2017-05-26, by Kyle Lippincott
osx: override default exclude filter for pkgbuild
stable
2017-05-26, by Augie Fackler
bugzilla: fix typo in help text
stable
2017-05-31, by Wagner Bruna
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip