Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
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
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
gpg: make sign acquire wlock before processing
2015-12-02, by FUJIWARA Katsunori
commands: execute checkunfinished and bailifchanged inside wlock scope
2015-12-02, by FUJIWARA Katsunori
commands: widen wlock scope of graft for consitency while processing
2015-12-02, by FUJIWARA Katsunori
commands: make backout acquire locks before processing
2015-12-02, by FUJIWARA Katsunori
commands: make commit acquire locks before processing (issue4368)
2015-12-02, by FUJIWARA Katsunori
addrevision: use general delta when the incoming base delta is bad
2015-12-01, by Pierre-Yves David
test: use a bigger manifest in general delta test
2015-12-01, by Pierre-Yves David
addrevision: rework generaldelta computation
2015-12-01, by Pierre-Yves David
bmstore: close file in a finally block in _writerepo
2015-11-11, by Augie Fackler
bmstore: add basic clean-state tracking
2015-11-11, by Augie Fackler
bookmarks: hoist getbkfile out of bmstore class
2015-11-11, by Augie Fackler
bookmarks: document getbkfile method
2015-11-11, by Augie Fackler
hgweb: load server settings from --web-conf (issue4699)
2015-10-31, by Yuya Nishihara
extdiff: correctly handle deleted subrepositories (issue3153)
2015-11-17, by Andrew Zwicky
hgweb: make sure command options are set to all ui objects
2015-11-21, by Yuya Nishihara
hgweb: eliminate duck-typing to select hgweb or hgwebdir by command option
2015-10-31, by Yuya Nishihara
addrevision: only use the incoming base if it is a good delta (issue4975)
2015-12-01, by Pierre-Yves David
addrevision: handle code path not producing delta
2015-12-01, by Pierre-Yves David
addrevision: rename 'd' to 'delta'
2015-12-01, by Pierre-Yves David
strip: add a --keep test related to removing files from dirstate
2015-11-30, by Christian Delahousse
dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild
2015-11-30, by Christian Delahousse
debugrebuilddirstate: added tests for --minimal flag
2015-12-01, by Christian Delahousse
debugdirstate: add command to rebuildstate test to modify dirstate
2015-12-01, by Christian Delahousse
graft: improve --continue abort message
2015-12-02, by timeless
summary: mention graft
2015-12-02, by timeless
histedit: mention histedit-last-edit.txt on abort
2015-12-02, by timeless
histedit: add missing raise keyword to statement
2015-12-02, by timeless
histedit: improve grammar for _histedit comment
2015-12-02, by timeless
test-fncache: ensure lock doesn't look held to __del__
2015-12-01, by Augie Fackler
commands: inline definition of localrepo.parents() and drop the method (API)
2015-11-11, by Augie Fackler
localrepo: document nodebookmarks
2015-11-11, by Augie Fackler
localrepo: remove clone method by hoisting into hg.py
2015-11-11, by Augie Fackler
filemerge: default regular prompts to 'leave unresolved' (BC)
2015-12-01, by Siddharth Agarwal
filemerge: add a 'leave unresolved' option to change/delete prompts
2015-11-30, by Siddharth Agarwal
filemerge: add a 'leave unresolved' option to regular prompts
2015-11-30, by Siddharth Agarwal
filemerge: add debug output for whether this is a change/delete conflict
2015-11-25, by Siddharth Agarwal
webcommands: test that fctx is not None in filediff()
2015-11-28, by Anton Shestakov
webcommands: stop using ersatz if-else ternary operator for rename variable
2015-11-28, by Anton Shestakov
webcommands: get correct parents when comparing a removed file (issue4962)
2015-11-28, by Anton Shestakov
repair: use bookmarks.recordchange instead of bookmarks.write
2015-11-30, by Laurent Charignon
commit: add amend mode for commit -i
2015-11-30, by Laurent Charignon
commit: add a way to return more information from the chunkselector
2015-11-30, by Laurent Charignon
histedit: edit with custom filename
2015-11-21, by Mykola Nikishov
ui: allow open editor with custom filename
2015-11-21, by Mykola Nikishov
help: make help deprecated mention the extension
2015-11-30, by timeless
help: make listexts less confusing for deprecated exts
2015-11-30, by timeless
patchbomb: rename email function
2015-11-29, by timeless
graphlog: rename glog function
2015-11-29, by timeless
commit: preserve extra when amending with commit --amend
2015-11-28, by Mike Edgar
graft: copy extra (except branch) when copying changesets
2015-11-28, by Mike Edgar
rebase: propagate extra dict from rebase source changeset
2015-11-28, by Mike Edgar
histedit: add examples
2015-11-25, by Mathias De Maré
commands: add examples for 'addremove'
2015-11-25, by Mathias De Maré
commands: add example for 'hg add'
2015-11-25, by Mathias De Maré
extensions: refuse to load extensions if minimum hg version not met
2015-11-24, by Gregory Szorc
run-tests: add --slowtimeout and use it for slow tests
2015-11-25, by timeless
serve: unify cmdutil.service() calls of commandserver and hgweb
2015-10-31, by Yuya Nishihara
hgweb: extract factory function of httpservice object
2015-10-31, by Yuya Nishihara
hgweb: move httpservice object from commands module
2015-10-31, by Yuya Nishihara
merge: move almost all change/delete conflicts to resolve phase (BC) (API)
2015-11-25, by Siddharth Agarwal
test-merge-changedelete.t: print out debugmergestate
2015-11-25, by Siddharth Agarwal
debugmergestate: also recognize change/delete conflicts in the merge state
2015-11-24, by Siddharth Agarwal
debugmergestate: print out null nodes as 'null'
2015-11-30, by Siddharth Agarwal
test-merge-force.t: check .orig files separately
2015-11-24, by Siddharth Agarwal
merge.recordupdates: mark 'a' files as added unconditionally
2015-11-24, by Siddharth Agarwal
merge: add a new action type representing files to add/mark as modified
2015-11-30, by Siddharth Agarwal
mergestate: add a cached property accessor for the local context
2015-11-30, by Siddharth Agarwal
mergestate: raise exception if otherctx is accessed but _other isn't set
2015-11-30, by Siddharth Agarwal
pager: improve help for --pager=
2015-11-30, by timeless
setup: remove unused py_modules argument to setup()
2015-11-24, by Gregory Szorc
test-merge-changedelete.t: add resolve --list output
2015-11-23, by Siddharth Agarwal
test-merge-changedelete.t: add a file with regular merge conflicts
2015-11-23, by Siddharth Agarwal
filemerge: in ':prompt', use ':fail' tool rather than returning directly
2015-11-24, by Siddharth Agarwal
filemerge: in ':fail' tool, write out other side if local side is deleted
2015-11-24, by Siddharth Agarwal
mergestate: explicitly forget 'dc' conflicts where the deleted side is picked
2015-11-23, by Siddharth Agarwal
merge.applyupdates: add all actions returned from merge state
2015-11-23, by Siddharth Agarwal
identify: refer to log to be able to view full hashes
2015-11-27, by Mathias De Maré
log: add 'hg log' example for full hashes
2015-11-27, by Mathias De Maré
backout: add examples to clarify basic usage
2015-10-02, by Mathias De Maré
gpg: rename sigcheck function
2015-11-25, by timeless
extensions: properly mark progress as part of core
2015-11-24, by Augie Fackler
test-help: don't use progress extension for the test of argument parsing
2015-11-27, by Yuya Nishihara
hghave.py: fix matchoutput documentation
2015-11-24, by timeless
dispatch: use versiontuple()
2015-11-24, by Gregory Szorc
util: add versiontuple() for returning parsed version information
2015-11-24, by Gregory Szorc
extensions: rename _ignore to _builtin, add descriptive comment
2015-11-24, by Bryan O'Sullivan
ui: avoid needless casting to a str
2015-11-22, by Gregory Szorc
ui: remove labeled argument from popbuffer
2015-11-24, by Gregory Szorc
color: evaluate labels at write time
2015-11-22, by Gregory Szorc
cmdutil: pass labeled=True to pushbuffer()
2015-11-22, by Gregory Szorc
ui: track label expansion when creating buffers
2015-11-22, by Gregory Szorc
Added signature for changeset 2d437a0f3355
stable
2015-12-01, by Matt Mackall
Added tag 3.6.2 for changeset 2d437a0f3355
stable
2015-12-01, by Matt Mackall
docker: match more version of 'hg docker version' (issue4967)
stable
3.6.2
2015-11-24, by Pierre-Yves David
localrepo.commit: check all files for resolve state (issue4972)
stable
2015-11-30, by Siddharth Agarwal
test-contrib-perf: add smoke tests for perf.py
2015-11-24, by timeless
contrib/perf: perfparents handle filtered repos
2015-11-24, by timeless
contrib/perf: perfparents handle tiny repos
2015-11-24, by timeless
contrib/perf: fix perfmergecalculate
2015-11-24, by timeless
contrib/perf: fix perffncachewrite
2015-11-24, by timeless
contrib/perf: omit duplicated function
2015-11-24, by timeless
contrib/perf: name functions to match decorators
2015-11-24, by timeless
hghave.py: remove execute bit
2015-11-24, by timeless
format: create new repository as 'generaldelta' by default
2015-11-02, by Pierre-Yves David
shelve: use colon instead of quotes in 'changes to' description
2015-11-22, by Siddharth Agarwal
merge.applyupdates: create absentfilectxes for change/delete conflicts
2015-11-22, by Siddharth Agarwal
mergestate: add methods to queue files to remove, add or get
2015-11-22, by Siddharth Agarwal
resolve: record dirstate actions after performing resolutions
2015-11-15, by Siddharth Agarwal
mergestate: add a way to record pending dirstate actions
2015-11-20, by Siddharth Agarwal
merge.recordupdates: don't require action keys to be present in dict
2015-11-15, by Siddharth Agarwal
histedit: constant-ify the constraints list
2015-11-23, by Augie Fackler
histedit: add an experimental base action
2015-11-17, by Mateusz Kwapich
histedit: add abortdirty function
2015-11-17, by Mateusz Kwapich
histedit: add forceother constraint
2015-11-12, by Mateusz Kwapich
histedit: make verification configurable
2015-11-17, by Mateusz Kwapich
paper: show current revision on file log page
2015-11-13, by Anton Shestakov
merge.applyupdates: extend action queues with ones returned from mergestate
2015-11-20, by Siddharth Agarwal
mergestate: add a method to compute actions to perform on dirstate
2015-11-20, by Siddharth Agarwal
merge.applyupdates: use counters from mergestate
2015-11-20, by Siddharth Agarwal
mergestate: add a function to return the number of unresolved files
2015-11-20, by Siddharth Agarwal
mergestate: add a method to return updated/merged/removed counts
2015-11-20, by Siddharth Agarwal
mergestate._resolve: don't return the action any more
2015-11-20, by Siddharth Agarwal
mergestate._resolve: store return code and action for each file
2015-11-20, by Siddharth Agarwal
revsetbenchmarks: support benchmarking changectx loading
2015-11-21, by Gregory Szorc
perf: support obtaining contexts from perfrevset
2015-11-21, by Gregory Szorc
localrepo: improve docstring for revset methods
2015-11-21, by Gregory Szorc
revlog: improve documentation
2015-11-22, by Gregory Szorc
demandimport: don't enable when running under PyPy
2015-11-21, by Gregory Szorc
ui.write: don't clear progress bar when writing to a buffer
2015-11-14, by Gregory Szorc
test-resolve: fix '--tool f' invocation for Windows
2015-11-22, by Matt Harbison
util.datestr: use divmod()
2015-11-14, by Gregory Szorc
cmdutil.changeset_printer: pass context into showpatch()
2015-11-14, by Gregory Szorc
context: avoid extra parents lookups
2015-11-21, by Gregory Szorc
context: optimize _parents()
2015-11-21, by Gregory Szorc
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip