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.
annotate: increase refcount of each revisions correctly (issue3841)
2013-03-29, by FUJIWARA Katsunori
annotate: reuse already calculated annotation
2013-03-29, by FUJIWARA Katsunori
log: fix behavior with empty repositories (issue3497)
2013-04-17, by Alexander Plavin
merge with crew
2013-04-16, by Matt Mackall
revlog: don't cross-check ancestor result against Python version
2013-04-16, by Bryan O'Sullivan
parsers: a C implementation of the new ancestors algorithm
2013-04-16, by Bryan O'Sullivan
revlog: choose a consistent ancestor when there's a tie
2013-04-16, by Bryan O'Sullivan
ancestor: a new algorithm that is faster for nodes near tip
2013-04-16, by Bryan O'Sullivan
update: allow dirty update to foreground (successors)
2013-04-16, by Pierre-Yves David
obsolete: extract foreground computation from bookmark.validdest
2013-04-16, by Pierre-Yves David
destroyed: invalidate phraserevs cache in all case (issue3858)
2013-04-15, by Pierre-Yves David
largefiles: deprecate --all-largefiles for pull
2013-04-15, by Mads Kiilerich
largefiles: implement pull --all-largefiles as a special case of --lfrev
2013-04-15, by Mads Kiilerich
largefiles: drop --cache-largefiles again
2013-04-15, by Mads Kiilerich
largefiles: introduce pulled() revset expression for use in --lfrev
2013-04-15, by Mads Kiilerich
largefiles: introduce pull --lfrev option
2013-04-15, by Mads Kiilerich
largefiles: refactor overridepull internals
2013-04-15, by Mads Kiilerich
largefiles: introduce lfpull command for pulling missing largefiles
2013-04-15, by Mads Kiilerich
largefiles: update help
2013-04-15, by Mads Kiilerich
largefiles: fix cat of non-largefiles from subdirectory
2013-04-15, by Mads Kiilerich
largefiles: don't store whole file in memory for 'cat'
2013-04-15, by Mads Kiilerich
mergetools: rename 'base' to 'merged' in meld
2013-04-16, by ronvoe12249
mergetools: avoid losing the merged version with meld
2013-02-21, by ronvoe12249
templatekw: add default styles for hybrid types (issue3887)
2013-04-16, by Matt Mackall
largefiles: improve repo wrapping detection
2013-04-10, by FUJIWARA Katsunori
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files
2013-03-21, by Angel Ezquerra
archive: raise error.Abort if the file pattern matches no files
2013-03-21, by Angel Ezquerra
ui: add 'force' parameter to traceback() to override the current print setting
2013-02-09, by Matt Harbison
ui: add support for fully printing chained exception stacks in ui.traceback()
2013-02-09, by Matt Harbison
subrepo: chain the original exception to SubrepoAbort
2013-02-06, by Matt Harbison
debugrebuildstate: rename to debugrebuilddirstate
2013-04-15, by Mads Kiilerich
debugstate: rename to debugdirstate
2013-04-15, by Mads Kiilerich
debugrebuildstate: clarify that rev can't be specified without -r
2013-04-15, by Mads Kiilerich
check-code: check txt files for trailing whitespace
2013-04-15, by Mads Kiilerich
check-code: catch trailing space in comments
2013-04-15, by Mads Kiilerich
spelling: fix typos and spelling errors
2013-04-15, by Mads Kiilerich
wireproto: clarify cryptic 'remote: unsynced changes' error message on push
2013-04-11, by Mads Kiilerich
export: export working directory parent by default
2013-02-11, by Mads Kiilerich
commit: allow closing "non-head" changesets
2013-04-10, by Mads Kiilerich
record: ignore trailing content when parsing patches - introduce 'other' lines
2012-06-13, by Mads Kiilerich
record: abort on malformed patches instead of crashing
2013-04-11, by Mads Kiilerich
localrepo: use "vfs.rename()" instead of "util.rename()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.setflags()" instead of "util.setflags()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.readlink()" instead of "os.readlink()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.islink()" instead of "os.path.islink()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.rename()" instead of "util.rename()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.exists()" instead of "os.path.exists()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use vfs instead of "os.path.*" in sharedpath checking
2013-04-15, by FUJIWARA Katsunori
vfs: split "expand" into "realpath"/"expandpath" to apply each separately
2013-04-15, by FUJIWARA Katsunori
unionrepo: read-only operations on a union of two localrepos
2013-01-18, by Mads Kiilerich
subrepo: fix exception on revert when "all" option is omitted
2013-04-15, by Yuya Nishihara
histedit: update tests for new intervention framework
2013-04-14, by Matt Mackall
test-subrepo: add tests for subrepo "storeclean" checks
2013-03-08, by Angel Ezquerra
subrepo: do not push mercurial subrepos whose store is clean
2013-02-16, by Angel Ezquerra
subrepo: implement "storeclean" method for mercurial subrepos
2013-02-16, by Angel Ezquerra
util: add notindexed optional parameter to makedirs function
2013-02-16, by Angel Ezquerra
subrepo: introduce storeclean method
2013-02-16, by Angel Ezquerra
subrepo: introduce storeclean helper functions
2013-02-16, by Angel Ezquerra
dispatch: exit with status 1 for an InterventionRequired exception (bc)
2013-02-08, by Augie Fackler
histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)
2013-02-08, by Augie Fackler
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip