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
+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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip