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.
tests: actualize the comment in test-hgweb-descend-empties.t
2015-05-30, by Anton Shestakov
revset: add fast path for _list() of integer revisions
2015-05-17, by Yuya Nishihara
revset: optimize 'or' operation of trivial revisions to a list
2015-05-17, by Yuya Nishihara
revset: make "null" able to appear in internal _list() expression
2015-05-29, by Yuya Nishihara
revset: make internal _list() expression remove duplicated revisions
2015-05-24, by Yuya Nishihara
repair: use _hexlist() to build revset expression from binary nodes
2015-05-24, by Yuya Nishihara
listkey: display the size of the listkey payload in a debug message
2015-05-28, by Pierre-Yves David
ssh: test some no-op pull through ssh with --debug
2015-05-29, by Pierre-Yves David
subrepo: detect issue3781 case earlier so it apply to bundle2
2015-05-27, by Pierre-Yves David
bundle2: hide bundle2 stream debug under a config flag
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output regarding processed interruption
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output regarding processed part payload
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output regarding processed part
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output at the end of bundle processing
2015-05-27, by Pierre-Yves David
bundle2: add generic debug output regarding processed bundle
2015-05-27, by Pierre-Yves David
histedit: fix keep during --continue
stable
2015-05-28, by Durham Goode
dispatch: disable demandimport for the --debugger option
2015-05-28, by Jordi Gutiérrez Hermoso
hooks: replace if-try-finally with a "with" statement
2015-05-28, by Jordi Gutiérrez Hermoso
demandimport: define a `deactivated` context manager
2015-05-28, by Jordi Gutiérrez Hermoso
largefiles: drop the unused lfcommands._addchangeset()
2015-05-28, by Matt Harbison
largefiles: use the convert extension for 'lfconvert --to-normal'
2015-05-28, by Matt Harbison
bundle2: add generic debug output regarding generated interruption
2015-05-27, by Pierre-Yves David
bundle2: add generic debug output regarding generated parts
2015-05-27, by Pierre-Yves David
bundle2: add generic debug output regarding generated bundle
2015-05-27, by Pierre-Yves David
bundle2: add debug output for part generation
2015-05-27, by Pierre-Yves David
bundle2: handle new line in 'indebug' function
2015-05-26, by Pierre-Yves David
bundle2: prefix all unbundling debug message with 'bundle2-input:'
2015-05-26, by Pierre-Yves David
bundle2: introduce a specific function for debug messages while unbundling
2015-05-26, by Pierre-Yves David
bundle2: add an informative comment to the capability dict
2015-05-28, by Pierre-Yves David
merge with stable
2015-05-28, by Matt Mackall
bundle2: handle new line in 'outdebug' function
2015-05-26, by Pierre-Yves David
bundle2: prefix all bundling debug messages with 'bundle2-ouput:'
2015-05-26, by Pierre-Yves David
bundle2: introduce a specific function for bundling debug message
2015-05-26, by Pierre-Yves David
parsers: simplify the code computing the phases
2015-05-27, by Laurent Charignon
parsers: move index_get_parents's declaration higher
2015-05-27, by Laurent Charignon
record: add an operation arguments to customize recording ui
2015-05-27, by Laurent Charignon
revset: reduce nesting of chained 'or' operations (issue4624)
2015-04-26, by Yuya Nishihara
revset: add helper to build balanced addsets from chained 'or' operations
2015-05-24, by Yuya Nishihara
revset: comment that we can't swap 'or' operands by weight
2015-04-26, by Yuya Nishihara
parser: add helper to reduce nesting of chained infix operations
2015-04-26, by Yuya Nishihara
convert: properly pass null ids through .hgtags (issue4678)
stable
2015-05-27, by Matt Mackall
commit: improve --close-branch documentation
2015-05-27, by Matt Mackall
patch: add 'extra' argument to makememctx
2015-05-22, by Laurent Charignon
merge with stable
2015-05-27, by Matt Mackall
match: normpath the ignore source when expanding the 'subinclude' kind
2015-05-27, by Matt Harbison
repair: forbid strip from inside a transaction
2015-05-23, by Pierre-Yves David
test-treemanifest: add globs for Windows
2015-05-27, by Matt Harbison
test-revert-interactive: don't escape the $ for $TESTTMP
2015-05-27, by Matt Harbison
changelog: fix bug in heads computation
2015-05-26, by Laurent Charignon
changelog: change input type of index_get_parents
2015-05-26, by Laurent Charignon
branch: don't warn about branches if repository has multiple branches already
2015-05-22, by Matt Mackall
transaction: really fix _addbackupentry key usage (issue4684)
stable
2015-05-26, by Pierre-Yves David
largefiles: avoid match.files() in conditions
2015-05-19, by Martin von Zweigbergk
largefiles: pass in whole matcher to getstandinmatcher()
2015-05-26, by Martin von Zweigbergk
largefiles: drop unused 'pats' parameter from getstandinmatcher()
2015-05-26, by Martin von Zweigbergk
devel: rename 'all' to 'all-warnings' (BC)
2015-05-26, by Pierre-Yves David
merge with stable
2015-05-26, by Matt Mackall
copies: document hack for adding '' to set of dirs
2015-05-22, by Martin von Zweigbergk
test-revset: update test that isn't broken on default branch
2015-05-26, by Yuya Nishihara
pathutil: demote two local functions to just be forwards
2015-05-26, by Augie Fackler
pathutil: restate dirname and join as forwards to posixpath
2015-05-26, by Augie Fackler
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip