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.
rename util.set_hgexecutable to _sethgexecutable
2011-05-06, by Adrian Buehlmann
rename util.main_is_frozen to mainfrozen
2011-05-06, by Adrian Buehlmann
scmutil: rename local function _add_dir_if_not_there
2011-05-06, by Adrian Buehlmann
rename scmutil.user_rcpath to userrcpath
2011-05-06, by Adrian Buehlmann
rename scmutil.system_rcpath to systemrcpath
2011-05-06, by Adrian Buehlmann
rename scmutil.os_rcpath to osrcpath
2011-05-06, by Adrian Buehlmann
merge with stable
2011-05-06, by Matt Mackall
merge with crew
2011-05-06, by Matt Mackall
merge with stable
2011-05-06, by Martin Geisler
rename path_auditor to pathauditor
2011-05-06, by Adrian Buehlmann
revlog: use real Booleans instead of 0/1 in nodesbetween
2011-05-06, by Martin Geisler
patch: fix clash between local variable and exception instance
2011-05-06, by Martin Geisler
patchfile: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
annotate: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
hbisect: use real Booleans instead of 0/1
2011-05-06, by Martin Geisler
summary: run discovery only once for in/out against same repo
2011-05-06, by Peter Arrenbrecht
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
2011-05-06, by Peter Arrenbrecht
transplant: remove unneeded loop over repo in revset
2011-05-06, by Idan Kamara
transplant: fix revset doc
stable
2011-05-06, by Idan Kamara
mq: add a 'mq()' revset predicate that returns applied mq csets
2011-05-06, by Idan Kamara
pyflakes: ignore files marked no-check-code
2011-05-06, by Augie Fackler
revlog: compute correct deltaparent in the deltaparent function
2011-05-05, by Sune Foldager
changelog: fixes leaked file handle
2011-05-05, by Zachary Gramana
setdiscovery: limit lines to 80 characters
2011-05-05, by Steven Brown
subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795)
stable
2011-05-05, by Thomas Arendsen Hein
sslutil: extracted ssl methods from httpsconnection in url.py
2011-05-04, by Augie Fackler
check-code: fix checking for sh style in .t tests
2011-05-06, by Mads Kiilerich
run-tests: add --shell command line flag
2011-05-05, by Martin Geisler
run-tests: use type of default to convert environment variable
2011-05-05, by Martin Geisler
test-treediscovery: fix escaping for both dash and bash
2011-05-05, by Martin Geisler
treediscovery: fix regression when run against older repos (issue2793)
2011-05-05, by Peter Arrenbrecht
commands: use util.Abort's hint some more
2011-05-05, by Martin Geisler
commands: use double-quotes for strings with single-quotes
2011-05-05, by Martin Geisler
revlog: remove support for punched/shallow
2011-05-05, by Sune Foldager
revlog: remove support for parentdelta
2011-05-05, by Sune Foldager
store: break up reference cycle introduced in 9cbff8a39a2a
2011-05-04, by Adrian Buehlmann
test-https.t: clean up superfluous trailing whitespace
2011-05-04, by Augie Fackler
run-tests.py: correctly handle list options with parallel tasks
2011-05-04, by Augie Fackler
mq: don't suggest to refresh when qpushing with no applied patches
2011-05-04, by Idan Kamara
bundlerepo: fix closing and docstring of getremotechanges
2011-05-04, by Peter Arrenbrecht
bookmarks: allow deactivating current bookmark with -i
2011-05-04, by Kevin Bullock
bookmarks: allow to create/move bookmark without making it current (issue2788)
2010-12-11, by Kevin Bullock
tests: test subrepos with ssh urls
2011-05-05, by Mads Kiilerich
tests: share dummyssh
2011-05-05, by Mads Kiilerich
tests: fix test-ssh.t after 6bd9778ae749
2011-05-05, by Mads Kiilerich
fix errors reported by pyflakes test
2011-05-04, by Sune Foldager
merge with crew
2011-05-04, by Matt Mackall
tests: fix deprecated use of hg debugdata/debugindex
2011-05-04, by Sune Foldager
merge with stable
2011-05-03, by Matt Mackall
merge with crew
2011-05-03, by Matt Mackall
hgext: fixup a couple missed file().read() instances
2011-05-03, by Matt Mackall
test-casecollision.t: add test for case changing rename
2011-05-03, by Adrian Buehlmann
convert: fix error in git solaris code
2011-05-01, by timeless
test: add pyflakes checking for unable to detect undefined names
2011-05-01, by timeless
tests: add pyflakes checking for assigned to but never used
2011-05-01, by timeless
remove unused variables
2011-05-01, by timeless
test-pyflake: improve sorting algorithm
2011-05-01, by timeless
add make check: tests rule
2011-05-02, by Johan Euphrosine
ui: add configint function and tests
2011-05-03, by Sune Foldager
mq: strip extra whitespace from node ids in header (issue2790)
stable
2011-05-03, by Kevin Bullock
check-code: disallow calling opener(...).read() and opener(..).write()
2011-05-02, by Dan Villiom Podlaski Christiansen
prevent transient leaks of file handle by using new helper functions
2011-05-02, by Dan Villiom Podlaski Christiansen
util & scmutil: adapt read/write helpers as request by mpm
2011-05-02, by Dan Villiom Podlaski Christiansen
store: use a subclass, not a function for fncacheopener
2011-05-02, by Dan Villiom Podlaski Christiansen
util.termwidth: never return 0 for terminal width
2011-04-18, by jfh
discovery: add new set-based discovery
2011-05-02, by Peter Arrenbrecht
debugbuilddag: use memctx for speed
2011-05-02, by Peter Arrenbrecht
localrepo: reuse parent manifest in commitctx if no files have changed
2011-05-02, by Peter Arrenbrecht
bundlerepo: fix and improve getremotechanges
2011-05-02, by Peter Arrenbrecht
hgrc.5: mention new 'case collision' handling for ui.portablefilenames
2011-05-02, by Adrian Buehlmann
win32: remove obsolete bookmarks and parentrevspec extensions from mercurial.ini
2011-05-01, by Pascal Quantin
bundlerepo: drop struct
2011-05-01, by Matt Mackall
bisect: fix indent level
2011-05-02, by Yuya Nishihara
share: create 'hgrc' using an opener, like clone
2011-05-01, by Dan Villiom Podlaski Christiansen
backout 3a3584967a93 - the "unreachable code" was apparently not unreachable
2011-05-01, by Mads Kiilerich
merge with mpm
2011-05-01, by Sune Foldager
revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)
2011-05-01, by Mads Kiilerich
convert: handle invalid subversion source paths
2011-05-01, by Mads Kiilerich
convert: also catch missing revlogs when introduced in repo roots
2011-05-01, by Mads Kiilerich
status: remove unreachable code for status between revisions
2011-02-24, by Mads Kiilerich
httprepo: proper handling of invalid responses without content-type (issue2019)
2011-03-07, by Mads Kiilerich
httprepo: use the original exception after falling back to static-http failed
2011-03-07, by Mads Kiilerich
test: test that backslash is preserved by the url class
2011-05-01, by Mads Kiilerich
tests: use raw string for url tests of '\' handling
2011-05-01, by Mads Kiilerich
color: fix using multiple effects
2011-05-01, by Dan Villiom Podlaski Christiansen
unbundler: separate delta and header parsing
2011-04-30, by Benoit Boissinot
changegroup: new bundler API
2011-04-30, by Benoit Boissinot
bundlerepo: port to new bundle API
2011-04-30, by Benoit Boissinot
bundler: make parsechunk return the base revision of the delta
2011-04-30, by Benoit Boissinot
tests: add pyflakes checking for unused imports
2011-05-01, by timeless
remove unused imports
2011-05-01, by timeless
scmutil: introduce casecollisionauditor
2011-04-30, by Adrian Buehlmann
check-code: check for repo in revlog and ui in util
2011-05-01, by timeless
check-code: allow for checking multiple pattern sets per file
2011-05-01, by timeless
check-code: adding debug flag
2011-05-01, by timeless
run-tests: add flag to provide extra hgrc options for test runs
2011-05-01, by Augie Fackler
graphlog: always sort revisions topologically
2011-05-01, by Patrick Mezard
graphlog: take the union of --rev specs instead of the intersection
2011-05-01, by Patrick Mezard
graphmod: correctly emit nodes with more than 2 predecessors
2011-05-01, by Patrick Mezard
graphlog: display nodes with more than 2 predecessors
2011-05-01, by Patrick Mezard
context: provide an efficient iterator for workingctx
2011-05-01, by Matt Mackall
merge with stable
2011-05-01, by Matt Mackall
merge with nicdumz
2011-05-01, by Matt Mackall
tests: export patches only once in test-impexp-branch
2011-05-01, by Nicolas Dumazet
tests: do not export several times the same patch/diff in test-import
2011-04-30, by Nicolas Dumazet
tests: move rebase-keep-branch into rebase-named-branches
2011-04-30, by Nicolas Dumazet
tests: move testcase from rebase-named-branches to rebase-parameters
2011-04-30, by Nicolas Dumazet
tests: change test-rebase-parameters to use bundle/rebase.hg
2011-04-30, by Nicolas Dumazet
tests: change test-rebase-detach to use bundle/rebase.hg
2011-04-30, by Nicolas Dumazet
tests: simplify test-rebase-named-branches
2011-04-30, by Nicolas Dumazet
tests: upgrade bundles/rebase.hg to support test-rebase-collapse
2011-04-30, by Nicolas Dumazet
tests: introduce a rebase bundle to use with rebase tests
2011-04-30, by Nicolas Dumazet
tests: create a bundle to bootstrap tests using a remote repository
2011-04-30, by Nicolas Dumazet
tests: move test bundles in a bundles/ subdirectory
2011-04-30, by Nicolas Dumazet
tests: move test-issue436 in test-dispatch where fancyopts is tested
2011-04-30, by Nicolas Dumazet
tests: remove test-issue433 as it's covered by test-parents
2011-04-30, by Nicolas Dumazet
tests: remove executable bits from unified tests
2011-04-30, by Nicolas Dumazet
tests: remove test-issue322 as it's fully included in test-issue660
2011-04-30, by Nicolas Dumazet
Added signature for changeset 3cb1e95676ad
stable
2011-05-01, by Matt Mackall
Added tag 1.8.3 for changeset 3cb1e95676ad
stable
2011-05-01, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip