Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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.
localrepo: map integer and hex wdir identifiers to workingctx
2016-08-19, by Yuya Nishihara
revlog: map rev(wdirid) to WdirUnsupported exception
2016-08-20, by Yuya Nishihara
scmutil: introduce binnode(ctx) as paired function with intrev(ctx)
2017-06-03, by Yuya Nishihara
merge: use scmutil.intrev() to sort ctx objects
2017-06-03, by Yuya Nishihara
scmutil: pass ctx object to intrev()
2017-06-03, by Yuya Nishihara
setup: do not overwrite local __modulepolicy__.py on out-of-source build
2017-06-03, by Yuya Nishihara
Added signature for changeset c850f0ed54c1
stable
2017-06-04, by Kevin Bullock
Added tag 4.2.1 for changeset c850f0ed54c1
stable
2017-06-04, by Kevin Bullock
merge with stable
2017-06-03, by Augie Fackler
status: don't crash if a lookup file disappears
stable
4.2.1
2017-06-02, by Siddharth Agarwal
match: simplify nevermatcher
2017-06-01, by Martin von Zweigbergk
annotate: restructure formatter output to be nested list (BC)
2017-06-03, by Yuya Nishihara
annotate: rename formatter variable
2017-06-03, by Yuya Nishihara
setup: prevent setuptools from laying an egg
2017-05-07, by Matt Harbison
bitmanipulation: add missing include of string.h
2017-06-02, by Martin von Zweigbergk
py3: add test to show `hg update` and `hg identify` works on Python 3
2017-06-01, by Pulkit Goyal
py3: add a test to show `hg diff` works on Python 3
2017-06-02, by Pulkit Goyal
py3: implement __bytes__ for committablectx
2017-06-01, by Pulkit Goyal
py3: convert exception to bytes to pass into ui.warn()
2017-06-02, by Pulkit Goyal
py3: convert bool variables to bytes before passing into ui.debug()
2017-06-01, by Pulkit Goyal
py3: use dict.update() instead of constructing lists and adding them
2017-06-01, by Pulkit Goyal
patchbomb: add -B option to select a bookmark
2017-02-03, by David Demelier
test: add the mirror push race case for non-contiguous branch head
2017-05-27, by Pierre-Yves David
test: add a push race case where non-contiguous branch head are created
2017-05-27, by Pierre-Yves David
test: add a push race case where the raced push touch multiple heads
2017-05-27, by Pierre-Yves David
test: add a push race case where racing push touches multiple heads
2017-05-27, by Pierre-Yves David
test: add a push race case where racing push create a new named branch
2017-05-27, by Pierre-Yves David
test: add a push race case where raced push created a new named branch
2017-05-27, by Pierre-Yves David
test: add a push race case where the racing client create a new head
2017-05-27, by Pierre-Yves David
test: add a push race case where each client replaces a different head
2017-05-27, by Pierre-Yves David
test: add a file dedicated to push race between clients
2017-05-27, by Pierre-Yves David
strip: strip obsmarkers exclusive to the stripped changeset
2017-05-20, by Pierre-Yves David
strip: do not include obsolescence markers for the temporary bundle
2017-06-01, by Pierre-Yves David
exclusive-markers: update the dedicated test with list of exclusive markers
2017-06-01, by Pierre-Yves David
obsolete: add a function to compute "exclusive-markers" for a set of nodes
2017-05-20, by Pierre-Yves David
test-obsolete-bundle-strip: check all changesets in the isolated prune case
2017-06-01, by Pierre-Yves David
test-obsolete-bundle-strip: add testing of markers backup during strip
2017-05-26, by Pierre-Yves David
strip: also backup obsmarkers
2017-05-20, by Pierre-Yves David
tests: fix run-tests when there's a bad #if in a test
2017-05-30, by Augie Fackler
tests: make run-tests fail early if no channel is found
2017-05-30, by Augie Fackler
dispatch: convert exception payload to bytes more carefully
2017-05-28, by Augie Fackler
help: convert flag default to bytes portably
2017-05-28, by Augie Fackler
cmdutil: use isstdiofilename() where appropriate
2017-06-01, by Yuya Nishihara
py3: simply use b'%d\n' to format pid in server.py
2017-06-01, by Yuya Nishihara
py3: implement __bytes__() on most of our exception classes
2017-06-01, by Yuya Nishihara
py3: convert __doc__ back to bytes in help.py
2017-06-01, by Yuya Nishihara
py3: ensure that we don't concat bytes and str and the end result is bytes
2017-06-01, by Pulkit Goyal
py3: make sure we return strings from __str__ and __repr__
2017-06-01, by Pulkit Goyal
py3: replace None with -1 to sort an integer array
2017-05-31, by Pulkit Goyal
py3: pass str in os.sysconf()
2017-05-31, by Pulkit Goyal
context: move dirty() to committablectx
2017-05-11, by Sean Farley
committablectx: extra is already normalized by committablectx.__init__
2017-05-11, by Sean Farley
help: clarify the choice of pager
stable
2017-06-02, by Xavier Lepaul
i18n-pt_BR: fix syntax error on translation
stable
2017-06-02, by Wagner Bruna
i18n-pt_BR: synchronized with 870248603a4e
stable
2017-06-01, by Wagner Bruna
match: introduce nevermatcher for when no ignore files are present
2017-06-01, by Siddharth Agarwal
check-code: suggest policy.importmod
2017-05-31, by Jun Wu
test-obsolete-bundle-strip: test bundling in the seventh case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the sixth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the fifth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the fourth case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the third case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the second case
2017-05-26, by Pierre-Yves David
test-obsolete-bundle-strip: test bundling in the first case
2017-05-26, by Pierre-Yves David
obsolete: raise richer exception on unknown version
2017-05-25, by Pierre-Yves David
import-checker: add hgdemandimport to local modules
2017-05-31, by Siddharth Agarwal
rebase: drop unnecessary parentchange call
2017-05-31, by Siddharth Agarwal
hidden: remove unnecessary guard condition
2017-05-30, by Martin von Zweigbergk
hidden: subtract pinned revs from hidden earlier
2017-05-30, by Martin von Zweigbergk
hidden: make _revealancestors() reveal ancestors exclusively
2017-05-27, by Martin von Zweigbergk
hidden: remove _consistencyblockers()
2017-05-27, by Martin von Zweigbergk
hidden: pass revs to iterate into _consistencyblockers()
2017-05-27, by Martin von Zweigbergk
hidden: remove unnecessary 'domain' parameter from _revealancestors()
2017-05-27, by Martin von Zweigbergk
hidden: change _domainancestors() to _revealancestors()
2017-05-27, by Martin von Zweigbergk
hidden: rename "revealedrevs" to "pinnedrevs" (API)
2017-05-27, by Martin von Zweigbergk
hidden: drop obsolete comment about cacheability
2017-05-27, by Martin von Zweigbergk
cat: add formatter support
2017-05-25, by Yuya Nishihara
cat: use with statement to close output file
2017-05-27, by Yuya Nishihara
cat: stop using makefileobj()
2017-05-25, by Yuya Nishihara
formatter: add nullformatter
2017-05-27, by Yuya Nishihara
formatter: add helper to create a formatter optionally backed by file
2017-05-27, by Yuya Nishihara
formatter: add option to redirect output to file object
2015-01-18, by Yuya Nishihara
merge with i18n
stable
2017-06-01, by Kevin Bullock
i18n-pt_BR: synchronized with a0e46f6b248b
stable
2017-05-31, by Wagner Bruna
zsh_completion: install as _hg not hg
stable
2017-05-26, by Kyle Lippincott
osx: override default exclude filter for pkgbuild
stable
2017-05-26, by Augie Fackler
bugzilla: fix typo in help text
stable
2017-05-31, by Wagner Bruna
help: fix typos
stable
2017-05-31, by Wagner Bruna
win32mbcs: avoid unintentional failure at colorization
stable
2017-05-31, by FUJIWARA Katsunori
tests: fix typo in "flagprocesor"
2017-05-31, by Martin von Zweigbergk
contrib: remove unnecessary debug output from editmergeps.ps1
2017-05-30, by Kostia Balytskyi
contrib: fix a bug preventing editmergeps.ps1 from running unknonw editors
2017-05-30, by Kostia Balytskyi
contrib: make editmergeps use -NoNewWindow option in Start-Process cmdlet
2017-05-30, by Kostia Balytskyi
contrib: run editmergeps.ps1 from the same location as editmergeps.bat
2017-05-30, by Kostia Balytskyi
help: pass commands module by argument
2017-05-21, by Yuya Nishihara
copies: introduce getdstfctx
2017-05-29, by Stanislau Hlebik
copies: rename getfctx to getsrcfctx
2017-05-29, by Stanislau Hlebik
copies: remove msrc and mdst parameters
2017-05-29, by Stanislau Hlebik
copies: add dstctx parameter
2017-05-29, by Stanislau Hlebik
copies: rename ctx to srcctx
2017-05-29, by Stanislau Hlebik
copies: rename m2 to mdst
2017-05-29, by Stanislau Hlebik
copies: rename m1 to msrc
2017-05-29, by Stanislau Hlebik
transaction: delete callbacks after use
2017-05-26, by Gregory Szorc
match: remove special-casing of always-matching patterns in patternmatcher
2017-05-19, by Martin von Zweigbergk
match: move normalize() call out of matcher constructors
2017-05-19, by Martin von Zweigbergk
match: drop support for empty pattern list in patternmatcher
2017-05-19, by Martin von Zweigbergk
match: optimize visitdir() for when no explicit files are listed
2017-05-20, by Martin von Zweigbergk
match: handle everything-matching using new alwaysmatcher
2017-05-19, by Martin von Zweigbergk
match: add __repr__ for subdirmatcher
2017-05-26, by Martin von Zweigbergk
tests: make test-manifest.py portable to Python 3
2017-05-28, by Augie Fackler
cleanup: rename all iteritems methods to items and add iteritems alias
2017-05-29, by Augie Fackler
help: work around textwrap.dedent() only working on strings
2017-05-28, by Augie Fackler
server: write out pid using bytes IO instead of str IO
2017-05-28, by Augie Fackler
help: convert dict to strkwargs
2017-05-28, by Augie Fackler
util: use sysstr.join instead of bytes.join in textwrap wrapper
2017-05-28, by Augie Fackler
tests: port test extension in test-help.t to python 3
2017-05-28, by Augie Fackler
doc: port check-seclevel.py to be Python 2/3 portable
2017-05-28, by Augie Fackler
match: define exactmatcher.matchfn statically
2017-05-28, by Yuya Nishihara
match: remove override of prefix() from differencematcher
2017-05-28, by Yuya Nishihara
cat: do not start pager if output will be written to file
2017-05-27, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip