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.
test-tag: test that all reserved names are rejected
2012-10-17, by Kevin Bullock
amend: do a bare kill of temporary changeset
2012-10-18, by Pierre-Yves David
amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
2012-10-18, by Pierre-Yves David
changelog: extract description cleaning logic in a dedicated function
2012-10-18, by Pierre-Yves David
bookmarks: replace code-redundant comment with something more useful
2012-10-18, by Adrian Buehlmann
bookmarks: remove another uneeded return
2012-10-18, by Adrian Buehlmann
update: remove unnecessary argument check
2012-05-05, by Kevin Bullock
grep: colorize all fields
2012-10-14, by Idan Kamara
test-grep: add a test for -l
2012-10-14, by Idan Kamara
clfilter: remove use of xrange in revset
2012-10-08, by Pierre-Yves David
largefile: use `self` in repo method instead of `repo`
2012-10-08, by Pierre-Yves David
test: use proper subclassing in `test-issue2137.t`.
2012-10-16, by Pierre-Yves David
run-tests: remove dead code for supporting old test scripts
2012-10-18, by Mads Kiilerich
run-tests: handle windows crlf in .py tests again
2012-10-18, by Mads Kiilerich
test-run-tests.t: fix wrong test case for cr handling on Windows
2012-10-18, by Mads Kiilerich
win32mbcs: add reversing wrapper for some unicode-incompatible functions.
2012-10-17, by Shun-ichi GOTO
convert: normalize paths in filemaps (issue3612)
2012-10-05, by Huayang
repair: use node to track post-strip bookmark target
2012-10-17, by Matt Mackall
keyword: move commands.inferrepo for code maintenance
2012-10-17, by Christian Ebert
largefiles: update lfutil.findoutgoing() discovery method
2012-10-08, by Matt Harbison
wireproto: fix pushkey hook failure and output on remote http repo
2012-10-15, by Wagner Bruna
phases: add a phase and phasestr method to file context
2012-10-16, by Sean Farley
bookmarks: simplify code
2012-10-17, by Kevin Bullock
bookmarks: abort when incompatible options are used (issue3663)
2012-10-17, by David Soria Parra
bookmarks: check bookmark format during rename (issue3662)
2012-10-17, by David Soria Parra
color: add additional changeset.phase label to log.changeset and log.parent
2012-10-16, by Sean Farley
http2: make it possible to connect w/o ssl on port 443
2012-10-16, by Augie Fackler
branchpoint: remove useless intermediate set creation
2012-10-15, by Pierre-Yves David
clfilter: use changelog to iterate over the repo in branchpoint
2012-10-15, by Pierre-Yves David
store: fncache may contain non-existent entries (fixes b9a56b816ff2)
2012-10-12, by Adrian Buehlmann
store: add new _exists helper function on fncachestore
2012-10-12, by Adrian Buehlmann
store: move __contains__() implementation from class fncache into fncachestore
2012-10-12, by Adrian Buehlmann
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9b
2012-10-12, by Adrian Buehlmann
perf: simply use repo.store for perffncache* commands
2012-10-12, by Adrian Buehlmann
test-subrepo-recursion.t: re-introduce glob to handle \ slashes on Windows
2012-10-14, by Mads Kiilerich
run-tests: make it possible to combine (esc) with (glob) and (re)
2012-10-14, by Mads Kiilerich
run-tests: alternative way of handling \r on Windows
2012-10-15, by Mads Kiilerich
obsolete: flip `obstore.successors` and `obsolete.precursors`
2012-10-16, by Pierre-Yves David
obsolete: add example of marker usage in the documentation
2012-10-14, by Pierre-Yves David
obsolete: cheap detection of nullid as successors
2012-10-15, by Pierre-Yves David
commands: don't infer repo for commands like update (issue2748)
2012-10-16, by Siddharth Agarwal
hgweb: make the escape filter remove null characters (issue2567)
2012-10-15, by Siddharth Agarwal
histedit: create obsolescence markers in deterministic order
2012-10-16, by Pierre-Yves David
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
2012-10-15, by David M. Carr
histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4
2012-10-16, by Thomas Arendsen Hein
vfs: use self.write to write symlink placeholders
2012-10-13, by Matt Mackall
histedit: do not use "min" on ctx
2012-10-14, by Pierre-Yves David
histedit: clean abort when there is nothing to edit
2012-10-14, by Pierre-Yves David
histedit: rename `revs` in `ctxs` inside the `between` function
2012-10-15, by Pierre-Yves David
test: fix invalid redirection for histedit text
2012-10-14, by Pierre-Yves David
vfs: backout fchmod change from 76b73ce0ffac
2012-10-13, by Matt Mackall
histedit: refuse to edit public changeset
2012-10-12, by Pierre-Yves David
histedit: ignores hidden revision when checking for orphaned nodes
2012-09-27, by Pierre-Yves David
histedit: simplify computation of edited set (issue3620)
2012-10-10, by Pierre-Yves David
histedit: add obsolete support
2012-09-27, by Pierre-Yves David
histedit: replace various nodes lists with replacement graph (and issue3582)
2012-10-11, by Pierre-Yves David
merge with durin42
2012-10-12, by Matt Mackall
clone: update to @ bookmark if it exists
2012-03-21, by Kevin Bullock
templatefilters: avoid traceback caused by bogus date input (issue3344)
2012-08-10, by Christian Ebert
notify: support revset selection for subscriptions
2012-08-13, by Michal Sznajder
revsets: add branchpoint() function
2012-08-13, by Ivan Andrus
vfs: use fchmod for _fixfilemode
2012-10-11, by Matt Mackall
tests: correctly report a test killed by a signal
2012-10-11, by Bryan O'Sullivan
histedit: update bookmark movement notice
2012-10-10, by Pierre-Yves David
histedit: simplify computation of `newchildren` during --continue
2012-10-10, by Pierre-Yves David
test-fncache: enable for Windows
2012-10-03, by Adrian Buehlmann
store: invoke "osutil.listdir()" via vfs
2012-10-09, by FUJIWARA Katsunori
log: speed up hg log for untracked files (issue1340)
2012-09-13, by smuralid
store: add a contains method to fncachestore
2012-09-13, by smuralid
store: add a contains method to basicstore
2012-09-13, by smuralid
tests: drop filtercr.py and use the very explicit '\r (no-eol) (esc)' markup
2012-10-10, by Mads Kiilerich
run-tests: allow test output lines to be terminated with \r in addition to \n
2012-09-26, by Mads Kiilerich
run-tests: use more explicit criteria for detecting no-eol
2012-10-10, by Mads Kiilerich
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip