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.
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
repoview: stop recomputing cached key in all case
2015-12-04, by Pierre-Yves David
commands.debugindexdot: use cmdutil.openrevlog()
2015-12-05, by Gregory Szorc
commands: unify argument handling for revlog debug commands
2015-12-05, by Gregory Szorc
commit: fix rest syntax of examples
2015-12-06, by Yuya Nishihara
ui: optionally ignore sub-options from configitems()
2015-12-05, by Gregory Szorc
ui: add method to return option and all sub-options
2015-12-05, by Gregory Szorc
revlog: don't consider nullrev when choosing delta base
2015-12-04, by Martin von Zweigbergk
revlog: make calls to _isgooddelta() consistent
2015-12-04, by Martin von Zweigbergk
revlog: clarify which revision is added to 'tested' when using cached delta
2015-12-04, by Martin von Zweigbergk
revlog: remove unused variable 'chainlen'
2015-12-04, by Martin von Zweigbergk
commit: adjust the quoting in the examples to be Windows friendly
2015-12-05, by Matt Harbison
wireproto: config options to disable bundle1
2015-12-04, by Gregory Szorc
dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977)
stable
2015-12-07, by Mathias De Maré
exchange: standalone function to determine if bundle2 is requested
2015-12-04, by Gregory Szorc
wireproto: add docstring for wirepeer
2015-12-04, by Gregory Szorc
commit: add some help examples (issue4963)
2015-12-04, by Augie Fackler
changegroup: restate file linknode callback using generator expressions
2015-12-04, by Augie Fackler
changegroup: clean up file lookup function
2015-12-04, by Augie Fackler
changegroup: remove one special case from lookupmflinknode
2015-12-04, by Augie Fackler
changegroup: drop 'if True' that made the previous change clearer
2015-12-04, by Augie Fackler
changegroup: avoid iterating the whole manifest
2015-12-04, by Augie Fackler
posix: work around "posix" systems without os.link available (issue4974)
2015-12-04, by Augie Fackler
pathutil: use temporary variables instead of complicated wrapping
2015-12-03, by Pierre-Yves David
context: use a the nofsauditor when matching file in history (issue4749)
2015-12-03, by Pierre-Yves David
localrepo: add a second auditor without file system check
2015-12-03, by Pierre-Yves David
pathauditor: add a way to skip file system check
2015-12-03, by Pierre-Yves David
pathauditor: move file system specific check in their own function
2015-12-03, by Pierre-Yves David
contrib: disable SSLv3_method() to build old Python with recent libssl
2015-11-07, by Yuya Nishihara
rebase: only clear rebase status after the rebase transaction has completed
2015-12-03, by Laurent Charignon
dirstate: don't write repo.currenttransaction to repo.dirstate if repo
stable
2015-12-03, by Sietse Brouwer
tests: test changegroup generation for filtered changesets (issue4982)
stable
2015-12-02, by Gregory Szorc
parsers: fix parse_dirstate to check len before unpacking header (issue4979)
stable
2015-12-02, by Yuya Nishihara
mercurial: support loading modules from zipimporter
2015-12-03, by Gregory Szorc
mercurial: don't load C extensions from PyPy
2015-11-24, by Gregory Szorc
mercurial: be more strict about loading dual implemented modules
2015-11-24, by Gregory Szorc
setup: refactor handling of modules with C/Python implementations
2015-12-03, by Gregory Szorc
check-seclevel: set module load policy to Python only
2015-11-24, by Gregory Szorc
mercurial: implement import hook for handling C/Python modules
2015-12-03, by Gregory Szorc
changegroup: document manifest linkrev callback some more
2015-12-03, by Augie Fackler
changegroup: note during bundle apply if the repo was empty
2015-12-02, by Augie Fackler
histedit: improve missing rule suggestion
2015-12-02, by timeless
graphlog: make node symbol templatable by ui.graphnodetemplate option
2015-11-14, by Yuya Nishihara
templatekw: avoid slow creation of changectx objects in showgraphnode()
2015-11-14, by Yuya Nishihara
graphlog: extract "graphnode" template keyword that represents node symbol
2015-11-14, by Yuya Nishihara
graphlog: move creation of workingdir-parent nodes to displaygraph()
2015-11-14, by Yuya Nishihara
builddeb: read default distribution and codename from lsb_release
2015-11-25, by Anton Shestakov
builddeb: remove unused --debbuilddir option
2015-11-25, by Anton Shestakov
builddeb: add --distid option to specify Distributor ID
2015-11-25, by Anton Shestakov
builddeb: rename --release option to --codename
2015-11-25, by Anton Shestakov
histedit: get rid of state.rules
2015-12-02, by Mateusz Kwapich
histedit: change state.rules uses to state.actions
2015-12-02, by Mateusz Kwapich
histedit: add tostate method to histedit action
2015-12-02, by Mateusz Kwapich
histedit: remove makedesc
2015-12-02, by Mateusz Kwapich
histedit: use torule instead of makedesc in ruleeditor
2015-12-02, by Mateusz Kwapich
histedit: add torule method to histedit action objects
2015-12-02, by Mateusz Kwapich
histedit: add verify() to histeditaction
2015-12-02, by Mateusz Kwapich
histedit: add addhisteditaction decorator
2015-12-02, by Mateusz Kwapich
histedit: add actions property to histedit state
2015-12-02, by Mateusz Kwapich
check-commit: remove confusion between summary line and other headers
2015-11-06, by Pierre-Yves David
shelve: execute checkunfinished inside wlock scope
2015-12-02, by FUJIWARA Katsunori
shelve: widen wlock scope of shelve for consistency while processing
2015-12-02, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip