Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
hgcia: remove hgcia (BC)
2016-05-12, by Jun Wu
py3: make tests/hghave use absolute_import
2016-05-13, by Pulkit Goyal
py3: make tests/f use absolute_import
2016-05-13, by Pulkit Goyal
py3: make tests/dummyssh use absolute_import
2016-05-13, by Pulkit Goyal
py3: make raise statement python3 compatible
2016-05-13, by Pulkit Goyal
Added signature for changeset aaabed77791a
stable
2016-05-16, by Matt Mackall
Added tag 3.8.2 for changeset aaabed77791a
stable
2016-05-16, by Matt Mackall
help: search section of help topic by translated section name correctly
stable
3.8.2
2016-05-13, by FUJIWARA Katsunori
patch: show lower-ed translated message correctly
stable
2016-05-13, by FUJIWARA Katsunori
py3: make i18n/posplit use print_function
2016-05-13, by Pulkit Goyal
py3: make i18n/posplit use absolute_import
2016-05-13, by Pulkit Goyal
wireproto: optimize handling of large batch responses
2016-05-12, by Augie Fackler
cleanup: replace False identity testing with an explicit token object
2016-05-05, by Pierre-Yves David
devel: officially deprecate dirstate.write without transaction argument
2016-05-11, by Pierre-Yves David
devel: officially deprecate update without destination
2016-05-11, by Pierre-Yves David
devel: fix a typo in a deprecation warning
2016-05-11, by Pierre-Yves David
devel: officially deprecate old style revset
2016-05-11, by Pierre-Yves David
check-code: handle py3 open divergence
2016-05-11, by timeless
check-code: switch to opener
2016-05-11, by timeless
check-code: handle range/xrange divergence
2016-05-11, by timeless
check-code: fix py3 complaint about \NNN being invalid unicode
2016-05-11, by timeless
hghave: switch from iteritems to items
2016-05-05, by timeless
hghave: matchoutput needs to use bytes for regexp
2016-05-05, by timeless
revset: make dagrange preserve order of input set
2016-05-03, by Yuya Nishihara
tests: mark test-check-pyflakes.t as requiring hg1.0+
2016-05-05, by timeless
dirstate: make backup methods public
2016-05-05, by Mateusz Kwapich
check-code: add a rule banning `env -u`
2016-05-06, by Kevin Bullock
subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
2016-05-06, by Kevin Bullock
graphmod: partial edge styling
2016-05-04, by Martijn Pieters
pure: write a really lazy version of pure indexObject
2016-04-24, by Maciej Fijalkowski
dispatch: always load extensions before running shell aliases (issue5230)
2016-05-07, by Jun Wu
httpclient: update to upstream revision 2995635573d2
2016-05-09, by Augie Fackler
crecord: call prevsibling() and nextsibling() directly
2016-05-06, by Anton Shestakov
dispatch: add fail-* family of hooks
2016-04-28, by Jordi GutiƩrrez Hermoso
py3: make hgext/rebase.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/mq.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/hisedit.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/hgk.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/gpg.py use absolute_import
2016-05-06, by Pulkit Goyal
py3: make hgext/graphlog.py use absolute_import
2016-05-06, by Pulkit Goyal
import-checker: recognize relative imports from parents of current package
2016-05-07, by liscju
py3: make hgext/fetch.py use absolute_import
2016-05-06, by Pulkit Goyal
tests: test-check-py3-compat.t output updated
2016-05-06, by Pulkit Goyal
revset: factor out public optimize() function from recursion
2016-05-02, by Yuya Nishihara
revset: introduce temporary variables in optimize() where they look better
2016-05-02, by Yuya Nishihara
revset: construct arguments of only() against matched tree
2016-05-02, by Yuya Nishihara
revset: unnest isonly() closure from optimize()
2016-05-02, by Yuya Nishihara
sslutil: stop checking for web.cacerts=! (BC)
2016-05-05, by Gregory Szorc
dispatch: stop setting web.cacerts=! to indicate --insecure
2016-05-05, by Gregory Szorc
sslutil: use CA loaded state to drive validation logic
2016-05-05, by Gregory Szorc
sslutil: handle ui.insecureconnections in validator
2016-05-05, by Gregory Szorc
sslutil: check for ui.insecureconnections in sslkwargs
2016-05-05, by Gregory Szorc
dispatch: set ui.insecureconnections when --insecure is used
2016-05-05, by Gregory Szorc
ui: add an instance flag to hold --insecure bit
2016-05-05, by Gregory Szorc
sslutil: make sslkwargs code even more explicit
2016-05-05, by Gregory Szorc
sslutil: move code examining _canloaddefaultcerts out of _defaultcacerts
2016-05-04, by Gregory Szorc
sslutil: further refactor sslkwargs
2016-05-04, by Gregory Szorc
sslutil: document and slightly refactor sslkwargs
2016-05-05, by Gregory Szorc
localrepo: remove a couple of local type aliases
2016-05-06, by Augie Fackler
cmdutil: typo fix in comment
2016-05-06, by Augie Fackler
tests: add globs for Windows
2016-05-05, by Matt Harbison
chgserver: add [alias] to confighash
2016-05-07, by Jun Wu
devel: use the 'config' argument for the dirstate normalisation develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument for the update develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument for the revset develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument for the dirstate develwarn
2016-05-08, by Pierre-Yves David
devel: use the new 'config' argument of the develwarn in deprecwarn
2016-05-08, by Pierre-Yves David
develwarn: move config gating inside the develwarn function
2016-05-08, by Pierre-Yves David
help: fix the display for `hg help internals.revlogs` (issue5227)
stable
2016-05-08, by Matt Harbison
builddeb: add distroseries to tagged versions
stable
2016-05-06, by Sean Farley
debian: forgot to make debian/rules executable in 6b95a623ec90
stable
2016-05-01, by Sean Farley
debian: add wish to suggests
stable
2016-04-30, by Sean Farley
hg-ssh: copy doc string to man page
stable
2016-05-06, by Sean Farley
progress: stop excessive clearing (issue4801)
stable
2016-05-06, by Matt Mackall
chgserver: remove _clearenvaliases
2016-05-06, by Jun Wu
dispatch: defer environment variable resolution in alias commands (BC)
2016-05-07, by Jun Wu
rollback: add a config knob for entirely disabling the command
2016-05-03, by Augie Fackler
templater: add separate() template function
2016-05-03, by Martin von Zweigbergk
bookmarks: jettison bmstore's write() method per deprecation policy
2016-05-04, by Augie Fackler
merge with stable
2016-05-05, by Matt Mackall
deprecation: gate deprecation warning behind devel configuration
stable
2016-05-05, by Pierre-Yves David
crecord: update downarrowshiftevent() docstring, remove todo
2016-05-05, by Anton Shestakov
crecord: remove things that don't happen in functions from their docstrings
2016-05-05, by Anton Shestakov
crecord: remove skipfolded keyword argument from patchnode.previtem()
2016-05-05, by Anton Shestakov
crecord: update a copy-pasted comment in downarrowshiftevent()
2016-05-05, by Anton Shestakov
crecord: drop the version condition for amend
2016-05-05, by Pierre-Yves David
crecord: add/remove blank lines (coding style)
2016-05-05, by Anton Shestakov
localrepo: jettison parents() method per deprecation policy (API)
2016-05-04, by Augie Fackler
revset: define _parsealias() in _aliasrules class
2016-04-17, by Yuya Nishihara
revset: factor out common parsing function
2016-04-17, by Yuya Nishihara
revset: inline _tokenizealias() into _parsealias()
2016-04-17, by Yuya Nishihara
store: treat range as a generator instead of a list for py3 compat
2016-04-10, by timeless
ui: add new config option for help text width
2016-05-04, by Jun Wu
tests: test histedit base command plan help
2016-05-03, by timeless
largefiles: makes verify batching stat calls to remote
2016-05-03, by liscju
largefiles: change basestore._verifyfile to take list of files to check
2016-05-03, by liscju
bookmarks: properly invalidate volatile sets when writing bookmarks
stable
2016-05-04, by Augie Fackler
test-obsolete: update extension in test to actually work
stable
2016-05-05, by Augie Fackler
bundle2: properly request phases during getbundle
stable
2016-05-05, by Mike Hommey
rebase: handle successor targets (issue5198)
2016-04-11, by timeless
debugbundle: add tests for debugbundle output with bundle2
2016-05-04, by Mike Hommey
revert: mention ui.origbackuppath in the command help
2016-05-04, by Nathan Goldbaum
help: wrap ".orig" in rst quotes
2016-04-30, by Sean Farley
parser: shorten prefix of alias parsing errors
2016-04-17, by Yuya Nishihara
parser: rephrase "'$' not for alias arguments" message
2016-04-17, by Yuya Nishihara
debugbundle: handle the --all option for bundle2
2016-04-18, by Mike Hommey
manifest: improve filesnotin performance by using lazymanifest diff
2016-05-02, by Tony Tung
keyword: replace use of _filerev with _filenode
2016-04-19, by Christian Ebert
merge with stable
2016-05-03, by Matt Mackall
Added signature for changeset a56296f55a5e
stable
2016-05-01, by Matt Mackall
Added tag 3.8.1 for changeset a56296f55a5e
stable
2016-05-01, by Matt Mackall
convert: pass absolute paths to git (SEC)
stable
3.8.1
2016-04-06, by Blake Burkhart
Added signature for changeset f85de28eae32
stable
2016-05-01, by Matt Mackall
Added tag 3.8 for changeset f85de28eae32
stable
2016-05-01, by Matt Mackall
debian: alphabetize build deps
stable
3.8
2016-04-30, by Sean Farley
debian: fix lintian warning about debhelper
stable
2016-04-30, by Sean Farley
builddeb: remove chmod as lintian tells us
stable
2016-04-30, by Sean Farley
builddeb: use codename in version
stable
2016-04-30, by Sean Farley
rebase: restrict rebase destination to the pulled set (issue5214)
stable
2016-04-30, by Pierre-Yves David
destutil: add the ability to specify a search space for rebase destination
stable
2016-04-30, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip