Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-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.
merge: move "incompatible options" case first in docstring table
2017-02-27, by Martin von Zweigbergk
merge: make "linear" an input in docstring table
2017-02-27, by Martin von Zweigbergk
merge: drop redundant column in docstring table
2017-02-27, by Martin von Zweigbergk
merge: drop obsolete non-linear cases from docstring table
2017-02-27, by Martin von Zweigbergk
revert: move code dealing with deletions closer together
2016-02-24, by Martin von Zweigbergk
ui: fix configlist on Python 3
2017-03-03, by Augie Fackler
config: pass some optional args as keywords
2017-03-03, by Augie Fackler
config: load included config files in binary mode
2017-03-03, by Augie Fackler
manifest: remove _repo from manifestctx objects
2017-03-01, by Durham Goode
phases: remove experimental.nativephaseskillswitch
2017-03-01, by Jun Wu
manifest: allow specifying the revlog filename
2017-03-01, by Durham Goode
py3: drop unrequired code from __init__.py
2017-03-03, by Pulkit Goyal
py3: add pycompat.open and replace open() calls
2017-03-03, by Pulkit Goyal
localrepo: deprecate 'repo.opener' (API)
2016-08-05, by Pierre-Yves David
statichttp: use 'repo.vfs' as the main attribute
2017-03-02, by Pierre-Yves David
clonebundle: use 'repo.vfs' instead of 'repo.opener'
2017-03-02, by Pierre-Yves David
localrepo: deprecated 'repo.wopener' (API)
2016-08-05, by Pierre-Yves David
localrepo: add some comment about role of various vfs object
2016-08-05, by Pierre-Yves David
tests: un-nest the `order` repo in test-rebase-scenario-global
2017-01-19, by Augie Fackler
osx: install bash and zsh completions by default
2017-02-06, by Augie Fackler
util: add allowhardlinks module variable
2017-03-02, by Durham Goode
merge with stable
2017-03-02, by Augie Fackler
Added signature for changeset 25703b624d27
stable
2017-03-02, by Augie Fackler
Added tag 4.1.1 for changeset 25703b624d27
stable
2017-03-02, by Augie Fackler
merge with i18n
stable
4.1.1
2017-03-02, by Augie Fackler
i18n-pt_BR: synchronized with 7074589cf22a
stable
2017-03-02, by Wagner Bruna
i18n-ja: synchronized with 7074589cf22a
stable
2017-03-01, by FUJIWARA Katsunori
revert: remove set(mf) because it's O(manifest)
2017-03-01, by Durham Goode
share: add --relative flag to store a relative path to the source
2017-02-13, by Dan Villiom Podlaski Christiansen
minirst: support passing admonitions into findadmonitions() and parse()
2017-02-15, by Gregory Szorc
minirst: dynamically compile admonitions regexp
2017-02-15, by Gregory Szorc
minirst: detect bullet lists using asterisks
2017-02-15, by Gregory Szorc
color: update the help table
2017-03-01, by Pierre-Yves David
ui: remove superfluous indent in _write()
2017-02-25, by Yuya Nishihara
smartset: reorder initialization of baseset in more intuitive way
2017-02-18, by Yuya Nishihara
config: update the Windows example config file
2017-02-28, by Pierre-Yves David
help: use 'churn' instead of 'color' as an example extension
2017-02-21, by Pierre-Yves David
config: suggest the 'ui.color' instead of the 'color' extension
2017-02-21, by Pierre-Yves David
color: update main documentation
2017-02-21, by Pierre-Yves David
pager: drop the 'color' dependant code
2017-02-28, by Pierre-Yves David
color: cleanup 'debugcolor' logic
2017-02-25, by Pierre-Yves David
color: move 'debugcolor' into the 'debugcommands' modules
2017-02-21, by Pierre-Yves David
merge with stable
2017-02-28, by Martin von Zweigbergk
worker: flush messages written by child processes before exit
stable
2017-02-25, by Yuya Nishihara
worker: add basic test to ensure child processes are managed well
stable
2017-02-25, by Yuya Nishihara
color: rename '_styles' to '_defaultstyles' for clarity
2016-11-06, by Pierre-Yves David
color: move 'styles' definition on the 'ui' object
2016-11-06, by Pierre-Yves David
color: pass 'ui' to 'win32print'
2016-11-06, by Pierre-Yves David
color: move the dict with terminfo parameters on the ui object
2017-02-25, by Pierre-Yves David
color: add ui to effect rendering
2017-02-25, by Pierre-Yves David
color: initialize color for the localrepo ui
2017-02-25, by Pierre-Yves David
color: add a 'ui.color' option to control color behavior
2017-02-25, by Pierre-Yves David
color: reinvent dictionary
2017-02-28, by Pierre-Yves David
chg: deduplicate error handling of ui.system()
2017-02-19, by Yuya Nishihara
chg: refactor ui.system() to be partly overridden
2017-02-19, by Yuya Nishihara
color: have the 'ui' object carry the '_colormode' directly
2017-02-21, by Pierre-Yves David
color: move triggering of the initialisation logic in core
2017-02-21, by Pierre-Yves David
color: add the definition of '--color' in core
2017-02-21, by Pierre-Yves David
color: handle 'ui.plain()' directly in mode setup
2017-02-21, by Pierre-Yves David
color: move git-subrepo support into the subrepo module
2017-02-21, by Pierre-Yves David
color: move 'modesetup' into the core module
2016-12-22, by Pierre-Yves David
color: move 'terminfosetup' into the core module
2016-12-22, by Pierre-Yves David
subrepo: run the repo decoders when archiving
2017-02-25, by Matt Harbison
wix: include the help for pager
2017-02-25, by Matt Harbison
manifest: check 'if x is None' instead of 'if not x'
2017-02-26, by Durham Goode
pager: add support to --patch, --list and --stat options of hg shelve
2017-02-25, by Pulkit Goyal
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
mercurial: switch to util.timer for all interval timings
2017-02-15, by Simon Farnsworth
util: introduce timer()
2017-02-15, by Simon Farnsworth
color: move the '_render_effects' function to the core module
2016-12-22, by Pierre-Yves David
color: move '_effect_str' function into the core module
2016-12-22, by Pierre-Yves David
color: move configstyles into the core module
2016-12-22, by Pierre-Yves David
color: rework conditional 'valideffect'
2016-12-22, by Pierre-Yves David
color: move 'valideffect' function into the core module
2016-12-22, by Pierre-Yves David
color: move '_terminfo_params' into the core 'color' module
2016-12-22, by Pierre-Yves David
color: move '_effect' mapping into core
2016-11-18, by Pierre-Yves David
color: spread '_effect' values for readability
2016-11-18, by Pierre-Yves David
merge with stable
2017-02-15, by Augie Fackler
update: clarify that -C and -c are mutually exclusive
2017-02-13, by Martin von Zweigbergk
update: move check for dirty wdir into hg.updatetotally()
2017-02-13, by Martin von Zweigbergk
destutil: drop now-unused "check" parameter from destupdate()
2017-02-13, by Martin von Zweigbergk
destutil: remove duplicate check and leave it to merge.update()
2017-02-09, by Martin von Zweigbergk
make: update .PHONY targets
2017-02-15, by Anton Shestakov
debugcommands: move 'debugwireargs' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugwalk' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugtemplate' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugsuccessorssets' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugsub' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugstate' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugsetparents' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugrevspec' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugrevlog' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugrename' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugrebuildfncache' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugrebuilddirstate' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugpvec' in the new module
2017-02-02, by Pierre-Yves David
debugcommands: move 'debugpushkey' in the new module
2017-02-01, by Pierre-Yves David
ui: remove urllib2 from being imported early
2017-02-12, by Kyle Lippincott
tests: switch "this command isn't paged" example to id
2017-02-06, by Augie Fackler
tests: update test-i18n.t to not depend on the pager extension
2017-02-07, by Augie Fackler
pager: add a test of --pager=no functionality
2017-02-06, by Augie Fackler
hg: allow usage of XDG_CONFIG_HOME/hg/hgrc
2017-02-07, by David Demelier
debugcommands: move 'debugpathcomplete' in the new module
2017-02-01, by Pierre-Yves David
debugcommands: move 'debugobsolete' in the new module
2017-02-01, by Pierre-Yves David
debugcommands: move 'debuglocks' in the new module
2017-02-01, by Pierre-Yves David
debugcommands: move 'debugnamecomplete' in the new module
2017-02-01, by Pierre-Yves David
debugcommands: move 'debugmergestate' in the new module
2017-02-01, by Pierre-Yves David
debugcommands: move 'debuglabelcomplete' in the new module
2017-02-01, by Pierre-Yves David
dispatch: start profiling earlier
2017-02-13, by Bryan O'Sullivan
dispatch: move detection of profiling earlier during startup
2017-02-13, by Bryan O'Sullivan
ui: fix configwith doctest
2017-02-13, by Jun Wu
test-bdiff: move import inside the function to avoid test failure
2017-02-14, by Pulkit Goyal
profiling: add statprof support for Chrome trace viewer rendering
2017-02-12, by Bryan O'Sullivan
statprof: allow rendering in the Chrome trace viewer format
2017-02-12, by Bryan O'Sullivan
statprof: add a path simplification function
2017-02-12, by Bryan O'Sullivan
ui: rewrite configint in terms of configwith
2017-02-12, by Bryan O'Sullivan
ui: add a configwith method
2017-02-12, by Bryan O'Sullivan
py3: convert the mode argument of os.fdopen to unicodes (2 of 2)
2017-02-13, by Pulkit Goyal
py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
2017-02-13, by Pulkit Goyal
bugzilla: add a rest api backend (usable with bugzilla 5.0+)
2017-02-09, by John Mulligan
keepalive: honor urllib2 style get_method overrides
2017-02-13, by John Mulligan
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip