Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
mail: add missing import of sys
2013-04-12, by Bryan O'Sullivan
statichttprepo: add missing import of os
2013-04-12, by Bryan O'Sullivan
worker: add missing import of errno
2013-04-12, by Bryan O'Sullivan
histedit: support editing of the first commit (issue3767)
2013-04-12, by Bryan O'Sullivan
test-commit-amend.t: fix check-code violation from 3a72c89a83ec
2013-04-12, by Augie Fackler
util: improve doc for checkcase
2013-02-11, by Mads Kiilerich
scheme: don't crash on invalid URLs
2013-04-11, by Mads Kiilerich
amend: support amending merge changesets (issue3778)
2013-02-08, by Brodie Rao
worker: catch all exceptions, try to exit usefully/safely
2013-04-11, by Bryan O'Sullivan
lock: if we fork, ensure that only the parent releases
2013-04-11, by Bryan O'Sullivan
tag: clarify cryptic error message when tagging null revision
2013-04-11, by Mads Kiilerich
setup: make error message for missing Python headers more helpful
2013-04-12, by Mads Kiilerich
obsolete: ensure all markers have a date
2013-02-11, by Pierre-Yves David
zsh_completion: make use of `debuglabelcomplete` command
2013-04-08, by Nikolaj Sjujskij
dirs: use mutable strings internally
2013-04-10, by Bryan O'Sullivan
dirs: use mutable integers internally
2013-04-10, by Bryan O'Sullivan
scmutil: rewrite dirs in C, use if available
2013-04-10, by Bryan O'Sullivan
scmutil: use new dirs class in dirstate and context
2013-04-10, by Bryan O'Sullivan
scmutil: add a dirs class
2013-04-10, by Bryan O'Sullivan
scmutil: migrate finddirs from dirstate
2013-04-10, by Bryan O'Sullivan
merge
2013-04-10, by Bryan O'Sullivan
manifestmerge: handle workdir removed, remote removed with flags
2013-04-10, by Siddharth Agarwal
dicthelpers.diff: compare against default for missing values
2013-04-10, by Siddharth Agarwal
templater: back out 0615b22da148, it breaks schemes ({1})
2013-04-09, by Brendan Cully
debuglabelcomplete: compute active branch heads correctly
2013-04-09, by Bryan O'Sullivan
merge with i18n
2013-04-08, by Matt Mackall
hg-i18n-it: minor fixes
2013-04-05, by Stefano Tortarolo
templater: fix check-code error
2013-04-08, by Bryan O'Sullivan
smtp: verify the certificate of the SMTP server for STARTTLS/SMTPS
2013-03-26, by FUJIWARA Katsunori
sslutil: abort if peer certificate is not verified for secure use
2013-03-26, by FUJIWARA Katsunori
smtp: add the class to verify the certificate of the SMTP server for SMTPS
2013-03-26, by FUJIWARA Katsunori
smtp: add the class to verify the certificate of the SMTP server for STARTTLS
2013-03-26, by FUJIWARA Katsunori
template: allow unquoted int function arguments
2013-04-07, by Brendan Cully
Merge with main
2013-04-08, by Brendan Cully
graft: use missing ancestors algorithm to find earlier grafts
2013-04-06, by Siddharth Agarwal
graft: find ancestors of destination lazily
2013-04-06, by Siddharth Agarwal
merge with crew
2013-04-05, by Matt Mackall
sslutil: try harder to avoid getpeercert problems
2013-04-05, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip