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.
color: drop the 'colorui' class
2017-02-20, by Pierre-Yves David
color: move 'write-err' logic to the core ui class
2017-02-20, by Pierre-Yves David
ui: extract low level part of 'write_err' in its own method
2017-02-24, by Pierre-Yves David
ui: extract buffer write from protect and timed 'write_err' output
2017-02-24, by Pierre-Yves David
color: move 'write' logic to the core ui class
2017-02-20, by Pierre-Yves David
ui: extract the low level part of 'write' in a dedicated function
2017-02-24, by Pierre-Yves David
color: add multiple messages input support to 'win32print'
2017-02-24, by Pierre-Yves David
color: clarify name of an argument of 'win32print'
2017-02-24, by Pierre-Yves David
color: move the 'colorlabel' call to the core 'ui' class
2017-02-23, by Pierre-Yves David
color: move the 'colorlabel' function in the core module
2017-02-23, by Pierre-Yves David
color: extract the label code into its own function
2017-02-23, by Pierre-Yves David
color: inline the 'showlabel' method
2017-02-20, by Pierre-Yves David
color: move '_colormode' to the core 'ui' class
2017-02-20, by Pierre-Yves David
hgweb: explictly pass basectx in webutil.diffs
2017-01-17, by Denis Laxalde
serve: mark --stdio and --cmdserver as "(ADVANCED)" flags
2017-02-22, by Jun Wu
help: hide command line options marked as "advanced"
2016-11-01, by Jun Wu
pager: do not try to run an empty pager command
2017-02-23, by Yuya Nishihara
graphlog: restore pager lost at 1cec1d863008
2017-02-23, by Yuya Nishihara
gitweb: add "more" and "less" navigation links in filelog template
2017-02-22, by Denis Laxalde
context: also return ancestor's line range in blockancestors
2017-01-16, by Denis Laxalde
context: add a followfirst flag to blockancestors
2017-01-16, by Denis Laxalde
py3: use pycompat.fsencode() to convert __file__ to bytes
2017-02-20, by Pulkit Goyal
wireproto: remove unused code
2017-02-22, by Jun Wu
color: set initial default value for 'colormode' to None
2016-12-22, by Pierre-Yves David
color: minor reversal of two conditional clause for clarity
2016-12-22, by Pierre-Yves David
color: merge two identical 'for' loops
2017-02-16, by Pierre-Yves David
color: minor simplification of some terminfo setup code
2016-12-22, by Pierre-Yves David
color: make a test for curse availability explicite
2016-12-22, by Pierre-Yves David
color: move 'win32' declaration to the core module
2016-12-22, by Pierre-Yves David
smartset: preserve istopo for baseset operations
2017-02-21, by Jun Wu
record: update help to describe ui.interface
stable
2017-02-23, by eloimorlaas
ui: replace obsolete default-push with default:pushurl (issue5485)
stable
2017-02-25, by Rishabh Madan
worker: ignore meaningless exit status indication returned by os.waitpid()
stable
2017-02-25, by FUJIWARA Katsunori
pager: add a config knob to just globally turn off the pager
2017-02-07, by Augie Fackler
pager: move most help to a new help topic and deprecate extension
2017-02-07, by Augie Fackler
dispatch: rearrange 'unknown command' code to better employ pager
2017-02-21, by Augie Fackler
help: move rst formatting of help documents into help.py
2017-02-21, by Augie Fackler
outgoing: avoid running pager until we're actually showing changes
2017-02-21, by Augie Fackler
incoming: delay pager activation until right before printing changes
2017-02-21, by Augie Fackler
histedit: modify rollup to discard date from the rollup commit (issue4820)
2017-02-18, by Ben Schmidt
histedit: improve documentation and behaviour of dates
2017-02-18, by Ben Schmidt
localrepo: check HG_PENDING strictly
2017-02-21, by FUJIWARA Katsunori
phases: check HG_PENDING strictly
2017-02-21, by FUJIWARA Katsunori
bookmarks: check HG_PENDING strictly
2017-02-21, by FUJIWARA Katsunori
tests: make directory to prevent test process from going out of $TESTTMP
2017-02-21, by FUJIWARA Katsunori
txnutil: factor out the logic to read file in according to HG_PENDING
2017-02-21, by FUJIWARA Katsunori
repoview: separate cache hash computation from cache reading
2017-02-20, by Stanislau Hlebik
tests: make test suite more immune to environment variables
2017-02-20, by Dr Rainer Woitok
version: enable pager if --verbose is specified
2017-02-06, by Augie Fackler
tags: enable pager
2017-02-06, by Augie Fackler
summary: enable pager
2017-02-06, by Augie Fackler
status: enable pager
2017-02-06, by Augie Fackler
resolve: enable pager
2017-02-06, by Augie Fackler
paths: enable pager
2017-02-06, by Augie Fackler
outgoing: enable pager
2017-02-06, by Augie Fackler
manifest: enable pager
2017-02-06, by Augie Fackler
locate: enable pager
2017-02-06, by Augie Fackler
incoming: enable pager
2017-02-06, by Augie Fackler
help: enable pager
2017-02-06, by Augie Fackler
grep: enable pager
2017-02-06, by Augie Fackler
files: enable pager
2017-02-06, by Augie Fackler
config: activate pager if not starting an editor
2017-02-06, by Augie Fackler
qdiff: migrate to modern pager API
2017-02-06, by Augie Fackler
log: migrate to modern pager API
2017-02-06, by Augie Fackler
export: migrate to modern pager API
2017-02-06, by Augie Fackler
diff: migrate to modern pager API
2017-02-06, by Augie Fackler
cat: migrate to modern pager API
2017-02-06, by Augie Fackler
annotate: start pager after we're sure we wont abort
2017-02-19, by Augie Fackler
dispatch: consolidate pager flag handling to a single place
2017-02-19, by Augie Fackler
ui: rename neverpager to disablepager
2017-02-19, by Augie Fackler
scmutil: proxy revrange() through repo to break import cycles
2017-02-19, by Yuya Nishihara
revset: split language services to revsetlang module (API)
2017-02-19, by Yuya Nishihara
revset: import set classes directly from smartset module
2017-02-19, by Yuya Nishihara
help: add pointer how to narrow list of resolved/unresolved files (issue5469)
2017-02-18, by Yuya Nishihara
shelve: add -n/--name option to unshelve (issue5475)
2017-02-19, by liscju
smartset: use native set operations as fast paths
2017-02-18, by Jun Wu
smartset: add some doctests
2017-02-18, by Jun Wu
obsolete: avoid using revset language to compute the obsolete revset
2017-02-18, by Jun Wu
revset: use phasecache.getrevset
2017-02-18, by Jun Wu
phases: add a getrevset method to phasecache
2017-02-17, by Jun Wu
smartset: convert set to list lazily
2017-02-17, by Jun Wu
ui: construct _keepalnum list in a python3-friendly way
2017-02-16, by Augie Fackler
match: making visitdir() deal with non-recursive entries
2017-02-13, by Rodrigo Damazio Bovendorp
match: adding support for matching files inside a directory
2017-02-13, by Rodrigo Damazio Bovendorp
runtests: add an IPv6 command line flag
2017-02-17, by Jun Wu
runtests: always set web.ipv6
2017-02-16, by Jun Wu
runtests: set web.address to localhost
2017-02-16, by Jun Wu
tests: use LOCALIP
2017-02-16, by Jun Wu
dummyssh: use LOCALIP
2017-02-15, by Jun Wu
runtests: export LOCALIP
2017-02-16, by Jun Wu
tinyproxy: use IPv6 if HGIPV6 is set to 1
2017-02-15, by Jun Wu
dumbhttp: use IPv6 if HGIPV6 is set to 1
2017-02-15, by Jun Wu
runtests: export HGIPV6 to hint test scripts whether to use IPv6
2017-02-15, by Jun Wu
runtests: prefer IPv4 to IPv6
2017-02-17, by Jun Wu
doc: correct example concerning "hg purge" alias in man page "hgrc.5"
2017-02-17, by Rainer Woitok
tests: prove that ignore works
2017-02-06, by Augie Fackler
annotate: migrate to modern pager API
2017-02-06, by Augie Fackler
ui: add a debug print right before we start the pager
2017-02-06, by Augie Fackler
ui: respect historic pager.attend-$COMMAND=no
2017-02-06, by Augie Fackler
tests: clean up a bunch of pager testing that is about to be invalidated
2017-02-06, by Augie Fackler
ui: add ignore-single-command functionality
2017-02-06, by Augie Fackler
ui: introduce neverpager() call
2017-02-15, by Augie Fackler
pager: move more behavior into core
2017-02-15, by Augie Fackler
pager: move pager-initiating code into core
2017-02-15, by Augie Fackler
test-logtoprocess: use cat to wait for outputs
2017-02-16, by Jun Wu
chgserver: move comments in config example
2017-02-16, by Jun Wu
localrepo: move extension loading to a separate method
2017-02-15, by Jun Wu
py3: convert the mode argument of os.fdopen to unicodes
2017-02-16, by Pulkit Goyal
runtests: unindent an "if True" block
2017-02-15, by Jun Wu
runtests: set web.ipv6 if we use IPv6
2017-02-15, by Jun Wu
runtests: checkportisavailable should only check one family
2017-02-15, by Jun Wu
runtests: add a function to test if IPv6 is available
2017-02-15, by Jun Wu
histedit: log the time taken to read in the commands list
2017-02-15, by Simon Farnsworth
extdiff: log time spent in external diff program
2017-02-15, by Simon Farnsworth
crecord: log blocked time waiting for curses input
2017-02-15, by Simon Farnsworth
ui: give editor() a tag of its own
2017-02-15, by Simon Farnsworth
ui: time calls to ui.system
2017-02-15, by Simon Farnsworth
ui: log time spent blocked on stdio
2017-02-15, by Simon Farnsworth
contrib: add a write microbenchmark to perf.py
2017-02-15, by Simon Farnsworth
ui: provide a mechanism to track and log blocked time
2017-02-15, by Simon Farnsworth
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip