Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+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.
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
copies._forwardcopies: use set operations to find missing files
2013-04-04, by Siddharth Agarwal
perf: add a command to test copies.pathcopies perf
2013-04-04, by Siddharth Agarwal
merge with stable
2013-04-04, by Matt Mackall
Added signature for changeset 8a7bd2dccd44
stable
2013-04-04, by Matt Mackall
Added tag 2.5.4 for changeset 8a7bd2dccd44
stable
2013-04-04, by Matt Mackall
applyupdates: assign variable before we try to use it (issue3855)
stable
2.5.4
2013-03-18, by Kevin Bullock
merge with mpm
2013-04-03, by Bryan O'Sullivan
perf: add a command to test addremove performance
2013-04-01, by Siddharth Agarwal
merge with crew
2013-04-03, by Matt Mackall
dirstate: only call lstat once per flags invocation
2013-04-03, by Bryan O'Sullivan
util: add functions to check symlink/exec bits
2013-04-03, by Bryan O'Sullivan
Merge with stable.
2013-04-03, by Augie Fackler
setup.py: properly discard trust warning.
stable
2013-04-02, by Isaac Jurado
scmutil.addremove: use iteritems on walk results
2013-04-02, by Siddharth Agarwal
scmutil.addremove: stop sorting all walk results
2013-04-02, by Siddharth Agarwal
scmutil.addremove: pull ui.status printing out of the loop
2013-04-02, by Siddharth Agarwal
scmutil.addremove: remove redundant directory and symlink checks
2013-04-02, by Siddharth Agarwal
scmutil.addremove: pull repo.dirstate fetch out of the loop
2013-04-02, by Siddharth Agarwal
scmutil: remove dead updatedir code
2013-04-01, by Siddharth Agarwal
merge with mpm
2013-04-02, by Bryan O'Sullivan
merge with stable
2013-04-02, by Matt Mackall
Added signature for changeset 50c922c1b514
stable
2013-04-02, by Matt Mackall
Added tag 2.5.3 for changeset 50c922c1b514
stable
2013-04-02, by Matt Mackall
hgweb: show correct error message for i18n environment
stable
2.5.3
2013-02-15, by Takumi IINO
commands: fix typo in debugobsolete docstring
stable
2013-04-01, by Wagner Bruna
duplicatecopies: do not mark items not in the dirstate as copies
2013-03-28, by Siddharth Agarwal
duplicatecopies: fix arg name and docstring
2013-03-28, by Siddharth Agarwal
pull: list bookmarks before pulling changesets (issue3873)
2013-03-29, by Siddharth Agarwal
test-hook.t: remove prelistkeys.forbid hook before moving on
2013-03-29, by Siddharth Agarwal
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip