Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+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.
branchcache: fetch source branchcache during clone (issue3378)
2012-10-03, by Tomasz Kleczek
run-tests: drop unused enumerate
2012-10-10, by Mads Kiilerich
spelling: fix minor spell checker issues
2012-10-10, by Mads Kiilerich
test-dirstate: remove test with date larger than 32 bit
2012-10-09, by Thomas Arendsen Hein
merge with crew-stable
2012-10-09, by Thomas Arendsen Hein
bookmarks: deactivate current bookmark if no name is given
stable
2012-10-08, by Kevin Bullock
contrib: add a commit synthesizer for reproducing scaling problems
2012-10-08, by Bryan O'Sullivan
dirstate: handle large dates and times with masking (issue2608)
2012-10-08, by Matt Mackall
exewrapper: adapt for legacy HackableMercurial
2012-08-07, by Adrian Buehlmann
store: restore getsize method
2012-10-08, by Matt Mackall
mq: update bookmarks during qrefresh
2012-10-01, by David Soria Parra
templater: drop redundant return in _flatten
2012-10-08, by Matt Mackall
store: invoke "os.path.isdir()" via vfs
2012-10-09, by FUJIWARA Katsunori
store: replace invocation of "getsize()" by "vfs.stat()"
2012-10-09, by FUJIWARA Katsunori
store: invoke "os.stat()" for "createmode" initialization via vfs
2012-10-09, by FUJIWARA Katsunori
vfs: define "join()" in each classes derived from "abstractvfs"
2012-10-09, by FUJIWARA Katsunori
store: initialize vfs field first to use it for initialization of others
2012-10-09, by FUJIWARA Katsunori
scmutil: reorder newly added functions for vfs support in dictionary order
2012-10-09, by FUJIWARA Katsunori
store: rename field name from "opener" to "vfs" in internal classes for fncache
2012-10-09, by FUJIWARA Katsunori
store: rename argument name from "op"(ener) to "vfs"
2012-10-09, by FUJIWARA Katsunori
verify: rename "hasmanifest" variable for source code readability
2012-10-04, by FUJIWARA Katsunori
verify: use appropriate local variable in "checkentry()"
2012-10-04, by FUJIWARA Katsunori
verify: use appropriate node information to show verification error
2012-10-04, by FUJIWARA Katsunori
help: add information about recovery from corruption to help of "verify"
2012-10-04, by FUJIWARA Katsunori
hidden: remove tags use in hidden computation
2012-09-03, by Pierre-Yves David
clfilter: do not use tags cache if there are filtered changesets
2012-09-03, by Pierre-Yves David
clfilter: do not use branchmap cache if there are filtered changesets
2012-09-03, by Pierre-Yves David
Merge
2012-10-08, by Bryan O'Sullivan
fancyopts: don't show a traceback on invalid integer values
2012-10-08, by Idan Kamara
check-code: replace heredocs in unified tests
2012-10-03, by Idan Kamara
test-fncache: test reserved / long paths
2012-09-19, by Adrian Buehlmann
setup: calculate version more correctly
2012-10-05, by Bryan O'Sullivan
mq: improve qqueue message with patches applied (issue3036)
2012-10-04, by Bryan O'Sullivan
subrepo, hghave: use "svn --version --quiet" to determine version number
2012-10-04, by Thomas Arendsen Hein
merge with crew-stable
2012-10-04, by Thomas Arendsen Hein
subrepo: setting LC_MESSAGES only works if LC_ALL is empty or unset
stable
2012-10-04, by Thomas Arendsen Hein
merge with crew-stable
2012-10-04, by Thomas Arendsen Hein
clone: activate bookmark specified with --updaterev
stable
2012-10-02, by Thomas Arendsen Hein
Merge with crew-stable
2012-10-02, by Bryan O'Sullivan
Merge
2012-10-02, by Bryan O'Sullivan
keepalive: drop python 2.2 legacy code
2012-10-02, by Bryan O'Sullivan
pathencode: change isset name to avoid name collision
2012-09-30, by André Sintzoff
Added signature for changeset b3f0f9a39c4e
stable
2012-10-01, by Matt Mackall
Added tag 2.3.2 for changeset b3f0f9a39c4e
stable
2012-10-01, by Matt Mackall
merge with i18n
stable
2.3.2
2012-10-01, by Matt Mackall
largefiles: download missing subrepo revs when archiving
stable
2012-09-23, by Matt Harbison
hgweb: change IE canvas test (issue3639)
2012-10-01, by Matt Mackall
store: optimize _pathencode by checking the length of the unencoded path
2012-09-30, by Adrian Buehlmann
pathencode: skip encoding if input is already longer than maxstorepathlen
2012-09-30, by Adrian Buehlmann
pathencode: simplify basicencode
2012-09-30, by Adrian Buehlmann
test-hybridencode: in practice, extensions aren't really unbound in length
2012-09-30, by Adrian Buehlmann
Merge
2012-10-01, by Patrick Mezard
histedit-test: clarify the reason of a failure
2012-09-27, by Pierre-Yves David
histedit-test: make test-fold more verbose
2012-09-24, by Pierre-Yves David
bookmarks: teach the -r option to use revsets
2012-10-01, by David Soria Parra
help: add example of paths other than default in hgrc
2012-09-29, by Juan Pablo Carbajal (desktop)
i18n-ja: synchronized with f36f11f2bfce
stable
2012-09-28, by FUJIWARA Katsunori
merge with stable
2012-09-29, by Matt Mackall
lock: fixed race condition in trylock/testlock (issue3506)
stable
2012-09-27, by Tomasz Kleczek
scmutil: backout 83785bb56062 (issue3643)
2012-09-29, by Matt Mackall
help: removing trailing spaces
2012-09-29, by Juan Pablo Carbajal (desktop)
Merge with stable
2012-09-29, by Patrick Mezard
test-largefiles.t: fix find quirk on OSX
stable
2012-09-29, by Patrick Mezard
clfilter: introduce `filteredrevs` attribute on changelog
2012-09-20, by Pierre-Yves David
clfilter: remove any explicit revision number from default cmdutil range
2012-09-03, by Pierre-Yves David
clfilter: remove usage of `range` in favor of iteration over changelog
2012-09-20, by Pierre-Yves David
clfilter: split `revlog.headrevs` C call from python code
2012-09-03, by Pierre-Yves David
clfilter: handle non contiguous iteration in `revlov.headrevs`
2012-09-03, by Pierre-Yves David
clfilter: make the revlog class responsible of all its iteration
2012-09-20, by Pierre-Yves David
clfilter: introduce a `hassecret` function
2012-09-03, by Pierre-Yves David
filter: `updatebranchcache` during `addchangegroup` instead of after lock
2012-09-03, by Pierre-Yves David
lock-checker: new contrib extension based on work done by Mads
2012-08-01, by Augie Fackler
resolve: commit the changes after each item resolve (issue3638)
2012-09-25, by Sergey Kishchenko
bookmarks: rename arguments/variables for source code readability
2012-09-22, by FUJIWARA Katsunori
histedit: move `continue` logic into a dedicated function
2012-09-27, by Pierre-Yves David
histedit: rename `tip` to `topmost`
2012-09-26, by Pierre-Yves David
histedit: factorise node stripping logic
2012-09-26, by Pierre-Yves David
histedit: extract bookmark logic in a dedicated function
2012-09-26, by Pierre-Yves David
histedit: remove all usages of hex[:12]
2012-09-26, by Pierre-Yves David
merge with stable
2012-09-27, by Matt Mackall
merge with i18n
stable
2012-09-27, by Matt Mackall
largefiles: enable islfilesrepo() prior to a commit (issue3541)
stable
2012-07-30, by Matt Harbison
largefiles: handle commit -A properly, after a --large commit (issue3542)
stable
2012-07-30, by Matt Harbison
i18n-ru: synchronized with 6e2ab601be3f
stable
2012-09-25, by Alexander Sauta
merge with i18n
stable
2012-09-25, by Alexander Sauta
i18n-ru: fix spelling of "unrecognized response" translation
stable
2012-09-14, by Nikolaj Sjujskij
localrepo: use "vfs" constructor/field for initialization around "store"
2012-08-31, by FUJIWARA Katsunori
store: initialize "vfs" fields by "vfs" constructors
2012-08-31, by FUJIWARA Katsunori
store: rename "op" variables to "vfs"
2012-08-31, by FUJIWARA Katsunori
store: rename "openertype" argument to "vfstype"
2012-08-31, by FUJIWARA Katsunori
localrepo: use "vfs" constructor instead of "opener" one
2012-08-31, by FUJIWARA Katsunori
scmutil: rename classes from "opener" to "vfs"
2012-08-31, by FUJIWARA Katsunori
doc: add the tool to check section marks in help documents
2012-08-13, by FUJIWARA Katsunori
histedit: replaces patching logic by merges
2012-09-21, by Pierre-Yves David
histedit-test: ensure that non commute test will never commute
2012-09-21, by Pierre-Yves David
histedit: display action being processed in debug mode
2012-09-21, by Pierre-Yves David
histedit: fold in memory
2012-09-21, by Pierre-Yves David
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
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
tip