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
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.
parser: fill invalid infix and suffix actions by None
2015-07-05, by Yuya Nishihara
parser: add comment about structure of elements to each table
2015-07-05, by Yuya Nishihara
shelve: omit incorrect 'commit' suggestion at 'hg shelve -i'
2015-07-15, by FUJIWARA Katsunori
record: omit meaningless 'qrefresh' suggestion at 'hg qrefresh -i'
2015-07-15, by FUJIWARA Katsunori
record: omit meaningless 'qnew' suggestion at 'hg qnew -i'
2015-07-15, by FUJIWARA Katsunori
record: omit meaningless 'commit' suggestion at 'hg commit -i'
2015-07-15, by FUJIWARA Katsunori
cmdutil: allow callers of cmdutil.dorecord to omit suggestion
2015-07-15, by FUJIWARA Katsunori
spartan: don't drop current revision in log/graph links
2015-07-12, by Anton Shestakov
hgk: tweak doc format for path option
2015-06-25, by Matt Mackall
acl: mark deprecated config option
2015-06-25, by Matt Mackall
gpg: mention undocumented options
2015-06-25, by Matt Mackall
check-config: add config option checker
2015-06-25, by Matt Mackall
bookmarks: clear active bookmark on non-linear update
2015-07-14, by Matt Mackall
convert: unescape Perforce-escaped special characters in filenames
2015-07-14, by Eugene Baranov
convert: allow customizing git remote prefix
2015-07-13, by Durham Goode
help: rewrite template examples to not use shell escaping
2015-07-12, by Yuya Nishihara
templater: unify "string" and "rawstring"
2015-06-20, by Yuya Nishihara
templater: remove processing of "string" literals from tokenizer
2015-06-21, by Yuya Nishihara
templater: introduce one-pass parsing of nested template strings
2015-06-15, by Yuya Nishihara
templater: check existence of closing brace of template string
2015-06-15, by Yuya Nishihara
templater: extract function that parses template string
2015-06-15, by Yuya Nishihara
templater: respect stop position while parsing template string
2015-06-15, by Yuya Nishihara
hgweb: provide links to branches, tags and bookmarks by name (paper and coal)
2015-07-12, by Anton Shestakov
templates: introduce revescape filter for escaping symbolic revisions
2015-07-12, by Anton Shestakov
hgweb: allow symbolic revisions with forward slashes in urls
2015-07-12, by Anton Shestakov
convert: ignore case changes in vieworder for Perforce
2015-07-13, by Eugene Baranov
convert: if getting a file from Perforce fails try to get it one more time
2015-07-08, by Eugene Baranov
shelve: keep old backups if timestamp can't decide exact order of them
2015-07-13, by FUJIWARA Katsunori
subrepo: use vfs.dirname instead of os.path.dirname
2015-07-10, by FUJIWARA Katsunori
vfs: add dirname
2015-07-10, by FUJIWARA Katsunori
subrepo: use vfs.basename instead of os.path.basename
2015-07-10, by FUJIWARA Katsunori
vfs: add basename
2015-07-10, by FUJIWARA Katsunori
subrepo: use repo.pathto instead of util.pathto to simplify invocation
2015-07-10, by FUJIWARA Katsunori
subrepo: prefetch ctx.repo() for efficiency and centralization
2015-07-10, by FUJIWARA Katsunori
revset: rename getkwargs() to getargsdict()
2015-07-02, by Yuya Nishihara
revset: work around x:y range where x or y is wdir()
2015-06-28, by Yuya Nishihara
revset: use integer representation of wdir() in revset
2015-03-16, by Yuya Nishihara
localrepo: provide workingctx by integer revision
2014-08-16, by Yuya Nishihara
changeset_printer: change flush() to accept ctx instead of rev
2015-04-12, by Yuya Nishihara
changeset_printer: display wdirrev/wdirnode values for workingctx
2015-07-04, by Yuya Nishihara
hg: support for auto sharing stores when cloning
2015-07-08, by Gregory Szorc
merge with stable
2015-07-08, by Matt Mackall
cmdutil: apply dirstate.normallookup on (maybe partially) committed files
2015-07-08, by FUJIWARA Katsunori
cmdutil: put recordfunc invocation into wlock scope for consistency
2015-07-08, by FUJIWARA Katsunori
context: write dirstate out explicitly at the end of markcommitted
2015-07-08, by FUJIWARA Katsunori
tests: add extension to emulate invoking internalpatch at the specific time
2015-07-08, by FUJIWARA Katsunori
cmdutil: remove useless dirstate.normallookup() invocation in revert()
2015-07-08, by FUJIWARA Katsunori
merge: remove useless dirstate.normallookup() invocation in applyupdates()
2015-07-08, by FUJIWARA Katsunori
context: write dirstate out explicitly after marking files as clean
2015-07-08, by FUJIWARA Katsunori
tests: add extension to emulate invoking dirstate.write at the specific time
2015-07-08, by FUJIWARA Katsunori
convert: handle copies when converting from Perforce (issue4744)
2015-07-08, by Eugene Baranov
convert: add config for recording the source name
2015-07-08, by Durham Goode
convert: support multiple specifed revs in git source
2015-07-08, by Durham Goode
convert: add support for specifying multiple revs
2015-07-08, by Durham Goode
monoblue: use padding instead of position for text in footer
2015-07-06, by Anton Shestakov
monoblue: don't try to show repo on hgwebdir index page
2015-07-06, by Anton Shestakov
convert: handle deleted files when converting from Perforce (issue4743)
stable
2015-07-03, by Eugene Baranov
bookmarks: change bookmark within a transaction
2014-09-28, by Pierre-Yves David
bookmark: remove the "touch changelog" hack
2015-07-01, by Pierre-Yves David
convert: add config option for disabling ancestor parent checks
2015-06-29, by Durham Goode
convert: add config to not convert tags
2015-06-29, by Durham Goode
templatekw: make {rev} return wdirrev instead of None
2015-07-02, by Yuya Nishihara
changeset_printer: use node.wdirrev to calculate meaningful parentrevs
2015-07-02, by Yuya Nishihara
workingctx: use node.wdirid constant
2015-06-22, by Yuya Nishihara
node: define experimental identifiers for working directory
2015-06-22, by Yuya Nishihara
templatekw: apply manifest template only if ctx.manifestnode() exists
2015-03-14, by Yuya Nishihara
merge with stable
2015-07-07, by Matt Mackall
import-checker: exclude mercurial packages installed into the system path
2015-07-04, by Yuya Nishihara
import-checker: recurse into subtree of sys.path only if __init__.py exists
2015-07-04, by Yuya Nishihara
hghave: allow adding customized features at runtime
2015-07-03, by FUJIWARA Katsunori
import-checker.py: exit with code 0 if no error is detected
2015-07-03, by FUJIWARA Katsunori
run-tests.py: add TESTDIR to PATH if it differs from RUNTESTDIR
2015-07-03, by FUJIWARA Katsunori
run-tests.py: add RUNTESTDIR to refer `tests` of Mercurial
2015-07-03, by FUJIWARA Katsunori
run-tests.py: execute hghave by the path relative to run-tests.py
2015-07-03, by FUJIWARA Katsunori
templatekw: make {latesttag} a hybrid list
2015-07-06, by Matt Harbison
templatekw: allow the caller of showlist() to specify the join() separator
2015-07-06, by Matt Harbison
archive: use {changessincelatesttag} to build the metadata file
2015-06-30, by Matt Harbison
templatekw: introduce the changessincelatesttag keyword
2015-06-26, by Matt Harbison
help: support 'hg help template.somekeyword'
2015-07-04, by Matt Harbison
test-convert-git: use a relative gitmodule url
2015-07-02, by Matt Harbison
test-convert-git: stablize for git 1.7.7.6
2015-07-01, by Matt Harbison
hgweb: also monitor change to bookmarks
2015-06-30, by Pierre-Yves David
hgweb: also refresh the repo on changes to the obsstore
2015-07-01, by Pierre-Yves David
hgweb: use an extensible list of files to check for refresh
2015-07-01, by Pierre-Yves David
hgweb: drop the default argument for get_stat
2015-07-03, by Pierre-Yves David
revset: prefetch method in "parents"
2015-07-02, by Pierre-Yves David
convert: handle deleted files when converting from Perforce (issue4743)
stable
2015-07-03, by Eugene Baranov
forget: add a note to the command help about remove
stable
2015-07-06, by Nathan Goldbaum
shelve: only keep the latest N shelve backups
2015-07-01, by Colin Chan
shelve: always backup shelves instead of deleting them
2015-07-01, by Colin Chan
wireproto: remove a debug print
2015-06-30, by Pierre-Yves David
amend: move obsmarkers creation in the "new changeset" conditional
2014-09-28, by Pierre-Yves David
amend: move createmarkers evaluation earlier
2015-06-30, by Pierre-Yves David
wireproto: correctly escape batched args and responses (issue4739)
2015-06-30, by Augie Fackler
merge with stable
2015-07-01, by Matt Mackall
revset: port extra() to support keyword arguments
2015-06-28, by Yuya Nishihara
revset: add function to build dict of positional and keyword arguments
2015-06-27, by Yuya Nishihara
revset: add parsing rule for key=value pair
2015-06-27, by Yuya Nishihara
import-checker: establish modern import convention
2015-06-28, by Gregory Szorc
import-checker: establish new function for verifying import conventions
2015-06-28, by Gregory Szorc
import-checker: resolve relative imports
2015-06-28, by Gregory Szorc
templatekw: use a list of tags in getlatesttags() instead of joining them
2015-06-26, by Matt Harbison
convert: improve support for unusual .gitmodules
2015-06-29, by Durham Goode
convert: handle .gitmodules with non-tab whitespaces
2015-06-29, by Durham Goode
convert: fix bug with converting the same commit twice
2015-06-29, by Durham Goode
templater: remove workaround for escaped quoted string in quoted template
2015-06-27, by Yuya Nishihara
merge with stable
2015-07-01, by Matt Mackall
amend: stop updating the bookmarks twice
2015-06-30, by Pierre-Yves David
amend: collaborate with the transaction when moving bookmarks
2015-06-30, by Pierre-Yves David
sshserver: drop ancient do_{lock,unlock,addchangegroup} methods
2015-06-29, by Augie Fackler
wireproto: add config knob for http header length limit
2015-06-29, by Mike Edgar
archive: fix changesincelatesttag with wdir()
2015-07-01, by Matt Mackall
revset: fix a crash in parents() when 'wdir()' is in the set
2015-06-29, by Matt Harbison
workingctx: don't report the tags for its parents
2015-06-28, by Matt Harbison
hgweb: don't try to show repo on repo-not-found page in monoblue
2015-06-30, by Anton Shestakov
hgweb: fix help pages title in gitweb and monoblue
2015-06-30, by Anton Shestakov
hgweb: don't show summary link as active on error pages in monoblue
2015-06-30, by Anton Shestakov
identify: build the tag list directly instead of using wctx.tags()
2015-06-28, by Matt Harbison
identify: avoid a crash when given '-r wdir()'
2015-06-28, by Matt Harbison
tests: clean up duplicated output in test-subrepo-recursion progress
2015-06-26, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip