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.
sshpeer: use the doublepipe object for the server to client channel
2015-05-20, by Pierre-Yves David
sshpeer: introduce a "doublepipe" class
2015-05-22, by Pierre-Yves David
util: add a simple poll utility
2015-05-20, by Pierre-Yves David
crecord: fix blue artifact bug coming back from help screen
2015-06-03, by Laurent Charignon
scmutil: consistently return subrepos relative to ctx1 from itersubrepos()
2015-06-03, by Matt Harbison
context: introduce the nullsub() method
2015-06-03, by Matt Harbison
subrepo: introduce the nullsubrepo() method
2015-06-03, by Matt Harbison
ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
2015-05-07, by Yuya Nishihara
https: do not inherit httplib.HTTPSConnection that creates unused SSLContext
2015-05-07, by Yuya Nishihara
test-https: test basic functions of client certificate authentication
2015-05-07, by Yuya Nishihara
phases: add `hg help phases` hint to failures to edit public commits
2015-06-01, by Jordi Gutiérrez Hermoso
phases: rewrite "immutable changeset" to "public changeset"
2015-06-01, by Jordi Gutiérrez Hermoso
revlog: raise an exception earlier if an entry is too large (issue4675)
2015-06-02, by Jordi Gutiérrez Hermoso
wix: move library.zip and all *.pyd into a lib/ folder
2015-06-03, by Steve Borho
sshpeer: run the ssh command unbuffered
2015-05-20, by Pierre-Yves David
sshpeer: use a 'bufferedinputpipe' for standard output of the ssh process
2015-05-31, by Pierre-Yves David
util: introduce a bufferedinputpipe utility
2015-05-30, by Pierre-Yves David
test: drop all the forced use of bundle2
2015-05-27, by Pierre-Yves David
bundle2: use bundle2 by default
2015-02-06, by Pierre-Yves David
wireprotocol: distinguish list and set in getbundle argument
2015-06-01, by Pierre-Yves David
exchange: support transferring .hgtags fnodes mapping
2015-05-25, by Gregory Szorc
bundle2: part handler for processing .hgtags fnodes mappings
2015-06-01, by Gregory Szorc
changegroup: rename _computeoutgoing to computeoutgoing
2015-06-02, by Gregory Szorc
merge with stable
2015-06-02, by Matt Mackall
test-treemanifest: add globs for Windows
2015-06-01, by Matt Harbison
test-import: sync with 6084926366b9 for platforms without execbit
2015-06-01, by Matt Harbison
hgwebdir: avoid redundant repo and directory entries when 'web.name' is set
stable
2015-06-01, by Matt Harbison
Added signature for changeset ed18f4acf435
stable
2015-06-01, by Matt Mackall
Added tag 3.4.1 for changeset ed18f4acf435
stable
2015-06-01, by Matt Mackall
merge with stable
2015-06-01, by Matt Mackall
templatekw: compare target context and its parent exactly (issue4690)
stable
3.4.1
2015-06-02, by FUJIWARA Katsunori
test: use bundle2 in test-pull-http
2015-05-29, by Pierre-Yves David
test: use bundle2 in test-push-http
2015-05-27, by Pierre-Yves David
test: copy test-push-http.t to testpush-http-bundle1.t
2015-05-27, by Pierre-Yves David
tests: add (?) flag for optional lines
2015-05-31, by Matt Mackall
templatekw: display active bookmark more consistently (issue4552) (BC)
2015-04-15, by Ryan McElroy
revrange: build spanset from x:y range
2015-05-24, by Yuya Nishihara
revrange: build balanced tree of addsets from revisions (issue4565)
2015-05-24, by Yuya Nishihara
revrange: clean up meaningless reconstruction of sets
2015-05-24, by Yuya Nishihara
revrange: drop unnecessary deduplication of revisions
2015-05-24, by Yuya Nishihara
summary: move the parents phase marker to commit line (issue4688)
2015-05-29, by Gilles Moris
tags: support setting hgtags fnodes cache entries
2015-05-25, by Gregory Szorc
tags: support reading tags cache without populating
2015-05-25, by Gregory Szorc
check-commit: make foo_bar naming regexp less greedy
2015-05-31, by Gregory Szorc
test: use bundle2 in test-http
2015-05-27, by Pierre-Yves David
test: copy test-http.t to test-http-bundle1.t
2015-05-27, by Pierre-Yves David
test: use bundle2 in test-ssh
2015-05-27, by Pierre-Yves David
test: copy test-ssh.t to test-ssh-bundle1.t
2015-05-27, by Pierre-Yves David
test: lock test-unbundlehash to bundle1 usage
2015-05-27, by Pierre-Yves David
test: use bundle2 in test-acl
2015-05-27, by Pierre-Yves David
test: use both bundle formats in test-pull-http
2015-05-27, by Pierre-Yves David
test: use bundle2 in test-http-proxy
2015-05-27, by Pierre-Yves David
tests: use bundle2 for test-hook
2015-05-27, by Pierre-Yves David
pull: only prefetch bookmarks when using bundle1
2015-05-27, by Pierre-Yves David
pull: document the race condition with bookmark name
2015-05-28, by Pierre-Yves David
pull: only list remote bookmarks if -B is used to populate pulled heads
2015-05-28, by Pierre-Yves David
i18n-ja: synchronized with 8594d0b3018e
stable
2015-06-01, by FUJIWARA Katsunori
hg: explicitly check that peer lookup object has instance() if call failed
2015-05-30, by Yuya Nishihara
extensions: show traceback on load failure if --traceback flag is set
2015-03-30, by Yuya Nishihara
ui: flush stdout before writing traceback to stderr
2015-05-31, by Yuya Nishihara
treemanifest: visit directory 'foo' when given e.g. '-X foo/ba?'
2015-05-27, by Martin von Zweigbergk
phases: fix bug where native phase computation wasn't called
2015-05-29, by Laurent Charignon
merge with stable
2015-05-29, by Matt Mackall
record: add default value for operation argument
2015-05-27, by Laurent Charignon
record: precise documentation
2015-05-28, by Laurent Charignon
test: use both bundle formats in test-bookmarks-pushpull
2015-05-27, by Pierre-Yves David
test: explicitly test wire protocol discovery with bundle1 and bundle2
2015-05-27, by Pierre-Yves David
test: use bundle2 for exchange in test-push-warn
2015-05-27, by Pierre-Yves David
test: use bundle2 for exchange in test-largefile
2015-05-27, by Pierre-Yves David
test: use bundle2 for exchange in test-push-warn
2015-05-27, by Pierre-Yves David
test: use bundle2 for exchange in test-bookmark-pushpull
2015-05-27, by Pierre-Yves David
test: use bundle2 for exchange in test-obsolete
2015-05-27, by Pierre-Yves David
revert: remove unused debug code in the test file
2015-05-29, by Laurent Charignon
commands: rename current to active in variables and comments
2015-05-28, by Ryan McElroy
templatekw: introduce active subkeyword from bookmarks keyword
2015-05-28, by Ryan McElroy
bookmarks: name label for active bookmark correctly
2015-04-16, by Ryan McElroy
tests: descending empty dirs works in all hgweb styles, test them too
2015-05-30, by Anton Shestakov
tests: actualize the comment in test-hgweb-descend-empties.t
2015-05-30, by Anton Shestakov
revset: add fast path for _list() of integer revisions
2015-05-17, by Yuya Nishihara
revset: optimize 'or' operation of trivial revisions to a list
2015-05-17, by Yuya Nishihara
revset: make "null" able to appear in internal _list() expression
2015-05-29, by Yuya Nishihara
revset: make internal _list() expression remove duplicated revisions
2015-05-24, by Yuya Nishihara
repair: use _hexlist() to build revset expression from binary nodes
2015-05-24, by Yuya Nishihara
listkey: display the size of the listkey payload in a debug message
2015-05-28, by Pierre-Yves David
ssh: test some no-op pull through ssh with --debug
2015-05-29, by Pierre-Yves David
subrepo: detect issue3781 case earlier so it apply to bundle2
2015-05-27, by Pierre-Yves David
bundle2: hide bundle2 stream debug under a config flag
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output regarding processed interruption
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output regarding processed part payload
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output regarding processed part
2015-05-26, by Pierre-Yves David
bundle2: add generic debug output at the end of bundle processing
2015-05-27, by Pierre-Yves David
bundle2: add generic debug output regarding processed bundle
2015-05-27, by Pierre-Yves David
histedit: fix keep during --continue
stable
2015-05-28, by Durham Goode
dispatch: disable demandimport for the --debugger option
2015-05-28, by Jordi Gutiérrez Hermoso
hooks: replace if-try-finally with a "with" statement
2015-05-28, by Jordi Gutiérrez Hermoso
demandimport: define a `deactivated` context manager
2015-05-28, by Jordi Gutiérrez Hermoso
largefiles: drop the unused lfcommands._addchangeset()
2015-05-28, by Matt Harbison
largefiles: use the convert extension for 'lfconvert --to-normal'
2015-05-28, by Matt Harbison
bundle2: add generic debug output regarding generated interruption
2015-05-27, by Pierre-Yves David
bundle2: add generic debug output regarding generated parts
2015-05-27, by Pierre-Yves David
bundle2: add generic debug output regarding generated bundle
2015-05-27, by Pierre-Yves David
bundle2: add debug output for part generation
2015-05-27, by Pierre-Yves David
bundle2: handle new line in 'indebug' function
2015-05-26, by Pierre-Yves David
bundle2: prefix all unbundling debug message with 'bundle2-input:'
2015-05-26, by Pierre-Yves David
bundle2: introduce a specific function for debug messages while unbundling
2015-05-26, by Pierre-Yves David
bundle2: add an informative comment to the capability dict
2015-05-28, by Pierre-Yves David
merge with stable
2015-05-28, by Matt Mackall
bundle2: handle new line in 'outdebug' function
2015-05-26, by Pierre-Yves David
bundle2: prefix all bundling debug messages with 'bundle2-ouput:'
2015-05-26, by Pierre-Yves David
bundle2: introduce a specific function for bundling debug message
2015-05-26, by Pierre-Yves David
parsers: simplify the code computing the phases
2015-05-27, by Laurent Charignon
parsers: move index_get_parents's declaration higher
2015-05-27, by Laurent Charignon
record: add an operation arguments to customize recording ui
2015-05-27, by Laurent Charignon
revset: reduce nesting of chained 'or' operations (issue4624)
2015-04-26, by Yuya Nishihara
revset: add helper to build balanced addsets from chained 'or' operations
2015-05-24, by Yuya Nishihara
revset: comment that we can't swap 'or' operands by weight
2015-04-26, by Yuya Nishihara
parser: add helper to reduce nesting of chained infix operations
2015-04-26, by Yuya Nishihara
convert: properly pass null ids through .hgtags (issue4678)
stable
2015-05-27, by Matt Mackall
commit: improve --close-branch documentation
2015-05-27, by Matt Mackall
patch: add 'extra' argument to makememctx
2015-05-22, by Laurent Charignon
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip