Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
http2: track available data as it changes instead of recomputing it
2013-02-01, by Brendan Cully
histedit-test: rename histedit-revspec into histedit-argument
2013-04-18, by Pierre-Yves David
histedit-test: remove unnecessary graphlog extension
2013-04-18, by Pierre-Yves David
histedit-test: drop skip logic for older mercurial version
2013-04-18, by Pierre-Yves David
hgweb: refactor checks for granting and revoking user permissions
2013-04-15, by Wagner Bruna
check-code: add check for lock release order
2013-04-17, by Matt Mackall
parsers: fix variable declaration position issue
2013-04-17, by Matt Mackall
zsh_completion: complete all files for `commit/backout --logfile`
2013-04-17, by Nikolaj Sjujskij
transplant: improve documentation
2013-04-16, by Mads Kiilerich
transplant: clarify what --branch do - it has nothing to do with branches
2013-04-16, by Mads Kiilerich
import: inline checkexact function
2013-04-17, by Pierre-Yves David
import: factor out checkexact
2013-04-17, by Pierre-Yves David
amend: fix unlocking order - first lock then wlock
2013-04-17, by Mads Kiilerich
codingstyle: remove trailing spaces in various text files
2013-04-17, by Mads Kiilerich
tests: run check-code on Python files without .py extension
2013-04-17, by Mads Kiilerich
histedit: move outgoing processing to its own function
2013-04-16, by Pierre-Yves David
histedit: move all arguments checks to the beginning of the command
2013-04-16, by Pierre-Yves David
histedit-test: generalise --commands "-" usage
2013-04-16, by Pierre-Yves David
histedit: allow "-" as a command file
2013-04-16, by Pierre-Yves David
histedit: properly handle --continue on empty fold
2013-04-16, by Pierre-Yves David
histedit-test: replace obscure python script by a plain file
2013-04-16, by Pierre-Yves David
test: improve documentation of some histedit tests
2013-04-16, by Pierre-Yves David
test: use a lighter log style in histedit test
2013-04-16, by Pierre-Yves David
subrepo: add regression test for issue3870
2013-04-16, by Kevin Bullock
subrepo: clone of git sub-repository creates incorrect git branch (issue3870)
2013-04-16, by pozheg
dispatch: print 'abort:' when a pre-command hook fails (BC)
2013-04-16, by Siddharth Agarwal
largefiles: don't hash all largefiles when initializing a lfdirstate
2013-04-15, by Mads Kiilerich
largefiles: use filechunkiter for iterating largefile when serving getlfile
2013-04-16, by Mads Kiilerich
largefiles: stat all largefiles in one batch before downloading
2013-04-15, by Mads Kiilerich
largefiles: 'put' should store 'source' file in under 'hash', also in localstore
2013-04-15, by Mads Kiilerich
largefiles: getlfile must hit end of HTTP chunked streams to reuse connections
2013-04-16, by Mads Kiilerich
largefiles: drop limitreader, use filechunkiter limit
2013-04-16, by Mads Kiilerich
largefiles: move protocol conversion into getlfile and make it an iterable
2013-04-16, by Mads Kiilerich
largefiles: don't close the fd passed to store._getfile
2013-04-15, by Mads Kiilerich
largefiles: remove blecch from lfutil.copyandhash - don't close the passed fd
2013-04-15, by Mads Kiilerich
largefiles: drop lfutil.blockstream - use filechunkiter like everybody else
2013-04-15, by Mads Kiilerich
largefiles: refactoring - use findfile in localstore._getfile
2013-04-15, by Mads Kiilerich
largefiles: refactoring - return hex from _getfile and copyandhash
2013-04-15, by Mads Kiilerich
largefiles: refactoring - create destination dir in lfutil.link
2013-04-15, by Mads Kiilerich
summary: clear "commonincoming" also if branches are different
2013-04-09, by FUJIWARA Katsunori
summary: make "incoming" information sensitive to branch in URL (issue3830)
2013-04-09, by FUJIWARA Katsunori
histedit: make "hg histedit" sensitive to branch in URL
2013-04-09, by FUJIWARA Katsunori
summary: make "outgoing" information sensitive to branch in URL (issue3829)
2013-04-09, by FUJIWARA Katsunori
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
rebase: switch from util.Abort to util.InterventionRequired where appropriate (bc)
2013-02-08, by Augie Fackler
dispatch: catch InterventionRequired and print the message with no prefix
2013-02-08, by Augie Fackler
error: introduce new InterventionRequired exception
2013-02-08, by Augie Fackler
util: remove unreachable code
2013-04-12, by Bryan O'Sullivan
util: remove no-op assignment
2013-04-12, by Bryan O'Sullivan
merge more evolve stuff away (what?)
2013-04-12, by Bryan O'Sullivan
synthrepo: add missing import of sys
2013-04-12, by Bryan O'Sullivan
transplant: pass source through to recover
2013-04-12, by Bryan O'Sullivan
repoview: remove more unreachable code
2013-04-12, by Bryan O'Sullivan
merge away some failed evolve fat-fingering
2013-04-12, by Bryan O'Sullivan
pager: add missing imports of errno and shlex
2013-04-12, by Bryan O'Sullivan
largefiles: quiet (and document) undefined name errors (issue3886)
2013-04-12, by Bryan O'Sullivan
color: add missing import of error
2013-04-12, by Bryan O'Sullivan
pvec: use the correct name for an identifier
2013-04-12, by Bryan O'Sullivan
repoview: remove unreachable code
2013-04-12, by Bryan O'Sullivan
pvec: use the correct name for an identifier
2013-04-12, by Bryan O'Sullivan
repoview: remove unreachable code
2013-04-12, by Bryan O'Sullivan
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip