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.
clfilter: introduce an "unfiltered" method on localrepo
2012-11-21, by Pierre-Yves David
clfilter: remove usage of `range` and `xrange` in scmutil.revrange
2012-11-20, by Pierre-Yves David
hgweb: display diff for a changeset against any parents (issue2810)
2012-11-12, by Weiwen
branch: add missing repo argument to checknewlabel
2012-11-29, by Tim Henigan
Merge with stable.
2012-11-29, by Augie Fackler
rebase: fix pull --rev options clashing with --rebase (issue3619)
stable
2012-11-29, by Pierre-Yves David
dirstate: remove obsolete comment from setbranch
2012-11-29, by Tim Henigan
merge with stable
2012-11-28, by Matt Mackall
tests: fix broken fix of test-phases output
stable
2012-11-28, by Matt Mackall
update: allow update to existing branches with invalid names (issue3710)
stable
2012-11-27, by Tim Henigan
commit: increase perf by building a new addlist instead of editing the old one
2012-11-19, by Durham Goode
template engine: convert generator-based iterator to list-based iterator
2012-11-28, by Weiwen
command: remove phase from the list of basic command
stable
2012-11-28, by Pierre-Yves David
merge with stable
2012-11-28, by Matt Mackall
phases: fix missing "error" module import (issue3707)
stable
2012-11-25, by André Sintzoff
test-mq-qrefresh: test that the patch at qtip is indeed empty
2012-11-08, by Adrian Buehlmann
tests: only call check-code once
2012-11-26, by Matt Mackall
ancestor: fix a comment (followup to 0b03454abae7)
2012-11-28, by Siddharth Agarwal
revlog: allow reverse iteration with revlog.revs
2012-11-21, by Pierre-Yves David
convert: add config option to use the local time zone
2012-11-18, by Julian Cowley
rebase: use revlog.findmissingrevs to compute detach set
2012-11-27, by Siddharth Agarwal
revlog: add rev-specific variant of findmissing
2012-11-26, by Siddharth Agarwal
revlog: switch findmissing to use ancestor.missingancestors
2012-11-26, by Siddharth Agarwal
ancestor: faster algorithm for difference of ancestor sets
2012-11-26, by Siddharth Agarwal
bisect: add example for limiting bisection to specified directories
2012-11-23, by Jordi Gutiérrez Hermoso
subrepo: use posixpath when diffing, for consistent paths
2012-11-27, by Bryan O'Sullivan
run-tests: fix an unnoticed check-code violation
2012-11-27, by Bryan O'Sullivan
run-tests: add a --compiler option
2012-11-27, by Bryan O'Sullivan
run-tests: make build command line less intimidating
2012-11-27, by Bryan O'Sullivan
hooks: be even more forgiven of non-fd descriptors (issue3711)
stable
2012-11-26, by Matt Mackall
hooks: delay I/O redirection until we actually run a hook (issue3711)
stable
2012-11-26, by Matt Mackall
util: make chunkbuffer non-quadratic on Windows
stable
2012-11-26, by Matt Mackall
revset: backed out changeset 54cedee86e51
stable
2012-11-26, by Matt Mackall
hgk: specify some colours explicitly in hex
2012-11-07, by Andrew Shadura
hgk: no committer please
2012-10-16, by Andrew Shadura
hgk: use Ttk instead of plain Tk
2012-10-16, by Andrew Shadura
check-code: move i18n check from warning to error
2012-11-25, by Matt Mackall
i18n: wrap false positives for translation detection
2012-11-25, by Matt Mackall
eol: don't refer to a random name-captured ui object
2012-11-20, by Bryan O'Sullivan
mq: don't refer to a random name-captured repo object
2012-11-20, by Bryan O'Sullivan
Merge with crew-stable
2012-11-20, by Bryan O'Sullivan
commit: increase perf by avoiding checks against entire repo subsets
stable
2012-11-16, by Durham Goode
commit: increase perf by avoiding unnecessary filteredrevs check
stable
2012-11-16, by Durham Goode
merge with crew-stable
2012-11-16, by Kevin Bullock
grep: remove useless while condition
stable
2012-11-15, by Kevin Bullock
merge with mpm
2012-11-16, by Kevin Bullock
test-pathencode: more aggressively check for python < 2.6
2012-11-15, by Bryan O'Sullivan
diff: move index header generation to patch
2012-11-15, by Guillermo Pérez
patch: make _addmodehdr a function under trydiff
2012-11-15, by Guillermo Pérez
diff: rewrite diffline
2012-11-15, by Guillermo Pérez
diff: swap and simplify diffline args
2012-11-15, by Guillermo Pérez
diff: change how quiet mode supresses diffline
2012-11-15, by Guillermo Pérez
diff: move diffline to patch module
2012-11-15, by Guillermo Pérez
diff: unify calls to diffline
2012-11-15, by Guillermo Pérez
diff: move b85diff to mdiff module
2012-11-06, by Guillermo Pérez
share: always set default path to work with subrepos (issue3518)
2012-10-27, by simon
vfs: optimize __call__ by not calling util.split for reads
2012-11-03, by Adrian Buehlmann
run-tests: backout 4a4173519b63
2012-11-14, by Matt Mackall
test-pathencode: make a 2.4-safe import of collections
2012-11-15, by Bryan O'Sullivan
tests: add a randomized test for pathencode
2012-11-15, by Bryan O'Sullivan
webcommands: allow hgweb's archive to recurse into subrepos
2012-10-29, by Jordi Gutiérrez Hermoso
Merge with crew-stable.
2012-11-13, by Augie Fackler
grep: don't search past the end of the searched string
stable
2012-11-12, by Idan Kamara
convert: fix a too-long line nag
2012-11-13, by Bryan O'Sullivan
convert: add support for converting git submodule (issue3528)
2012-10-29, by YaNan Xu
run-tests.py: remove runqueue's results parameter since it is now a global
2012-11-08, by Siddharth Agarwal
makefile: don't use system hgrc when running hg in-place
2012-11-13, by Bryan O'Sullivan
setup: print subprocess stderr if there is any
2012-11-13, by Bryan O'Sullivan
run-tests: open child-parent pipes in binary mode
2012-11-10, by Siddharth Agarwal
amend: force editor only if old message is reused (issue3698)
stable
2012-11-13, by Pierre-Yves David
grep: don't search past the end of the searched string
2012-11-12, by Idan Kamara
bookmarks: introduce a bmstore to manage bookmark persistence
2012-11-07, by Augie Fackler
run-tests: add --time option to log times for each test
2012-11-09, by Siddharth Agarwal
run-tests: remove resultslock since it serves no useful purpose
2012-11-09, by Siddharth Agarwal
run-tests: use pickle to send results from children to parent
2012-11-09, by Siddharth Agarwal
bookmark: remove useless line in `validdest`
2012-10-24, by Pierre-Yves David
bookmark: issue a single call to `allsuccessors` per loop
2012-10-24, by Pierre-Yves David
bookmark: simplify mutability check in `validdest`
2012-10-24, by Pierre-Yves David
Merge with stable
2012-11-07, by Bryan O'Sullivan
Merge with mpm
2012-11-06, by Bryan O'Sullivan
bundle: add revset expression to show bundle contents (issue3487)
2012-10-31, by Tomasz Kleczek
tags: add formatter support
2012-11-06, by Matt Mackall
manifest: add formatter support
2012-11-06, by Matt Mackall
status: use condwrite to avoid zero-width format string hack
2012-11-06, by Matt Mackall
formatter: add condwrite method
2012-11-03, by Matt Mackall
run-tests: skip unnecessary operations on the args in the child proces
2012-10-24, by Simon Heimberg
test-subrepo: adapt for Windows after 17c030014ddf
stable
2012-11-02, by Adrian Buehlmann
test-mq-qrefresh: adapt for Windows after 39b7052b217b
stable
2012-11-02, by Adrian Buehlmann
merge with stable
2012-11-01, by Matt Mackall
Added signature for changeset 195ad823b5d5
stable
2012-11-01, by Matt Mackall
Added tag 2.4 for changeset 195ad823b5d5
stable
2012-11-01, by Matt Mackall
tests: fix test for issue3581 for vfat on Linux
stable
2.4
2012-11-01, by Matt Mackall
filemerge: only run test for issue3581 on non-windows environments
stable
2012-10-30, by Keegan Carruthers-Smith
openpath: specify binary mode and use util.posixfile
stable
2012-11-01, by Adrian Buehlmann
i18n-pt_BR: synchronized with afa7e6fa820b
stable
2012-11-01, by Wagner Bruna
merge with i18n
stable
2012-10-31, by Matt Mackall
i18n-pt_BR: synchronized with 36ed69d4593d
stable
2012-10-31, by Wagner Bruna
i18n-ja: synchronized with 0188ddfa844e
stable
2012-10-31, by FUJIWARA Katsunori
subrepo: only do clean update when overwrite is set (issue3276)
stable
2012-10-24, by Simon Heimberg
i18n: change output of largefiles for summary to distinguish from one for outgoing
stable
2012-10-31, by FUJIWARA Katsunori
i18n: make column positioning message of MQ summary output translatable
stable
2012-10-31, by FUJIWARA Katsunori
i18n: add "i18n" comment to column positioning messages of "hg summary"
stable
2012-10-31, by FUJIWARA Katsunori
i18n: add "i18n" comment to column positioning messages of "hg log"
stable
2012-10-31, by FUJIWARA Katsunori
i18n: add "i18n" comment to error messages of template functions
stable
2012-10-31, by FUJIWARA Katsunori
icasefs: make case-folding collision detection as deletion aware (issue3648)
stable
2012-10-31, by FUJIWARA Katsunori
mq: fix qrefresh case sensitivity (issue3271)
stable
2012-10-30, by Durham Goode
url: use open and not url.open for local files (issue3624)
stable
2012-10-17, by Siddharth Agarwal
revset: accept @ in unquoted symbols (issue3686)
stable
2012-10-30, by Matt Mackall
filemerge: use util.shellquote when calling merge (issue3581)
stable
2012-10-26, by Keegan Carruthers-Smith
merge with i18n
stable
2012-10-30, by Matt Mackall
i18n-pt_BR: synchronized with 71c1513fd560
stable
2012-10-23, by Wagner Bruna
clone: show status "updating to bookmark @"
stable
2012-10-29, by Adrian Buehlmann
test-clone: fix directory level
stable
2012-10-28, by Adrian Buehlmann
patchbomb: -c is not an alias for the --confirm option
stable
2012-10-28, by Julian Cowley
dirstate: handle dangling junctions on windows (issue2579)
stable
2012-10-23, by Bryan O'Sullivan
largefiles: don't copy largefiles from working dir to the store while converting
stable
2012-10-23, by Matt Harbison
largefiles: respect the rev when reading standins in copytostore() (issue3630)
stable
2012-10-23, by Matt Harbison
subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904)
stable
2012-10-10, by Simon Heimberg
subrepo: more isolation, only use ui for hg.peer when there is no repo
stable
2012-10-04, by Simon Heimberg
peer: subrepo isolation, pass repo instead of repo.ui to hg.peer
stable
2012-07-28, by Simon Heimberg
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip