Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
largefiles: don't prompt for normal/largefile changes when doing plain updates
stable
2013-10-25, by Mads Kiilerich
largefiles: remove extra check for file to get - it _is_ by definition in p2
stable
2013-10-25, by Mads Kiilerich
largefiles: don't process merge actions at all when overwriting
stable
2013-10-25, by Mads Kiilerich
spelling: random spell checker fixes
stable
2013-10-24, by Mads Kiilerich
largefiles: hide passwords in URLs in ui messages
stable
2013-10-17, by Mads Kiilerich
largefiles: don't add extra \n when displaying remote messages in putlfile
stable
2013-10-24, by Mads Kiilerich
largefiles: add missing \n in ui.warn messages
stable
2013-10-21, by Mads Kiilerich
largefiles: fix 'unexpected response' warning newlines
stable
2013-10-24, by Mads Kiilerich
win32: add shelve extension to mercurial.ini
stable
2013-10-21, by Pascal Quantin
strip: fix spelling: "allows to" -> "allows you to"
stable
2013-10-21, by Javi Merino
cmdutil: fix makefileobj not to clobber default modemap dict
stable
2013-10-22, by Yuya Nishihara
shelve: make unshelve work even if it don't run in repository root
stable
2013-10-22, by Takumi IINO
tests: move generaldelta test to inline python (issue4064)
stable
2013-10-21, by Matt Mackall
help: minor tweak to push help
stable
2013-10-21, by Matt Mackall
pager: honour internal aliases
stable
2013-10-12, by David Soria Parra
Added signature for changeset 1596f2d8f242
stable
2013-10-20, by Matt Mackall
Added tag 2.8-rc for changeset 1596f2d8f242
stable
2013-10-20, by Matt Mackall
merge default into stable for 2.8 freeze
stable
2.8-rc
2013-10-20, by Matt Mackall
discovery: revise hint message introduced by changeset b00ba31313c3
2013-10-03, by FUJIWARA Katsunori
push: add more detailed explanation about "--force" to online help document
2013-10-03, by FUJIWARA Katsunori
push: hide description about "-f" in the hint to prevent from using it easily
2013-10-03, by FUJIWARA Katsunori
demandimport: allow extensions to import own modules by absolute name
2013-10-05, by FUJIWARA Katsunori
demandimport: support "absolute_import" for external libraries (issue4029)
2013-10-05, by FUJIWARA Katsunori
hghave: add "py3k" feature to check whether test runs with Python 3.x
2013-10-05, by FUJIWARA Katsunori
hghave: add "absimport" feature to check "absolute_import" in __future__
2013-10-05, by FUJIWARA Katsunori
merge: exit early during a no-op update (BC)
2013-10-01, by Siddharth Agarwal
localrepo: invoke only feature setup functions for enabled extensions
2013-10-17, by FUJIWARA Katsunori
lock: handle race in trylock/testlock on Windows
2013-10-02, by Yuya Nishihara
rebase: preserve active bookmark when not at head (issue3813)
2013-10-14, by Pierre-Yves David
rebase: preserve working directory parent (BC)
2013-10-14, by Pierre-Yves David
tests: prepare rebase test for wc parent preservation
2013-10-14, by Pierre-Yves David
tests: test-gendoc.t checks if anything was translated
2013-10-18, by Simon Heimberg
tests: really test translations for rst syntax errors (issue4003)
2013-10-18, by Simon Heimberg
i18n: fix wrong rst syntax
2013-10-18, by Simon Heimberg
i18n-ru: fix the language team field
2013-10-19, by Matt Mackall
commands: refactor 'serve', extract the http service class
2013-10-10, by Mads Kiilerich
largefiles: refactor basestore, extract _gethash method
2013-10-10, by Mads Kiilerich
largefiles: make the protocol hack for replacing heads with lheads more precise
2013-10-10, by Mads Kiilerich
mq: refactor usage of repo.branchmap().iteritems() with itervalues()
2013-04-01, by Brodie Rao
merge with stable
2013-10-19, by Matt Mackall
merge with i18n
stable
2013-10-19, by Matt Mackall
i18n-ru: synchronized with 1aaefba2a3a9
stable
2013-10-10, by Alexander Sauta
i18n-ru: fix misprints
stable
2013-08-27, by Vladimir Zakharov
shelve: some docstring cleanups
2013-10-16, by Augie Fackler
dirstate.status: return explicit unknown files even when not asked
2013-10-14, by Siddharth Agarwal
shelve: add minimal documentation to all functions
2013-10-14, by Pierre-Yves David
shelve: use the class constant in the clear method
2013-10-14, by Pierre-Yves David
hgweb: fix unstoppable loading of graph when no more results
2013-10-12, by Alexander Plavin
hgweb: remove now unnecessary explicit header() and footer()
2013-07-24, by Alexander Plavin
hgweb: replace 'shortlog' with 'changelog' in raw changelog template
2013-08-16, by Alexander Plavin
shelve: drop pickle usage
2013-10-14, by Pierre-Yves David
store: use "vfs.exists()" instead of "os.path.exists()"
2013-10-15, by FUJIWARA Katsunori
context: use "vfs.lstat()" to examine target path instead of "os.path.*"
2013-10-15, by FUJIWARA Katsunori
context: use "vfs.lstat()" instead of "os.lstat()"
2013-10-15, by FUJIWARA Katsunori
context: use "vfs.lstat()" instead of "os.lstat()"
2013-10-15, by FUJIWARA Katsunori
changelog: use "vfs.fstat()" instead of "util.fstat()"
2013-10-15, by FUJIWARA Katsunori
changelog: use "vfs.rename()" instead of "util.rename()"
2013-10-15, by FUJIWARA Katsunori
vfs: add "open()" for newly added code paths which open files via vfs
2013-10-15, by FUJIWARA Katsunori
bookmarks: use "vfs.utime()" instead of "os.utime()"
2013-10-15, by FUJIWARA Katsunori
bookmarks: use "vfs.unlink()" instead of "util.unlink()"
2013-10-15, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip