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.
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
Added signature for changeset 540cd0ddac49
stable
2015-07-01, by Matt Mackall
Added tag 3.4.2 for changeset 540cd0ddac49
stable
2015-07-01, by Matt Mackall
transplant: only pull the transplanted revision (issue4692)
stable
3.4.2
2015-06-29, by Pierre-Yves David
transplant: update test to use hash for remote transplant
stable
2015-06-29, by Pierre-Yves David
changegroup: properly compute common base in changeggroupsubset (issue4736)
stable
2015-06-29, by Pierre-Yves David
templater: parse \"...\" as string for 2.9.2-3.4 compatibility (issue4733)
stable
2015-06-25, by Yuya Nishihara
merge with stable
2015-06-29, by Matt Mackall
demandimport: support importing builtins for Python 3
2015-06-27, by Gregory Szorc
demandimport: alias __builtin__ as builtins
2015-06-27, by Gregory Szorc
bufferedinputpipe: remove N^2 computation of buffer length (issue4735)
2015-06-26, by Pierre-Yves David
bufferedinputpipe: remove an outdate comment
2015-06-27, by Pierre-Yves David
statichttprepo: kill off sopener
2015-06-25, by Siddharth Agarwal
obsolete: replace references to 'sopener' with 'svfs'
2015-06-25, by Siddharth Agarwal
exchange: replace references to 'sopener' with 'svfs'
2015-06-25, by Siddharth Agarwal
localrepo: kill off sopener (API)
2015-06-25, by Siddharth Agarwal
share: replace reference to 'sopener' with 'svfs'
2015-06-25, by Siddharth Agarwal
archive: don't assume '.' is being archived for changessincelatesttag
stable
2015-06-25, by Matt Harbison
hgweb: use css for stripey background in coal
2015-06-25, by Anton Shestakov
templatekw: correct typo in activebookmark documentation
2015-06-24, by Matt Harbison
merge with stable
2015-06-24, by Matt Mackall
check-code: detect legacy exception syntax
2015-06-23, by Gregory Szorc
global: mass rewrite to use modern exception syntax
2015-06-23, by Gregory Szorc
check-code: detect legacy octal syntax
2015-06-23, by Gregory Szorc
global: mass rewrite to use modern octal syntax
2015-06-23, by Gregory Szorc
revert: change the direction of revert -i
2015-06-23, by Laurent Charignon
revert: change a test to make the change of direction of revert -i easier
2015-06-23, by Laurent Charignon
parser: update documentation about tokenizer and elements
2015-06-21, by Yuya Nishihara
parser: accept iterator of tokens instead of tokenizer function and program
2015-06-21, by Yuya Nishihara
verify: print hint to run debugrebuildfncache
2015-06-20, by Gregory Szorc
repair: add functionality to rebuild fncache
2015-06-22, by Gregory Szorc
import: cross-reference patch.fuzz option from `hg help import`
2015-06-23, by Jordi Gutiérrez Hermoso
import: cross-reference ui.patch option from `hg help import`
2015-06-23, by Jordi Gutiérrez Hermoso
doc: document the ui.patch option
2015-06-23, by Jordi Gutiérrez Hermoso
revset: rework 'filteredset.last'
2015-06-22, by Pierre-Yves David
revset: improves time complexity of 'roots(xxx)'
2015-06-22, by Pierre-Yves David
revsetbenchmark: do not abort on failure to run a revset
2015-06-20, by Pierre-Yves David
osutil: remove Python 2.4 errno conversion workaround
2015-06-22, by Gregory Szorc
patch: remove email import workaround for Python 2.4
2015-06-22, by Gregory Szorc
check-commit: catch both patterns of double empty lines
2015-06-21, by Yuya Nishihara
revsetbenchmarks: ignore empty lines
2015-06-20, by Pierre-Yves David
bundle2: reword debug message for invalid .hgtags data
2015-06-20, by Gregory Szorc
bundle2.getunbundler: rename "header" to "magicstring"
2015-04-07, by Pierre-Yves David
ancestors: prefetch method outside of the loop
2015-06-24, by Pierre-Yves David
templater: fix handling of \-escapes in raw string literals
stable
2015-06-21, by Yuya Nishihara
templater: evaluate "query" argument passed to revset()
stable
2015-06-20, by Yuya Nishihara
match: let 'path:.' and 'path:' match everything (issue4687)
stable
2015-06-20, by Matt Harbison
changelog: document the 'readpending' method
2014-09-28, by Pierre-Yves David
revsets: use '&' instead of '.filter' in head
2014-10-10, by Pierre-Yves David
fileset: don't suggest private or undocumented queries
2015-06-20, by Matt Harbison
revset: don't suggest private or undocumented queries
2015-06-20, by Matt Harbison
patch: add fuzz config flag (issue4697)
2015-06-18, by Matt Mackall
devel-warn: issue a warning for old style revsets
2015-06-19, by Pierre-Yves David
devel-warn: move the develwarn function as a method of the ui object
2015-06-19, by Pierre-Yves David
templates: fix missing closing brace in map-cmdline.status
2015-06-18, by Yuya Nishihara
verify: clarify misleading fncache message
2015-06-19, by Matt Mackall
phase: add a pointer to 'hg help phases' in the 'phase' help
2015-06-19, by Pierre-Yves David
publishing: unconditionally trust publishing flag
2015-06-18, by Matt Mackall
publishing: use new helper method
2015-06-18, by Matt Mackall
publishing: add helper method to localrepo
2015-06-18, by Matt Mackall
revset: make use of natively-computed set for 'draft()' and 'secret()'
2015-06-10, by Pierre-Yves David
revset: refactor the non-public phase code
2015-06-17, by Pierre-Yves David
revset: translate node directly with changelog in 'head'
2015-06-16, by Pierre-Yves David
revset: use a baseset in _notpublic()
2015-06-10, by Pierre-Yves David
contrib: clean up all-revsets.txt file
2015-06-17, by Pierre-Yves David
hgweb: link to revision by node hash in paper & coal
2015-06-18, by Anton Shestakov
hgweb: link to revision by node hash in gitweb & monoblue
2015-06-18, by Anton Shestakov
archive: report the node as "{p1node}+" when archiving a dirty wdir()
2015-06-16, by Matt Harbison
phase: remove a 'for x in "foo bar".split()' idiom in phasecache.replace
2015-06-15, by Pierre-Yves David
phase: document the replace method
2015-06-15, by Pierre-Yves David
revset: ensure we have loaded phases data in '_notpublic()'
2015-06-15, by Pierre-Yves David
phase: rename getphaserevs to loadphaserevs
2015-06-15, by Pierre-Yves David
test-subrepo-recursion: more aggressively regex 'unzip -l' output for 10.10
2015-06-17, by Matt Harbison
contrib: introduce an all-revsets.txt file
2015-06-16, by Pierre-Yves David
contrib: rename revsetbenchmarks.txt to 'base-revsets.txt'
2015-06-16, by Pierre-Yves David
revsetbenchmarks: add main documention for the script
2015-06-16, by Pierre-Yves David
hgweb: don't dereference symbolic revision in paper & coal style (issue2296)
2015-06-16, by Anton Shestakov
hgweb: don't dereference symbolic revision in gitweb style
2015-06-16, by Anton Shestakov
hgweb: don't dereference symbolic revision in monoblue style
2015-06-16, by Anton Shestakov
hgweb: don't dereference symbolic revision in spartan style
2015-06-16, by Anton Shestakov
hgweb: provide symrev (symbolic revision) property to the templates
2015-06-16, by Anton Shestakov
archive: support 'wdir()'
2015-06-16, by Matt Harbison
subrepo: allow a representation of the working directory subrepo
2015-06-16, by Matt Harbison
templater: comment that gettemplate() has different name resolution order
2015-06-16, by Yuya Nishihara
templater: drop strtoken argument from compiletemplate()
2015-06-13, by Yuya Nishihara
templater: do not reevaluate rawstring as template (BC)
2015-06-10, by Yuya Nishihara
templater: take any string literals as template, but not for rawstring (BC)
2015-06-13, by Yuya Nishihara
templater: move runtemplate function out of buildmap/runmap pair
2015-06-13, by Yuya Nishihara
phase: also overwrite phase's sets when replacing a phasecache
2015-06-15, by Pierre-Yves David
phase: invalidate the phase's set cache alongside the revs
2015-06-15, by Pierre-Yves David
phase: also copy phase's sets when copying phase cache
2015-06-15, by Pierre-Yves David
verify: check the subrepository references in .hgsubstate
2015-06-16, by Matt Harbison
context: override workingctx.hex() to avoid a crash
2015-06-14, by Matt Harbison
convert: update 'intermediate-source' in the destination's extras dictionary
2015-06-15, by Matt Harbison
check-code: ban use of '[[ ]]' in tests
2015-06-16, by Yuya Nishihara
test-fileset: remove bashism, use test instead of '[[ ]]'
2015-06-16, by Yuya Nishihara
tests: test symbolic revision (de)reference in all hgweb styles
2015-06-03, by Anton Shestakov
dirstate: use a presized dict for the dirstate
2015-06-16, by Siddharth Agarwal
parsers: add an API to create a new presized dict
2015-06-15, by Siddharth Agarwal
parsers: factor out code to create a presized dict
2015-06-15, by Siddharth Agarwal
parsers: drop Python 2.4 compat in make_file_foldmap
2015-06-15, by Siddharth Agarwal
progress: respect ui.quiet (issue4726)
2015-06-16, by Augie Fackler
merge with stable
2015-06-15, by Matt Mackall
match: don't remove '.' from _includeroots
2015-05-27, by Martin von Zweigbergk
match: join two nested if-blocks
2015-05-31, by Martin von Zweigbergk
match: drop optimization (?) of 'parentdirs' calculation
2015-05-27, by Martin von Zweigbergk
match: break boolean expressions into one operand per line
2015-05-27, by Martin von Zweigbergk
match: drop unnecessary removal of '.' from excluded roots
2015-05-27, by Martin von Zweigbergk
changegroup: simplify by not reusing 'prog(ress)' instance
2015-06-12, by Martin von Zweigbergk
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip