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
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.
revert: stop marking files clean after interactive revert (issue4592)
2015-04-11, by Pierre-Yves David
lazymanifest: prevent leak when updating an entry more than once
2015-04-11, by Augie Fackler
strip: properly clear resolve state with --keep (issue4593)
2015-04-13, by Matt Mackall
revsets: more informative syntax error message
2015-04-13, by Ryan McElroy
revsets: show current revset abort behavior
2015-04-13, by Ryan McElroy
tests: move blackbox testing of tags to test-tags.t
2015-04-13, by Gregory Szorc
tests: move mock blackbox extension into own file
2015-04-13, by Gregory Szorc
shelve: acquire lock in the right order
2015-04-12, by Pierre-Yves David
check-commit: be more picky about detection of wrong bug tag
2015-04-12, by Pierre-Yves David
discovery: don't compute allfuturecommon when it won't be used
2015-04-13, by Michael O'Connor
treemanifest: separate flags for trees in memory and trees on disk
2015-04-10, by Martin von Zweigbergk
manifestdict: drop empty-string argument when creating empty manifest
2015-04-10, by Martin von Zweigbergk
lazymanifest: fix memory leak in lmiter_iterentriesnext() after 3d485727e45e
2015-04-12, by Mike Hommey
revert: do not requires '--all' if '--interative' is present
2015-04-11, by Pierre-Yves David
bundle2: drop the experimental hooks
2015-04-09, by Pierre-Yves David
bundle2: advertise bundle2 by default
2015-04-10, by Pierre-Yves David
subrepo: convert the os.path references in git to vfs
2015-02-07, by Matt Harbison
subrepo: use vfs.removedirs instead of os.removedirs
2015-04-11, by FUJIWARA Katsunori
vfs: add removedirs
2015-04-11, by FUJIWARA Katsunori
util: add removedirs as platform depending function
2015-04-11, by FUJIWARA Katsunori
subrepo: use vfs.unlink instead of os.remove
2015-04-11, by FUJIWARA Katsunori
subrepo: use vfs.rmtree instead of shutil.rmtree
2015-04-11, by FUJIWARA Katsunori
vfs: add rmtree
2015-04-11, by FUJIWARA Katsunori
subrepo: use vfs.readdir instead of os.listdir to avoid expensive stat calls
2015-04-11, by FUJIWARA Katsunori
editor: prefer 'intermediate-source' extra to use for HGREVISION environment variable
2015-04-10, by Alexander Drozdov
bundle2: rename format, parts and config to final names
2015-04-09, by Pierre-Yves David
manifestdict: extract condition for _intersectfiles() and use for walk()
2015-04-08, by Martin von Zweigbergk
manifestdict.walk: remove now-redundant check for match.files()
2015-04-07, by Martin von Zweigbergk
manifest.walk: special-case match.always() for speed
2015-04-07, by Martin von Zweigbergk
manifest.walk: use return instead of StopIteration in generator
2015-04-07, by Martin von Zweigbergk
archive: look for first visible revision to build repo identity (issue4591)
2015-04-08, by Yuya Nishihara
largefiles: use common function to build content of .hg_archival.txt
2015-04-08, by Yuya Nishihara
test-largefiles: verify content of .hg_archival.txt
2015-04-08, by Yuya Nishihara
archive: extract metadata() closure to module-level function
2015-04-08, by Yuya Nishihara
archive: use ctx object consistently to build meta data
2015-04-08, by Yuya Nishihara
templatekw: have {manifest} use ctx.manifestnode() for consistency
2015-04-08, by Yuya Nishihara
subrepo: use vfs.reljoin instead of os.path.join
2015-04-10, by FUJIWARA Katsunori
subrepo: inline reporelpath into abstractsubrepo._relpath to centralize logic
2015-04-10, by FUJIWARA Katsunori
subrepo: add _relpath field to centralize subrelpath logic
2015-04-10, by FUJIWARA Katsunori
subrepo: add wvfs field to access the working directory via vfs
2015-04-10, by FUJIWARA Katsunori
subrepo: change arguments of abstractsubrepo.__init__ (API)
2015-04-10, by FUJIWARA Katsunori
treemanifest: optimize treemanifest._walk() to skip directories
2015-04-07, by Drew Gottlieb
import-checker: force 'fcntl', 'grp', 'pwd', and 'termios' to stdlib modules
2015-04-08, by Matt Harbison
import-checker: allow *.pyd based stdlib modules
2015-04-08, by Matt Harbison
manifest.walk: join nested if-conditions
2015-04-07, by Martin von Zweigbergk
manifestdict: inline _intersectfiles()
2015-04-08, by Martin von Zweigbergk
manifestdict._intersectfiles: avoid one level of property indirection
2015-04-08, by Martin von Zweigbergk
manifestdict.matches: avoid name 'lm' for a not-lazymanifest
2015-04-08, by Martin von Zweigbergk
commands: add ui.statuscopies config knob
2015-03-24, by Mathias De Maré
changelog: inline revlog.__contains__ in case it is used in hot loop
2015-04-04, by Yuya Nishihara
bookmarks: show detailed status about outgoing bookmarks
2015-04-08, by FUJIWARA Katsunori
bookmarks: show detailed status about incoming bookmarks
2015-04-08, by FUJIWARA Katsunori
bookmarks: enhance test of showing detail about incoming/outgoing bookmarks
2015-04-08, by FUJIWARA Katsunori
bookmarks: show outgoing bookmarks more exactly
2015-04-08, by FUJIWARA Katsunori
bookmarks: show incoming bookmarks more exactly
2015-04-08, by FUJIWARA Katsunori
test-manifest: add some test coverage for treemanifest
2015-04-07, by Drew Gottlieb
test-manifest: make manifesttest a base class that is extended
2015-04-07, by Drew Gottlieb
test-manifest: move parsemanifest() to be a testmanifest class method
2015-04-07, by Drew Gottlieb
windows: allow readpipe() to actually read data out of the pipe
2015-04-07, by Matt Harbison
win32: add a method to fetch the available pipe data size
2015-04-07, by Matt Harbison
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip