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
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.
share: pass named arguments
2015-12-12, by Gregory Szorc
commandserver: cut import cycle by itself
2015-11-24, by Yuya Nishihara
commandserver: use absolute_import
2015-11-24, by Yuya Nishihara
tests: histedit-helpers fixbundle should not complain about no input
2015-12-14, by timeless
tests: relax histedit issue4251 and issue3893 backups
2015-12-14, by timeless
setup.py: use bytes literals
2015-12-13, by Gregory Szorc
clonebundles: fix typo
2015-12-15, by Mathias De Maré
merge: rework manifestmerge to use a matcher
2015-12-14, by Augie Fackler
merge: restate calculateupdates in terms of a matcher
2015-12-14, by Augie Fackler
merge: have merge.update use a matcher instead of partial fn
2015-12-14, by Augie Fackler
treemanifest: don't iterate entire matching submanifests on match()
2015-12-12, by Martin von Zweigbergk
pathencode: remove an unused assignment
2015-12-12, by Bryan O'Sullivan
parsers: narrow scope of a variable to be less confusing
2015-12-12, by Bryan O'Sullivan
manifest: fix formatting
2015-12-12, by Bryan O'Sullivan
parsers: use absolute_import
2015-12-12, by Gregory Szorc
osutil: use absolute_import
2015-12-12, by Gregory Szorc
mpatch: use absolute_import
2015-12-12, by Gregory Szorc
diffhelpers: use absolute_import
2015-12-12, by Gregory Szorc
bdiff: use absolute_import
2015-12-12, by Gregory Szorc
base85: use absolute_import
2015-12-12, by Gregory Szorc
destutil: use absolute_import
2015-12-12, by Gregory Szorc
obsolete: use absolute_import
2015-12-12, by Gregory Szorc
contrib: ignore empty files in check-py3-compat.py
2015-12-12, by Gregory Szorc
doc: make gendoc.py module import policy aware
2015-12-12, by Gregory Szorc
merge with stable
2015-12-11, by Matt Mackall
check-commit: add a test for the patch checking script in contrib
2015-12-11, by Pierre-Yves David
match: use re2 in readpatternfile if possible
2015-12-10, by Bryan O'Sullivan
test-hgignore.t: add tests for comments
2015-12-10, by Bryan O'Sullivan
help: fix help -c/help -e/help -k
2015-12-09, by timeless
help: call filtercmd from topicmatch
2015-12-09, by timeless
help: refactor filtercmd
2015-12-09, by timeless
transplant: use Oxford comma
2015-11-30, by timeless
crecord: add dictionary to default return value of filterpatch
2015-12-09, by Laurent Charignon
paths: include #fragment again
stable
2015-12-07, by Yuya Nishihara
discovery: properly filter changeset in 'peer.known' (issue4982)
2015-12-02, by Pierre-Yves David
test: add an extra base changeset in test-obsolete.t
2015-12-09, by Pierre-Yves David
parents: provide equivalent revsets in help
2015-12-08, by timeless
merge: refuse update/merge if there are unresolved conflicts (BC)
2015-12-07, by Martin von Zweigbergk
tests: drop require slow in test-contrib-perf
2015-12-08, by timeless
convert/svn: quiet check-config
2015-12-08, by timeless
check-config: handle multiline config
2015-12-08, by timeless
check-config: escape period in regexp for inline comments
2015-12-08, by timeless
check-config: allow numbers in configs
2015-12-08, by timeless
check-config: recognize convert style documentation
2015-12-08, by timeless
tests: use a single repo for test-contrib-perf
2015-12-08, by timeless
perf: perfrevlog optimize for perf.stub
2015-12-04, by timeless
perf: add getlen
2015-12-04, by timeless
perf: add optional rev for perflog and perftemplating
2015-12-04, by timeless
perf: perfparents honor config perf.parentscount
2015-12-04, by timeless
perf: offer perf.stub to only run one loop
2015-12-04, by timeless
perf: improve grammar of gettimer comment
2015-12-04, by timeless
tests: use absolute_import in tinyproxy
2015-12-06, by Gregory Szorc
tests: use absolulte_import in test-wireproto.py
2015-12-06, by Gregory Szorc
tests: use absolute_import in test-walkrepo
2015-12-06, by Gregory Szorc
tests: use absolute_import in hgweberror.py
2015-12-06, by Gregory Szorc
tests: use absolute_import in hghave.py
2015-12-06, by Gregory Szorc
tests: use absolute_import for heredoctest.py
2015-12-06, by Gregory Szorc
tests: use absolute_import in /get-with-headers.py
2015-12-06, by Gregory Szorc
tests: use absolute_import in generate-working-copy-states.py
2015-12-06, by Gregory Szorc
hgweb: move entry-preparing code from webcommands to webutils.commonentry()
2015-11-13, by Anton Shestakov
grammar: favor zero, one, two over ... or no
2015-11-30, by timeless
commands: use Oxford comma (help clone)
2015-11-30, by timeless
commit: make commit acquire store lock before processing for consistency
2015-12-09, by FUJIWARA Katsunori
censor: make censor acquire locks before processing
2015-12-09, by FUJIWARA Katsunori
transplant: widen wlock scope of transplant for consitency while processing
2015-12-09, by FUJIWARA Katsunori
shelve: remove redundant acquisition of wlock for sub commands of unshelve
2015-12-09, by FUJIWARA Katsunori
shelve: widen wlock scope of unshelve for consistency while processing
2015-12-09, by FUJIWARA Katsunori
perf: add perflrucachedict command
2015-12-06, by Gregory Szorc
tests/filterpyflakes: use absolute_import
2015-12-06, by Gregory Szorc
tests/fakepatchtime.py: use absolute_import
2015-12-06, by Gregory Szorc
tests/fakedirstatewritetime.py: use absolute_import
2015-12-06, by Gregory Szorc
tests/dumbhttp: use absolute_import
2015-12-06, by Gregory Szorc
tests/autodiff.py: use absolute_import
2015-12-06, by Gregory Szorc
tests/test-ancestor: use absolute_import
2015-12-06, by Gregory Szorc
tests: add test for Python 3 compatibility
2015-12-06, by Gregory Szorc
merge with stable
2015-12-07, by Matt Mackall
localrepo: reinstate localrepo.parents with a deprecation warning
2015-12-05, by Pierre-Yves David
bookmark: deprecate 'bmstore.write' method
2015-12-05, by Pierre-Yves David
ui: add a 'deprecwarn' helper to issue deprecation warnings
2015-12-05, by Pierre-Yves David
ui: add a 'stacklevel' argument to 'develwarn'
2015-12-05, by Pierre-Yves David
import-checker: tell which symbol causes "direct symbol import"
2015-12-06, by Yuya Nishihara
import-checker: allow absolute imports of sub modules from local packages
2015-12-06, by Yuya Nishihara
manifest: use 't' for tree manifest flag
2015-12-04, by Martin von Zweigbergk
test: update the docstring of 'test-devel-warnings.t' extension
2015-12-05, by Pierre-Yves David
setup.py: don't rewrite @LIBDIR@ when creating wheels
2015-12-05, by Gregory Szorc
setup.py: attempt to build and install hg.exe on Windows
2015-12-04, by Gregory Szorc
merge.graft: add option to keep second parent
2015-12-03, by Andrew Halberstadt
ui: support declaring path push urls as sub-options
2015-12-05, by Gregory Szorc
ui: pass ui instance to path.__init__
2015-12-06, by Gregory Szorc
ui: store pushloc as separate attribute
2015-12-06, by Gregory Szorc
commands: add debugdeltachain command
2015-12-05, by Gregory Szorc
histedit: pick an appropriate base changeset by default (BC)
2015-10-24, by Gregory Szorc
rebase: remove extra "if" from check of collapsing named branches
2015-12-05, by Yuya Nishihara
rebase: drop redundant functions to keep branch and graft source explicitly
2015-12-05, by Yuya Nishihara
color: drop useless override of ui.popbuffer()
2015-12-05, by Yuya Nishihara
repoview: bypass changelog method to computed cache key
2015-12-04, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip