Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
merge: change repo.wvfs.setflags calls to a new wctx[f].setflags function
2017-06-25, by Phil Cohen
merge: convert repo.wwrite() calls to wctx[f].write()
2017-06-25, by Phil Cohen
merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove()
2017-06-25, by Phil Cohen
merge: pass wctx to batchremove and batchget
2017-06-25, by Phil Cohen
revset: add depth limit to descendants() (issue5374)
2017-06-24, by Yuya Nishihara
dagop: make walk direction switchable so it can track descendants
2017-06-24, by Yuya Nishihara
dagop: factor out generator of ancestor nodes
2017-06-24, by Yuya Nishihara
dagop: factor out pfunc from revancestors() generator
2017-06-24, by Yuya Nishihara
dagop: use smartset.min() in revdescendants() generator
2017-06-23, by Yuya Nishihara
dagop: change revdescendants() to include all root revisions
2017-06-20, by Yuya Nishihara
test-revset: add a few more tests of descendants()
2017-06-20, by Yuya Nishihara
dagop: unnest inner generator of revdescendants()
2017-06-18, by Yuya Nishihara
smartset: fix default value of abstractsmartset.sort()
2017-06-25, by Yuya Nishihara
keyword: wrap functions only once at loading keyword extension
2017-06-26, by FUJIWARA Katsunori
keyword: use _keywordkwt of repository instead of kwtools['templater']
2017-06-26, by FUJIWARA Katsunori
keyword: obtain kwtemplater instance via repository at runtime
2017-06-26, by FUJIWARA Katsunori
keyword: obtain kwtemplater instance via repository at runtime
2017-06-26, by FUJIWARA Katsunori
keyword: make wrapped repository and kwtemplater refer to each other
2017-06-26, by FUJIWARA Katsunori
keyword: add test for keyword expansion at serving multiple repositories
2017-06-26, by FUJIWARA Katsunori
keyword: make comparison webcommand suppress keyword expansion
2017-06-26, by FUJIWARA Katsunori
keyword: restore kwtemplater.match at the end of wrapped webcommands
2017-06-26, by FUJIWARA Katsunori
keyword: restore kwtemplater.restrict at the end of wrapped patch.diff
2017-06-26, by FUJIWARA Katsunori
debugrevlog: align chain length, reach, and compression ratio
2017-06-26, by Yuya Nishihara
configitems: register 'ui.interactive'
2017-06-23, by Pierre-Yves David
config: use '_config' within 'configbytes'
2017-06-25, by Pierre-Yves David
config: use '_config' within 'configbool'
2017-06-25, by Pierre-Yves David
config: extract the core config logic into a private method
2017-06-25, by Pierre-Yves David
debugrevlog: also display the largest delta chain span
2017-06-23, by Pierre-Yves David
rebase: clean up rebasestate from active transaction
2017-06-24, by Jun Wu
test-rebase: add a test showing rebasestate left behind
2017-06-24, by Jun Wu
identify: rename 'changed' keyword -> 'dirty'
2017-06-25, by Matt Harbison
dispatch: remove unused _loaded
2017-06-24, by FUJIWARA Katsunori
extensions: register functions always at loading extension (issue5601)
2017-06-24, by FUJIWARA Katsunori
identify: add template support
2017-06-24, by Matt Harbison
show: show all namespaces in "work" view
2017-06-24, by Gregory Szorc
tests: add more tests for names rendering in `hg show work`
2017-06-24, by Gregory Szorc
namespaces: record and expose whether namespace is built-in
2017-06-24, by Gregory Szorc
templatekw: expose color name in {namespaces} entries
2017-06-24, by Gregory Szorc
show: construct changeset templater during dispatch
2017-06-24, by Gregory Szorc
cmdutil: use named arguments for changeset_templater.__init__
2017-06-24, by Gregory Szorc
bundle: inline applybundle1()
2017-06-22, by Martin von Zweigbergk
bundle: make applybundle() delegate v1 bundles to applybundle1()
2017-06-22, by Martin von Zweigbergk
bundle: transpose transaction scope with bundle type switch
2017-06-22, by Martin von Zweigbergk
unbundle: move BundleUnknownFeatureError exception handling out
2017-06-22, by Martin von Zweigbergk
bundle: make applybundle1() return a bundleoperation
2017-06-21, by Martin von Zweigbergk
bundle: add a applybundle1() method
2017-06-16, by Martin von Zweigbergk
bundle: extract _processchangegroup() method
2017-06-22, by Martin von Zweigbergk
bundle: make combinechangegroupresults() take a bundleoperation
2017-06-22, by Martin von Zweigbergk
bundle: move combineresults() from changegroup to bundle2
2017-06-22, by Martin von Zweigbergk
bundle: remove 'op' argument from applybundle()
2017-06-21, by Martin von Zweigbergk
test-rebase-conflicts: add a test case about turning obsstore on and off
2017-06-24, by Jun Wu
merge with stable
2017-06-24, by Augie Fackler
strip: include phases in bundle (BC)
2017-06-15, by Martin von Zweigbergk
bundle: add config option to include phases
2017-06-22, by Martin von Zweigbergk
bundle2: record changegroup data in 'op.records' (API)
2017-06-16, by Martin von Zweigbergk
debugcommands: pass part, not read data, into _debugobsmarker()
2017-06-22, by Martin von Zweigbergk
debugcommands: remove unused "all" argument from _debugobsmarkers
2017-06-22, by Martin von Zweigbergk
dagop: raise ProgrammingError if stopdepth < 0
2017-06-23, by Martin von Zweigbergk
py3: add utility to forward __str__() to __bytes__()
2017-06-24, by Yuya Nishihara
share: use dict literal instead of dict(key=value)
2017-06-24, by Yuya Nishihara
py3: use r'' to prevent conversion to bytes by transformer
2017-06-22, by Pulkit Goyal
py3: define __bytes__ for basefilectx class
2017-06-22, by Pulkit Goyal
py3: check for bytes instead of str in isinstance
2017-06-22, by Pulkit Goyal
py3: convert kwargs' keys' to str using pycompat.strkwargs()
2017-06-22, by Pulkit Goyal
py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()
2017-06-22, by Pulkit Goyal
py3: use "%d" % val for int rather than pycompat.bytestr
2017-06-22, by Pulkit Goyal
extensions: call afterloaded() with loaded=False for disabled extensions
2017-06-23, by Adam Simpkins
fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC)
2017-06-24, by FUJIWARA Katsunori
releasenotes: improve parsing around bullet points
2017-06-23, by Rishabh Madan
bookmarks: factor method _printer out of for loop in printbookmarks
2017-06-20, by Sean Farley
bookmarks: factor out bookmark printing from commands
2017-06-20, by Sean Farley
commands: move activebookmarklabel to bookmarks module
2017-06-20, by Sean Farley
commands: replace locking code with a context manager
2017-06-20, by Sean Farley
bookmarks: factor out adding a list of bookmarks logic from commands
2017-06-20, by Sean Farley
bookmarks: factor out rename logic from commands
2017-06-13, by Sean Farley
bookmarks: factor out delete logic from commands
2017-06-12, by Sean Farley
merge with stable
2017-06-23, by Augie Fackler
revset: add startdepth limit to ancestors() as internal option
2017-06-18, by Yuya Nishihara
revset: add depth limit to ancestors()
2017-06-18, by Yuya Nishihara
dagop: compute depth in revancestors() generator
2017-06-18, by Yuya Nishihara
dagop: just compare with the last value to deduplicate input of revancestors()
2017-06-18, by Yuya Nishihara
dagop: bulk rename variables in revancestors() generator
2017-06-18, by Yuya Nishihara
dagop: comment why revancestors() doesn't heapify input revs at once
2017-06-18, by Yuya Nishihara
dagop: unnest inner generator of revancestors()
2017-06-17, by Yuya Nishihara
hgweb: plug followlines action in annotate view
2017-06-21, by Denis Laxalde
hgweb: parameterize the tag name of elements holding followlines selection
2017-06-21, by Denis Laxalde
gitweb: wrap table rows of annotate view into a <tbody> element
2017-06-21, by Denis Laxalde
tests: update regex check for fetch error in test-clonebundles.t
2017-06-22, by Denis Laxalde
hgweb: use separate CSS class for navigation links in footer
2017-06-20, by Gregory Szorc
configitems: register 'ui.clonebundleprefers' as example for 'configlist'
2017-06-17, by Pierre-Yves David
configitems: register 'patch.fuzz' as first example for 'configint'
2017-06-17, by Pierre-Yves David
configitems: issue a devel warning when overriding default config
2017-06-17, by Pierre-Yves David
configitems: register 'ui.quiet' as first example
2017-06-17, by Pierre-Yves David
configitems: get default values from the central registry when available
2017-06-17, by Pierre-Yves David
configitems: introduce a central registry for config option
2017-06-17, by Pierre-Yves David
configitems: add a basic class to hold config item information
2017-06-17, by Pierre-Yves David
run-tests: fix -i when "#testcases" is used in .t test
2017-06-21, by Jun Wu
run-tests: update .t reference output after reading the test
2017-06-21, by Jun Wu
run-tests: do not prompt changes (-i) if a race condition is detected
2017-06-21, by Jun Wu
patch: rewrite reversehunks (issue5337)
2017-06-20, by Jun Wu
profiling: cope with configwith default value handling changes
2017-06-21, by Pierre-Yves David
py3: catch StopIteration from next() in generatorset
2017-06-20, by Martin von Zweigbergk
tests: adjust quoting to keep Windows happy with recent $PYTHON change
2017-06-20, by Matt Harbison
bundle2: don't use debug message "no-transaction" with transaction
2017-06-20, by Martin von Zweigbergk
py3: use pycompat.bytestr() in place of str()
2017-06-21, by Pulkit Goyal
py3: use r'' to access values from kwargs where keys are str
2017-06-21, by Pulkit Goyal
py3: convert keys of kwargs in template keywords functions to bytes
2017-06-21, by Pulkit Goyal
py3: make sure the commands name are bytes in test-devel-warnings.t
2017-06-20, by Pulkit Goyal
py3: replace str with bytes in isinstance()
2017-06-20, by Pulkit Goyal
py3: catch binascii.Error raised from binascii.unhexlify
2017-06-20, by Pulkit Goyal
shelve: allow unlimited shelved changes per name
2017-06-20, by Jun Wu
config: use the new '_unset' value for 'configsuboptions'
2017-06-17, by Pierre-Yves David
config: use the 'config' method in 'configsuboptions'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configpath'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configdate'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configlist'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configbytes'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configint'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configwith'
2017-06-17, by Pierre-Yves David
config: use the new '_unset' value for 'configbool'
2017-06-17, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip