Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
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.
histedit: move makedesc function near other rules related function
2012-09-21, by Pierre-Yves David
histedit: move `between function` outside the action logic
2012-09-21, by Pierre-Yves David
histedit document the makedest function
2012-09-21, by Pierre-Yves David
histedit: documents the between function
2012-09-21, by Pierre-Yves David
templatefilters: add parameterized date method
2012-09-24, by Matt Mackall
templatefilters: add parameterized fill function
2012-09-24, by Matt Mackall
templater: pull in functions defined in templatefilters
2012-09-24, by Matt Mackall
templater: add if/ifeq conditionals
2012-09-24, by Matt Mackall
templater: add sub() function
2012-09-24, by Matt Mackall
templater: correctly deal with r"" strings
2012-09-24, by Matt Mackall
template: add join function
2012-09-22, by Matt Mackall
templater: factor out runtemplate method
2012-09-22, by Matt Mackall
templating: make new-style templating features work with command line lists
2012-09-21, by Matt Mackall
formatter: improve implementation of data method
2012-09-20, by David M. Carr
Merge with crew-stable
2012-09-19, by Bryan O'Sullivan
archival: add "extended-timestamp" extra block for zip archives (issue3600)
stable
2012-09-18, by FUJIWARA Katsunori
bookmarks: use "changectx.descendant()" for efficient descendant examination
2012-09-18, by FUJIWARA Katsunori
context: add "descendant()" to changectx for efficient descendant examination
2012-09-18, by FUJIWARA Katsunori
bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"
2012-09-18, by FUJIWARA Katsunori
store: add a fallback _pathencode Python function
2012-09-19, by Adrian Buehlmann
store: move _plainhybridencode and _dothybridencode higher up in the file
2012-09-19, by Adrian Buehlmann
test-hybridencode: use store._dothybridencode(s)
2012-09-19, by Adrian Buehlmann
store: fix _hashencode call in _dothybridencode
2012-09-19, by Adrian Buehlmann
check-code: catch yield inside try/finally (with tests)
2012-09-19, by Thomas Arendsen Hein
Merge with mpm
2012-09-18, by Bryan O'Sullivan
store: use native fncache encoding function if available
2012-09-18, by Bryan O'Sullivan
tests: run test-hybridencode.py over both Python and C encoders
2012-09-18, by Bryan O'Sullivan
store: implement fncache basic path encoding in C
2012-09-18, by Bryan O'Sullivan
rebase: ensure rebase does not revive extinct revision
2012-09-18, by Pierre-Yves David
rebase: remove useless list around repo.revs
2012-09-18, by Pierre-Yves David
rebase: properly handle --collapse when creating obsolescence marker
2012-09-18, by Pierre-Yves David
rebase: allow creation obsolescence relation instead of stripping
2012-09-18, by Pierre-Yves David
rebase: extract final changesets cleanup logic in a dedicated function
2012-09-18, by Pierre-Yves David
store: refactor hashed encoding into its own function
2012-09-18, by Bryan O'Sullivan
store: reuse direncoded path in _hybridencode
2012-09-18, by Adrian Buehlmann
store: extract functions _encodefname and _decodefname
2012-09-18, by Adrian Buehlmann
store: use fast C implementation of encodedir() if it's available
2012-09-18, by Adrian Buehlmann
pathencode: new C module with fast encodedir() function
2012-09-18, by Adrian Buehlmann
store: add multiline doctest case for encodedir()
2012-09-18, by Adrian Buehlmann
store: optimize fncache._load a bit by dirdecoding the contents in one go
2012-09-17, by Adrian Buehlmann
wireproto: workaround for yield inside try/finally incompatible with python2.4
2012-09-18, by Thomas Arendsen Hein
merge with stable
2012-09-18, by Matt Mackall
largefiles: delegate to the wrapped clone command
stable
2012-09-09, by Matt Harbison
largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command
stable
2012-09-09, by Matt Harbison
largefiles: restore caching of largefiles with 'clone -U --all-largefiles'
stable
2012-09-09, by Matt Harbison
largefiles: restore normal 'clone -u' and 'clone -U' functionality
stable
2012-09-08, by Matt Harbison
formatter: add base implementation of data method
2012-09-15, by David M. Carr
merge with stable
2012-09-18, by Thomas Arendsen Hein
merge with main
2012-09-18, by Thomas Arendsen Hein
largefiles: fix trailing spaces in test-largefiles.t
stable
2012-09-18, by Thomas Arendsen Hein
test-hybridencode: add a case for direncode
2012-09-16, by Adrian Buehlmann
store: optimize fncache._write by direncoding the contents in one go
2012-09-17, by Adrian Buehlmann
store: move encode lambda logic into fncachestore
2012-09-16, by Adrian Buehlmann
store: eliminate one level of lambda functions on _hybridencode
2012-09-16, by Adrian Buehlmann
store: parameter path of _auxencode is now a list of strings
2012-09-16, by Adrian Buehlmann
store: keep an accumulated length for the shorted dirs in _hybridencode
2012-09-16, by Adrian Buehlmann
store: reorder basename assignment in _hybridencode
2012-09-16, by Adrian Buehlmann
store: remove uneeded startswith('data/') checks in encodedir() and decodedir()
2012-09-15, by Adrian Buehlmann
store: remove uneeded startswith('data/') check in _hybridencode()
2012-09-15, by Adrian Buehlmann
store: refactor splitting off of "data/" in _hybridencode()
2012-09-15, by Adrian Buehlmann
merge with stable
2012-09-17, by Matt Mackall
merge with crew
stable
2012-09-17, by Matt Mackall
Merge with stable
2012-09-17, by Patrick Mezard
hgweb: fix incorrect graph padding calculation (issue3626)
stable
2012-09-17, by Tim Delaney
largefiles: preserve the exit status of the forget command
stable
2012-09-05, by Matt Harbison
largefiles: preserve the exit status of the rebase command
stable
2012-09-05, by Matt Harbison
largefiles: preserve the exit status of the log command
stable
2012-09-05, by Matt Harbison
largefiles: exit from remove with 1 on warnings
stable
2012-09-09, by Matt Harbison
largefiles: preserve exit code from outgoing command (issue3611)
stable
2012-09-05, by Matt Harbison
store: let _auxencode() return the list of path segments
2012-09-15, by Adrian Buehlmann
store: eliminate unneded last assignment to n in _auxencode()
2012-09-15, by Adrian Buehlmann
store: unindent most of the contents of the for loop in _auxencode()
2012-09-15, by Adrian Buehlmann
store: optimize _auxencode() by assigning to the list elements of the path
2012-09-15, by Adrian Buehlmann
store: optimze _auxencode() a bit by grouping the reserved names by length
2012-09-15, by Adrian Buehlmann
store: explain "aux.foo" versus "foo.aux" in doc of _auxencode()
2012-09-15, by Adrian Buehlmann
store: add 'com0' and 'lpt0' doctest cases for _auxencode()
2012-09-15, by Adrian Buehlmann
wireproto: fix check-code.py breakage introduced by 6d97dd630d79
2012-09-15, by Patrick Mezard
record: fix display of non-ASCII names in chunk selection
2012-09-15, by Nikolaj Sjujskij
tests: enable even more Windows server tests
2012-09-14, by Patrick Mezard
test-obsolete-checkheads: fix on windows
2012-09-14, by Patrick Mezard
sshserver: avoid a multi-dot attribute lookup in a hot loop
2012-09-14, by Bryan O'Sullivan
store: reduce string concatenation when joining
2012-09-14, by Bryan O'Sullivan
scmutil: use the new faster path split
2012-09-14, by Bryan O'Sullivan
util: implement a faster os.path.split for posix systems
2012-09-14, by Bryan O'Sullivan
scmutil: make join cheaper
2012-09-14, by Bryan O'Sullivan
wireproto: don't format a debug string inside a hot loop
2012-09-14, by Bryan O'Sullivan
wireproto: bypass filechunkiter for small files when streaming
2012-09-14, by Bryan O'Sullivan
wireproto: don't audit local paths during stream_out
2012-09-14, by Bryan O'Sullivan
scmutil: delegate mustaudit property to the real opener
2012-09-14, by Bryan O'Sullivan
scmutil: turn opener._audit into a property, mustaudit
2012-09-14, by Bryan O'Sullivan
perf: add perffncacheencode
2012-09-14, by Adrian Buehlmann
Merge with mpm
2012-09-13, by Bryan O'Sullivan
bookmark: take successors into account when updating (issue3561)
2012-08-26, by Pierre-Yves David
bookmarks: extract valid destination logic in a dedicated function
2012-08-26, by Pierre-Yves David
checkheads: don't warn about unsynced changes that we ill obsolete
2012-08-26, by Pierre-Yves David
checkheads: check successors for new heads in both missing and common
2012-08-26, by Pierre-Yves David
checkheads: attend to phases when computing new heads with obsolete
2012-08-24, by Pierre-Yves David
test: add testing of checkheads behavior with obsolete
2012-08-01, by Pierre-Yves David
merge with stable
2012-09-13, by Matt Mackall
i18n-pt_BR: synchronized with f5e86b416e05
stable
2012-09-11, by Wagner Bruna
merge with i18n
stable
2012-09-11, by Wagner Bruna
i18n-de: Remove unused sprintf parameter
stable
2012-09-10, by Martin Schröder
tests: unset variable HG if it is set
2012-07-28, by Simon Heimberg
test-hybridencode: a few more cases
2012-09-13, by Adrian Buehlmann
tests: enable more server tests on Windows
2012-09-12, by Patrick Mezard
test-static-http.t: enable on Windows
2012-09-12, by Patrick Mezard
Merge spelling fixes
2012-09-11, by Bryan O'Sullivan
spelling: requested
2012-08-17, by timeless
en-us: serialization
2012-08-17, by timeless
en-us: recognized
2012-08-17, by timeless
en-us: penalize
2012-08-17, by timeless
en-us: initialization
2012-08-17, by timeless
en-us: Initialize
2012-08-17, by timeless
grammar: it-handles
2012-08-17, by timeless
grammar: rolled-back
2012-08-17, by timeless
grammar: just-the-heads
2012-08-17, by timeless
spelling: value
2012-08-17, by timeless
spelling: update
2012-08-17, by timeless
spelling: transferred
2012-08-17, by timeless
spelling: transaction
2012-08-17, by timeless
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip