Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
help: add documentation on include: and subinclude:
2015-05-20, by Durham Goode
match: enable 'subinclude:' syntax
2015-05-16, by Durham Goode
copies: switch to using pathutil.dirname
2015-05-22, by Durham Goode
pathutil: add dirname and join functions
2015-05-22, by Durham Goode
changelog: move index_get_parents function up
2015-05-21, by Laurent Charignon
mergecopies: avoid slowdown from linkrev adjustment (issue4680)
stable
2015-05-26, by Matt Mackall
hgweb: remove an extra call to nodebranchnodefault() in changesetentry()
2015-05-26, by Anton Shestakov
profile: disable nested report in lsprof by default
2015-05-22, by Matt Mackall
manifest: use match.prefix() instead of 'not match.anypats()'
2015-05-19, by Martin von Zweigbergk
dirstate: use match.prefix() instead of 'not match.anypats()'
2015-05-19, by Martin von Zweigbergk
commit: avoid match.files() in conditions
2015-05-19, by Martin von Zweigbergk
_makelogrevset: avoid match.files() in conditions
2015-05-19, by Martin von Zweigbergk
walkchangerevs: avoid match.files() in conditions
2015-05-19, by Martin von Zweigbergk
walkchangerevs: simplify with an 'elif'
2015-05-21, by Martin von Zweigbergk
merge with stable
2015-05-26, by Matt Mackall
test-module-imports: drop check for Python >= 2.6
2015-05-25, by Gregory Szorc
localrepo: pass hook argument txnid to pretxnopen hooks
stable
2015-05-25, by FUJIWARA Katsunori
transaction: separate calculating TXNID from creating transaction object
stable
2015-05-25, by FUJIWARA Katsunori
revbranchcache: return uncached branchinfo for nullrev (issue4683)
stable
2015-05-23, by Yuya Nishihara
revset: drop magic of fullreposet membership test (issue4682)
stable
2015-05-24, by Yuya Nishihara
merge with stable
2015-05-23, by Matt Mackall
transaction: use the proper variable in '_addbackupentry' (issue4684)
stable
2015-05-22, by Pierre-Yves David
run-tests: python3.5 now supports mkdtemp using bytes for paths
2015-05-22, by Augie Fackler
run-tests: use items() instead of iteritems()
2015-05-22, by Augie Fackler
selve: make 'shelve --interactive' not experimental
2015-05-21, by Laurent Charignon
revert: fix edition of newly added file during --interactive
2015-05-21, by Laurent Charignon
revert: make revert --interactive use git style diff
2015-05-21, by Laurent Charignon
record: extract code to compute newly added and modified files
2015-05-21, by Laurent Charignon
record: extract ishunk to a function
2015-05-21, by Laurent Charignon
fileset: pretty print syntax tree in debug output
2015-04-26, by Yuya Nishihara
parser: extract closure of prettyformat() to a top-level function
2015-05-06, by Yuya Nishihara
parser: move prettyformat() function from revset module
2015-04-26, by Yuya Nishihara
fileset: move validation of incomplete parsing to parse() function
2015-04-26, by Yuya Nishihara
revset: move validation of incomplete parsing to parse() function
2015-04-26, by Yuya Nishihara
match: fix bug in match.visitdir()
2015-05-22, by Drew Gottlieb
error: derive RevlogError from HintException instead of Exception
2015-05-21, by Jordi GutiƩrrez Hermoso
error: refactor common hint-pattern into a common base class
2015-05-21, by Jordi GutiƩrrez Hermoso
merge with stable
2015-05-22, by Matt Mackall
i18n-pt_BR: synchronized with 2664f536a97e
stable
2015-05-22, by Wagner Bruna
util: allow to specify buffer size in popen4
2015-05-20, by Pierre-Yves David
sshpeer: extract the forward output logic
2015-05-18, by Pierre-Yves David
sshpeer: break "OutOfBandError" feature for ssh (BC)
2015-05-20, by Pierre-Yves David
error: allow a 'hint' to OutOfBandError
2015-05-20, by Pierre-Yves David
tests: fix test-clone on vfat
2015-05-21, by Matt Mackall
wireproto: remove unused 'store' import
2015-05-21, by Martin von Zweigbergk
match: allow unioning arbitrary match functions
2015-05-16, by Durham Goode
match: add root to _buildmatch
2015-05-16, by Durham Goode
localrepo: extract stream clone application into reusable function
2015-05-21, by Gregory Szorc
exchange: move code for consuming streaming clone into exchange
2015-05-21, by Gregory Szorc
exchange: move code for generating a streaming clone into exchange
2015-05-21, by Gregory Szorc
dirstate: avoid match.files() in walk()
2015-05-19, by Martin von Zweigbergk
match: introduce boolean prefix() method
2014-10-28, by Martin von Zweigbergk
hgweb: descend empty directories in monoblue
2015-05-21, by Anton Shestakov
match: have visitdir() consider includes and excludes
2015-05-18, by Drew Gottlieb
hgweb: remove artificial width constraint from header in monoblue
2015-05-21, by Anton Shestakov
merge with stable
2015-05-20, by Matt Mackall
files: recurse into subrepos automatically with an explicit path
2015-05-17, by Matt Harbison
dirstate: use open/read of vfs(opener) explicitly instead of read
2015-05-20, by FUJIWARA Katsunori
dirstate: use self._filename instead of immediate string `dirstate`
2015-05-20, by FUJIWARA Katsunori
revset: drop translation marker from error message of _notpublic()
2015-05-19, by Yuya Nishihara
revset: drop docstring from internal _notpublic() function
2015-05-19, by Yuya Nishihara
record: make hg record always use the non curses interface
2015-05-13, by Laurent Charignon
treemanifest: lazily load manifests
2015-04-09, by Martin von Zweigbergk
treemanifest: speed up commit using dirty flag
2015-05-18, by Martin von Zweigbergk
treemanifest: speed up diff by keeping track of dirty nodes
2015-02-26, by Martin von Zweigbergk
localrepo: use correct argument name for pretxnclose hooks (BC)
stable
2015-05-20, by FUJIWARA Katsunori
localrepo: rename hook argument from TXNID to txnid (BC)
stable
2015-05-20, by FUJIWARA Katsunori
test-walk: add more tests for -I/-X
2014-11-05, by Martin von Zweigbergk
ignore: use 'include:' rules instead of custom syntax
2015-05-16, by Durham Goode
match: add 'include:' syntax
2015-05-16, by Durham Goode
match: add optional warn argument
2015-05-18, by Durham Goode
match: add source to kindpats list
2015-05-16, by Durham Goode
check-code: reintroduce str.format() ban for 3.x porting
2015-05-19, by Matt Mackall
util: drop the 'unpacker' helper
2015-05-18, by Pierre-Yves David
MBTextWrapper: drop dedicated __init__ method
2015-05-18, by Pierre-Yves David
util: drop the compatibility with Python 2.4 unpacker
2015-05-18, by Pierre-Yves David
tests: just use 'response.reason'
2015-05-18, by Pierre-Yves David
url: drop awful hack around bug in Python 2.4
2015-05-18, by Pierre-Yves David
httpconnection: drop Python 2.4 specify hack
2015-05-18, by Pierre-Yves David
mail: drop explicit mail import required by Python 2.4
2015-05-18, by Pierre-Yves David
windows: drop Python2.4 specific hack for directory not found handling
2015-05-18, by Pierre-Yves David
notify: drop import required by Python 2.4
2015-05-18, by Pierre-Yves David
patchbomb: stop explicit import required by Python 2.4
2015-05-18, by Pierre-Yves David
pager: drop python 2.4 hack around subprocess
2015-05-18, by Pierre-Yves David
check-code: drop ban of 'val if cond else otherval' construct
2015-05-18, by Pierre-Yves David
check-code: entirely drop the 'non-py24.py' file from the test
2015-05-18, by Pierre-Yves David
check-code: drop the 'format' built-in
2015-05-18, by Pierre-Yves David
check-code: drop ban of str.format
2015-05-18, by Pierre-Yves David
statichttprepo: remove wrong getattr ladder
2015-05-18, by Augie Fackler
merge with stable
2015-05-19, by Matt Mackall
match: explicitly naming a subrepo implies always() for the submatcher
stable
2015-05-17, by Matt Harbison
context: don't complain about a matcher's subrepo paths in changectx.walk()
stable
2015-05-17, by Matt Harbison
ssh: capture output with bundle2 again (issue4642)
stable
2015-05-18, by Pierre-Yves David
revset: optimize not public revset
2015-04-24, by Laurent Charignon
phases: add set per phase in C phase computation
2015-04-01, by Laurent Charignon
match: rename _fmap to _fileroots for clarity
2015-05-08, by Drew Gottlieb
match: remove unnecessary optimization where visitdir() returns 'all'
2015-05-06, by Drew Gottlieb
dispatch: add support for python-flamegraph[0] profiling
2015-04-16, by Augie Fackler
extensions: document that `testedwith = 'internal'` is special
2015-04-28, by Augie Fackler
treemanifest: cache directory logs and manifests
2015-04-10, by Martin von Zweigbergk
hook: drop dedicated catch for 'KeyboardInterrupt'
2015-05-18, by Pierre-Yves David
recover: catch any exception, not just Exception
2015-05-18, by Pierre-Yves David
exchange: catch down to BaseException when handling bundle2
2015-05-18, by Pierre-Yves David
bundle2: use BaseException in bundle2
2015-05-18, by Pierre-Yves David
check-code: drop ban of BaseException
2015-05-18, by Pierre-Yves David
wireproto: turn an 'except' into a 'finally' as suggest by the comment
2015-05-18, by Pierre-Yves David
check-code: drop the yield inside try/finally ban
2015-05-18, by Pierre-Yves David
run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)
2015-05-18, by Matt Harbison
tests: check import cycles in hgext/**.py, too
2015-05-18, by FUJIWARA Katsunori
import-checker: don't treat modules as relative one if not found
2015-05-18, by FUJIWARA Katsunori
import-checker: make imported_modules yield absolute dotted_name_of_path
2015-05-18, by FUJIWARA Katsunori
import-checker: add utility to examine what module is imported easily
2015-05-18, by FUJIWARA Katsunori
subrepo: further replacement of try/except with 'next'
2015-05-18, by Pierre-Yves David
parsers: use 'next' instead of try/except
2015-05-18, by Pierre-Yves David
dagparser: use 'next' instead of try/except for default value
2015-05-18, by Pierre-Yves David
getlogrevs: rewrite a loop to get read of try/except
2015-05-18, by Pierre-Yves David
_makelogrevset: replace try/except with 'next' usage
2015-05-18, by Pierre-Yves David
ignore: move readpatternfile to match.py
2015-05-16, by Durham Goode
ignore: rename readignorefile to readpatternfile
2015-05-16, by Durham Goode
ignore: combine readignorefile and _ignorefile
2015-05-16, by Durham Goode
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip