Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
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-clone.t: drop message about listing bookmarks with no hardlinks
stable
2014-10-27, by Matt Mackall
tests: don't try to test unix sockets on vfat
stable
2014-10-27, by Matt Mackall
tests: change obsolete timestamp to avoid "gmtime()" problem on Windows
stable
2014-10-28, by FUJIWARA Katsunori
tests: use "%HG_ARGS%" in shell alias on Windows instead of "$HG_ARGS"
stable
2014-10-28, by FUJIWARA Katsunori
tests: introduce "checkeditform-n-cat.sh" script to invoke "cat" in it safely
stable
2014-10-28, by FUJIWARA Katsunori
doc: change 'revision or range' to 'revision or revset'
stable
2014-10-24, by Jordi GutiƩrrez Hermoso
largefiles: add examination of exec bit in "hg status --rev REV" case
stable
2014-10-28, by FUJIWARA Katsunori
largefiles: ignore removal status of files not managed in the target context
stable
2014-10-28, by FUJIWARA Katsunori
changelog: use headrevsfiltered
stable
2014-10-26, by Mads Kiilerich
parsers: introduce headrevsfiltered in C extension
stable
2014-10-26, by Mads Kiilerich
httppeer: close the temporary bundle file after two-way streaming it
stable
2014-10-25, by Matt Harbison
status: make 'hg status --rev' faster when there are deleted files
stable
2014-10-24, by Martin von Zweigbergk
setdiscovery: limit the size of the initial sample (issue4411)
stable
2014-10-27, by Pierre-Yves David
setdiscovery: extract sample limitation in a `_limitsample` function
stable
2014-10-27, by Pierre-Yves David
exchange: don't report failure from identical bookmarks
stable
2014-10-24, by Gregory Szorc
bookmarks: explicitly track identical bookmarks
stable
2014-10-24, by Gregory Szorc
context.status: remove incorrect swapping of added/removed in workingctx
stable
2014-10-24, by Martin von Zweigbergk
keyword: use parent of working copy as base for status
stable
2014-10-23, by Martin von Zweigbergk
revset: avoid O(n) lookup of invalid revision in rev()
stable
2014-10-23, by Yuya Nishihara
run-tests: output diffs with only forward slashes
stable
2014-10-23, by Matt Mackall
i18n: add hint to digest mismatch message
stable
2014-10-23, by Wagner Bruna
help/config: fix typo
stable
2014-10-23, by Wagner Bruna
files: fix example list syntax
stable
2014-10-23, by Wagner Bruna
parsers: use 'k' format for Py_BuildValue instead of 'n' because Python 2.4
stable
2014-10-23, by Mads Kiilerich
rebase: improve base revset performance
stable
2014-10-20, by Durham Goode
amend: fix amending rename commit with diverged topologies (issue4405)
stable
2014-10-16, by Ryan McElroy
hgweb: disable SSLv3 serving (BC)
stable
2014-10-21, by Augie Fackler
sslutil: only support TLS (BC)
stable
2014-10-21, by Augie Fackler
eol: fix crash when handling removed files
stable
2014-10-22, by Mads Kiilerich
bundle2: transmit exception during part generation
stable
2014-10-15, by Pierre-Yves David
bundle2: add a interrupt mechanism
stable
2014-10-14, by Pierre-Yves David
transactions: change backupfiles format to use newlines
stable
2014-10-21, by Durham Goode
transactions: add version number to journal.backupfiles
stable
2014-10-21, by Durham Goode
transactions: fix hg recover with fncache backups
stable
2014-10-20, by Durham Goode
revset: have rev() drop out-of-range or filtered rev explicitly (issue4396)
stable
2014-10-19, by Yuya Nishihara
revset: avoid recalculating filesets
stable
2014-10-22, by Matt Mackall
tests: open file in binary mode to use POSIX end-of-line style anywhere
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" for l10n messages in test-clone.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" for l10n messages in test-largefiles-update.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" to paths in test-revset-outgoing.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" to paths in test-hgrc.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: add "(glob)" to paths in test-url-rev.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
tests: adjust expected prompt choice outputs in test-record.t for Windows
stable
2014-10-20, by FUJIWARA Katsunori
ui: separate option to show prompt echo, enabled only in tests (issue4417)
stable
2014-10-21, by Yuya Nishihara
Added signature for changeset 7f8d16af8cae
stable
2014-10-18, by Matt Mackall
Added tag 3.2-rc for changeset 7f8d16af8cae
stable
2014-10-18, by Matt Mackall
merge with i18n
stable
3.2-rc
2014-10-18, by Matt Mackall
i18n-ru: synchronized with 6b4dc7968bf0
stable
2014-10-13, by Alexander Sauta
merge default into stable for 3.2 freeze
stable
2014-10-18, by Matt Mackall
hook: schedule run "b2x-transactionclose" for after lock release
2014-10-17, by Pierre-Yves David
repoview: issue a special message when filtering hidden changesets
2014-10-17, by Pierre-Yves David
repoview: include the filter name in filtered revision error messages
2014-10-17, by Pierre-Yves David
largefiles: inline redundant toname function in status
2014-10-15, by Mads Kiilerich
largefiles: inline redundant inctx function in status
2014-10-15, by Mads Kiilerich
ssl: only use the dummy cert hack if using an Apple Python (issue4410)
2014-10-17, by Mads Kiilerich
largefiles: move initialization of standins variable to clarify its "scope"
2014-10-15, by Mads Kiilerich
largefiles: the update override only needs lfdirstate and status for --check
2014-10-15, by Mads Kiilerich
largefiles: remove confusing rev parameter for lfdirstatestatus
2014-10-03, by Mads Kiilerich
largefiles: replace repo._isaddremove hack with a simple function parameter
2014-10-03, by Mads Kiilerich
status: add more complete tests for --rev
2014-10-12, by Martin von Zweigbergk
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip