Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+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.
server: use tryunlink
2017-03-21, by Ryan McElroy
dirstate: use tryunlink
2017-03-21, by Ryan McElroy
debug: use tryunlink
2017-03-21, by Ryan McElroy
chgserver: use tryunlink
2017-03-21, by Ryan McElroy
bookmarks: use tryunlink
2017-03-21, by Ryan McElroy
shelve: use tryunlink
2017-03-21, by Ryan McElroy
vfs: add tryunlink method
2017-03-21, by Ryan McElroy
util: use tryunlink in unlinkpath
2017-03-21, by Ryan McElroy
util: add tryunlink function
2017-03-21, by Ryan McElroy
util: unify unlinkpath
2017-03-21, by Ryan McElroy
posix: use local reference to removedirs
2017-03-21, by Ryan McElroy
posix: use local reference to unlink
2017-03-21, by Ryan McElroy
localrepo: improve vfs documentation
2017-03-21, by Ryan McElroy
ui: restrict length of autogenerated blocked tags
2017-03-20, by Simon Farnsworth
commit: keep opts as byteskwargs as much as possible
2017-03-19, by Augie Fackler
util: reference __main__ in sys.modules as a sysstr
2017-03-19, by Augie Fackler
ui: convert to/from Unicode on Python 3 in ui.editor()
2017-03-19, by Augie Fackler
manifest: refer to bytestrings as bytes, not str
2017-03-19, by Augie Fackler
manifest: use node.hex instead of .encode('hex')
2017-03-19, by Augie Fackler
pure: use int instead of long
2017-03-20, by Martin von Zweigbergk
histedit: inline cleanupnode
2017-03-13, by Jun Wu
histedit: use safecleanupnode in _aborthistedit (issue5500)
2017-03-13, by Jun Wu
histedit: use safecleanupnode in _finishhistedit
2017-03-13, by Jun Wu
histedit: add a method to cleanup nodes safely
2017-03-13, by Jun Wu
py3: prove hg status works
2017-03-21, by Rishabh Madan
localrepo: use node.hex instead of awkward .encode('latin1')
2017-03-20, by Augie Fackler
py3: prove hg config works
2017-03-21, by Rishabh Madan
templater: make pad() strip color codes before computing width (issue5416)
2017-03-18, by Yuya Nishihara
templater: make pad() compute actual width
2017-03-18, by Yuya Nishihara
templater: reject bad fillchar argument passed to pad()
2017-03-18, by Yuya Nishihara
color: insert color code after every "\e[0m" (issue5413)
2017-03-18, by Yuya Nishihara
debugtemplate: pass ui to templater so label() works
2017-03-18, by Yuya Nishihara
subrepo: move prompts out of the if (issue5505)
stable
2017-03-20, by Simon Farnsworth
merge: remove unnecessary matcher checks
2017-03-19, by Durham Goode
rebase: use one dirstateguard for entire rebase
2017-03-19, by Durham Goode
histedit: add histedit.singletransaction config option
2017-03-10, by Durham Goode
histedit: pop action after the action is completed
2017-03-10, by Durham Goode
histedit: add transaction support to writing the state file
2017-03-10, by Durham Goode
localrepo: forcibly copy list of filecache keys
2017-03-19, by Augie Fackler
localrepo: turn hook kwargs back into strs before calling hook
2017-03-19, by Augie Fackler
localrepo: ensure transaction id is fully bytes on py3
2017-03-19, by Augie Fackler
dirstate: use future-proof next(iter) instead of iter.next
2017-03-19, by Augie Fackler
posix: tiptoe around tempfile module more delicately
2017-03-19, by Augie Fackler
posix: use open() instead of file()
2017-03-19, by Augie Fackler
revlog: use int instead of long
2017-03-19, by Augie Fackler
error: use r-string to properly pop hints from **kw
2017-03-19, by Augie Fackler
dispatch: use pycompat.maplist to allow summing with args
2017-03-19, by Augie Fackler
pycompat: add maplist alias for old map behavior
2017-03-19, by Augie Fackler
dispatch: replace mayberepr with shellquote
2017-03-19, by Augie Fackler
color: sync text attributes and buffered text output on Windows (issue5508)
2017-03-19, by Matt Harbison
test-check-help: fix to work on Windows
2017-03-19, by Matt Harbison
branchmap: be more careful about using %d on ints
2017-03-19, by Augie Fackler
util: use bytes re on bytes input in fspath
2017-03-19, by Augie Fackler
util: use pycompat.bytestr in checkwinfilename
2017-03-19, by Augie Fackler
dispatch: ensure repr is bytes in _mayberepr
2017-03-19, by Augie Fackler
dispatch: extract maybe-use-repr formatting to helper function
2017-03-19, by Augie Fackler
dispatch: consolidate formatting of arguments
2017-03-19, by Augie Fackler
py3: make the regular expression bytes to prevent TypeError
2017-03-17, by Pulkit Goyal
pager: flush outputs before firing pager process
2017-02-25, by Yuya Nishihara
patchbomb: use modern pager to display -n/--test result (BC)
2017-02-25, by Yuya Nishihara
httpconnection: make sure to clear progress of httpsendfile at EOF
2017-03-18, by Yuya Nishihara
py3: convert log opts to bytes-key dict
2017-03-14, by Yuya Nishihara
graphlog: pass function arguments without expansion
2017-03-14, by Yuya Nishihara
py3: call codecs.escape_decode() directly
2017-03-17, by Yuya Nishihara
util: wrap s.decode('string_escape') calls for future py3 compatibility
2017-03-17, by Yuya Nishihara
merge with stable
2017-03-18, by Augie Fackler
hgwebdir: add support for explicit index files
2017-03-05, by Matt Harbison
ui: move configlist parser to config.py
2017-03-17, by Jun Wu
tests: allow ModuleNotFoundError in addition to ImportError
2017-03-17, by Martin von Zweigbergk
pager: skip running the pager if it's set to 'cat'
2017-03-15, by Augie Fackler
pager: avoid shell=True on subprocess.Popen for better errors (issue5491)
2017-03-15, by Augie Fackler
py3: change explicit conversion of config value from str to pycompat.bytestr
2017-03-17, by Rishabh Madan
py3: add __bool__ to every class defining __nonzero__
2017-03-13, by Gregory Szorc
merge: also allow 'e' action with experimental.updatecheck=noconflict
2017-03-13, by Martin von Zweigbergk
exchange: use v2 bundles for modern compression engines (issue5506)
stable
2017-03-16, by Gregory Szorc
exchange: reject new compression engines for v1 bundles (issue5506)
stable
2017-03-16, by Gregory Szorc
config: honour the trusted flag in ui.configbytes
2017-03-12, by Martijn Pieters
osutil: fix potential wrong fd close
2017-03-15, by Jun Wu
parsers: use Python memory allocator for indexObject->offsets
2017-03-09, by Gregory Szorc
parsers: use Python memory allocator in commonancestorsheads()
2017-03-09, by Gregory Szorc
osutil: use Python memory allocator in _listdir
2017-03-09, by Gregory Szorc
bdiff: use Python memory allocator in fixws
2017-03-09, by Gregory Szorc
localrepo: fix deprecation warning version of wfile
2017-03-16, by Pierre-Yves David
util: explicitly tests for None
2017-03-15, by Pierre-Yves David
context: simplify call to icase matcher in 'match()'
2017-03-15, by Pierre-Yves David
py3: make sure using bytes status char rather than ascii values
2017-03-16, by Pulkit Goyal
shelve: get rid of ui.backupconfig
2017-03-16, by Jun Wu
rebase: get rid of ui.backupconfig
2017-03-16, by Jun Wu
mq: get rid of ui.backupconfig
2017-03-16, by Jun Wu
histedit: get rid of ui.backupconfig
2017-03-16, by Jun Wu
record: get rid of ui.backupconfig
2017-03-16, by Jun Wu
import: get rid of ui.backupconfig
2017-03-16, by Jun Wu
clone: get rid of ui.backupconfig
2017-03-16, by Jun Wu
commit: get rid of ui.backupconfig
2017-03-16, by Jun Wu
branchmap: handle nullrev in setcachedata
2017-03-15, by Durham Goode
py3: call codecs.escape_encode() directly
2017-03-15, by Yuya Nishihara
templatekw: make join() escape values of extras (BC) (issue5504)
2017-03-15, by Yuya Nishihara
util: wrap s.encode('string_escape') call for future py3 compatibility
2017-03-15, by Yuya Nishihara
py3: prove hg tip works
2017-03-13, by Yuya Nishihara
py3: call strftime() with native str type
2017-03-13, by Yuya Nishihara
encoding: add converter between native str and byte string
2017-03-13, by Yuya Nishihara
encoding: factor out unicode variants of from/tolocal()
2017-03-13, by Yuya Nishihara
py3: use next() to obtain next item from inner generator of generatorset
2017-03-13, by Yuya Nishihara
py3: rewrite itervalues() as values() by importer
2017-03-13, by Yuya Nishihara
py3: use portable way to stringify cache key of repoview
2017-03-12, by Yuya Nishihara
exewrapper: prefer HackableMercurial python if availbale
2017-03-13, by Kostia Balytskyi
import-checkers: split tests of the tool from running it on the source
2017-03-14, by Pierre-Yves David
py3: use bytestr wrapper in revsetlang.tokenize()
2017-03-16, by Yuya Nishihara
py3: use bytestr wrapper in revsetlang.formatspec()
2017-03-16, by Yuya Nishihara
pycompat: add bytestr wrapper which mostly acts as a Python 2 str
2017-03-08, by Yuya Nishihara
tests: allow running doctests selectively on Python 3
2017-03-08, by Yuya Nishihara
context: explicitly tests for None
2017-03-15, by Pierre-Yves David
filemerge: explicitly tests for None
2017-03-15, by Pierre-Yves David
hgweb: explicitly tests for None
2017-03-15, by Pierre-Yves David
hgweb: explicitly tests for None in webutil
2017-03-15, by Pierre-Yves David
match: explicitly tests for None
2017-03-15, by Pierre-Yves David
mq: explicitly tests for None
2017-03-15, by Pierre-Yves David
rebase: explicitly tests for None
2017-03-15, by Pierre-Yves David
py3: use iter() instead of iterkeys()
2017-03-16, by Rishabh Madan
localrepo: deprecated '_link'
2016-08-05, by Pierre-Yves David
localrepo: use self.wvfs.islink directly
2016-08-05, by Pierre-Yves David
py3: convert opts back to bytes for status
2017-03-16, by Pulkit Goyal
parsers: handle refcounting of "parents" consistently
2017-03-13, by Gregory Szorc
py3: make py3 compat.iterbytestr simpler and faster
2017-03-15, by Martin von Zweigbergk
py3: optimize py3 compat.bytechr using Struct.pack
2017-03-15, by Martin von Zweigbergk
tests: properly drop back to root dir in test-status.t
2017-03-15, by Ryan McElroy
dirstate: use list comprehension to get a list of keys
2017-03-16, by Pulkit Goyal
match: slice over bytes to get the byteschr instead of ascii value
2017-03-16, by Pulkit Goyal
match: make regular expression bytes to prevent TypeError
2017-03-16, by Pulkit Goyal
scmutil: make function name bytes in class filecache
2017-03-16, by Pulkit Goyal
localrepo: deprecate 'wfile'
2017-03-15, by Pierre-Yves David
eol: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
localrepo: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
tagmerge: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
gpg: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
test: add a basic 'test-check-pylint.t'
2016-12-28, by Pierre-Yves David
localrepo: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
httpclient: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
largefiles: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
hgk: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
convert: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
mq: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
pager: if old pager extensions is enabled, respect pager.attend
2017-03-13, by Martin von Zweigbergk
tests: duplicate test for pager for old extension and for in-core pager
2017-03-13, by Martin von Zweigbergk
util: make strdate's defaults default value a dict
2017-03-14, by Gregory Szorc
py3: open file in rb mode
2017-03-15, by Rishabh Madan
debuglabelcomplete: fix to call debugnamecomplete in new location
2017-03-14, by Kyle Lippincott
tests: prove that `hg init` works with Python 3
2017-03-13, by Gregory Szorc
pycompat: custom implementation of urllib.parse.quote()
2017-03-13, by Gregory Szorc
pycompat: alias urllib symbols directly
2017-03-13, by Gregory Szorc
tests: clean up bad extension
2017-03-13, by Gregory Szorc
perf: perform a garbage collection before each iteration
2017-03-13, by Gregory Szorc
formatter: support json formatting of long type
2017-03-13, by Gregory Szorc
rebase: don't use mutable default argument value
2017-03-12, by Gregory Szorc
mq: don't use mutable default argument value
2017-03-12, by Gregory Szorc
util: don't use mutable default argument value
2017-03-12, by Gregory Szorc
match: don't use mutable default argument value
2017-03-12, by Gregory Szorc
hgweb: don't use mutable default argument value
2017-03-12, by Gregory Szorc
hgweb: don't use mutable default argument value
2016-12-26, by Gregory Szorc
filemerge: don't use mutable default argument value
2016-12-26, by Gregory Szorc
context: don't use mutable default argument value
2017-03-12, by Gregory Szorc
heads: enable pager
2017-03-13, by Martin von Zweigbergk
branches: enable pager
2017-03-13, by Martin von Zweigbergk
py3: fix slicing of bytes in revset.formatspec()
2017-03-12, by Yuya Nishihara
py3: make set of revset operators and quotes in bytes
2017-03-12, by Yuya Nishihara
py3: convert set of revset initial symbols back to bytes
2017-03-12, by Yuya Nishihara
pycompat: add helper to iterate each char in bytes
2017-03-12, by Yuya Nishihara
branchmap: fix python 2.6 by using util.buffer() instead of passing bytearray
2017-03-12, by Augie Fackler
rebase: allow rebasing children of wd to wd if a new branch has been set (BC)
2017-03-12, by Mads Kiilerich
merge: check current wc branch for 'nothing to merge', not its p1
2017-03-12, by Mads Kiilerich
lock: do not encode result of gethostname on Python 2
2017-03-12, by Yuya Nishihara
py3: prove `hg files --rev` works
2017-03-12, by Augie Fackler
tests: make a variable for hg binary location in test-check-py3-commands
2017-03-12, by Augie Fackler
lock: encode result of gethostname into a bytestring
2017-03-12, by Augie Fackler
config: avoid using a mutable default
2017-03-12, by Martijn Pieters
localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
2016-08-05, by Pierre-Yves David
pycompat: move imports of cStringIO/io to where they are used
2017-03-12, by Yuya Nishihara
rbc: empty (and invalid) rbc-names file should give an empty name list
2017-03-12, by Mads Kiilerich
rbc: use struct unpack_from and pack_into instead of unpack and pack
2016-10-19, by Mads Kiilerich
revlog: use bytes() instead of str() to get data from memoryview
2017-03-12, by Augie Fackler
util: teach url object about __bytes__
2017-03-12, by Augie Fackler
manifest: ensure paths are bytes (not str) in pure parser
2017-03-12, by Augie Fackler
manifest: now that node.bin is available, use it directly
2017-03-12, by Augie Fackler
manifest: use node.bin instead of .decode('hex')
2017-03-12, by Augie Fackler
manifest: add __next__ methods for Python 3
2017-03-12, by Augie Fackler
files: use native string type to load rev opt from dict
2017-03-12, by Augie Fackler
store: fix many single-byte ops to use slicing in _auxencode
2017-03-12, by Augie Fackler
py3: add "b" prefix to string literals related to module policy
2017-03-13, by FUJIWARA Katsunori
py3: drop unused aliases to array.array which are replaced with bytearray
2017-03-12, by Yuya Nishihara
pycompat: default to BytesIO instead of StringIO
2017-03-13, by Pulkit Goyal
repoview: specify setattr values as native strings
2017-03-12, by Augie Fackler
revlog: use bytes() to ensure text from _chunks is a reasonable type
2017-03-12, by Augie Fackler
revlog: extract first byte of revlog with a slice so it's portable
2017-03-12, by Augie Fackler
revsetlang: slice out single bytes instead of indexing
2017-03-12, by Augie Fackler
lock: use %d to format integer into a bytestring
2017-03-12, by Augie Fackler
parser: use %d instead of %s for interpolating error position
2017-03-12, by Augie Fackler
manifest: unbreak pure-python manifest parsing on Python 3
2017-03-12, by Augie Fackler
context: use portable construction to verify int parsing
2017-03-12, by Augie Fackler
ui: portably bytestring-ify url object
2017-03-12, by Augie Fackler
scmutil: fix key generation to portably bytestringify integer
2017-03-12, by Augie Fackler
branchmap: stringify int in a portable way
2017-03-12, by Augie Fackler
branchmap: don't use buffer() on Python 3
2017-03-12, by Augie Fackler
py3: use bytearray() instead of array('c', ...) constructions
2017-03-12, by Augie Fackler
summary: don't explicitly str() something we're about to %s
2017-03-11, by Augie Fackler
context: implement both __bytes__ and __str__ for Python 3
2017-03-11, by Augie Fackler
context: work around `long` not existing on Python 3
2017-03-11, by Augie Fackler
phases: explicitly evaluate list returned by map
2017-03-11, by Augie Fackler
ui: check for --debugger in sys.argv using r-string to avoid bytes on py3
2017-03-11, by Augie Fackler
minirst: use bytes.strip instead of str.strip
2017-03-12, by Pulkit Goyal
smcposix: pass unicode as first argument to array.array
2017-03-12, by Pulkit Goyal
util: pass encoding.[encoding|encodingmode] as unicodes
2017-03-12, by Pulkit Goyal
win32text: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
transplant: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
shelve: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
share: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
mq: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
largefiles: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
keyword: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
journal: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
histedit: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
eol: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
convert: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
test-bundle2-remote-changegroup: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
subrepo: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
repair: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
merge: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
hg-mod: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
commands: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
cmdutil: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
localrepo: directly use repo.vfs.join
2016-08-05, by Pierre-Yves David
minirst: make encoding.encoding unicodes to pass into encode() and decode()
2017-03-12, by Pulkit Goyal
minirst: make regular expressions bytes
2017-03-12, by Pulkit Goyal
setup: convert setupversion to unicode
2017-03-11, by Gregory Szorc
util: add debugstacktrace depth limit
2015-01-14, by Mads Kiilerich
util: strip trailing newline from debugstacktrace message
2015-01-16, by Mads Kiilerich
tests: rework util.debugstacktrace tests
2015-01-16, by Mads Kiilerich
vfs: use repo.vfs.rename
2017-03-11, by Mads Kiilerich
vfs: use repo.vfs.unlinkpath
2017-03-11, by Mads Kiilerich
merge: use repo.wvfs.unlinkpath
2015-01-14, by Mads Kiilerich
vfs: use repo.wvfs.unlinkpath
2015-01-14, by Mads Kiilerich
policy: try and always have a bytes for module policy
2017-03-08, by Augie Fackler
init: zstd is already python3-ready, so don't run it through our importer
2017-03-08, by Augie Fackler
config: guard against setconfig specifying unicode values on py3
2017-03-03, by Augie Fackler
dispatch: enforce bytes when converting boolean flags to config items
2017-03-03, by Augie Fackler
py3: add a test that proves %include and missing-extension code works
2017-03-03, by Augie Fackler
extensions: tapdance to get reasonable import error formatting
2017-03-03, by Augie Fackler
rebase: abort if *any* commit in rebase set is public
2017-03-11, by Martin von Zweigbergk
merge with stable
2017-03-11, by Augie Fackler
httpconnection: rename config to groups
2017-03-09, by Gregory Szorc
httpconnection: don't use dict()
2017-03-09, by Gregory Szorc
formatter: set _first on formatter, not ui
2017-03-09, by Martin von Zweigbergk
rebase: unhide original working directory node as well (issue5219)
2017-03-10, by Martin von Zweigbergk
rebase: pass in a regular set to _setrebasesetvisibility()
2017-03-10, by Martin von Zweigbergk
tests: demonstrate broken rebase from obsolete commit
2017-02-01, by Martin von Zweigbergk
treemanifest: make node reuse match flat manifest behavior
2017-03-01, by Durham Goode
help: update help.internalstable for new censor docs
2017-03-10, by Augie Fackler
parsers: drop old nonnormalentries method
2017-03-10, by Augie Fackler
parsers: avoid leak of nonnset and otherpset
2017-03-10, by Augie Fackler
sslutil: issue warning when [hostfingerprint] is used
2017-03-09, by Gregory Szorc
setup: use setuptools on Windows (issue5400)
2017-03-09, by Gregory Szorc
schemes: use br'' literal to define bytes regexp
2017-03-09, by Yuya Nishihara
help: fix layout of pre-formatted text
2017-03-09, by Yuya Nishihara
help: fix example of revs() fileset
2017-03-09, by Yuya Nishihara
filecache: make 'join' abstract
2016-08-05, by Pierre-Yves David
filecache: explicitly test 'repofilecache'
2017-03-08, by Pierre-Yves David
repofilecache: directly use 'repo.vfs.join'
2016-08-05, by Pierre-Yves David
repofilecache: define a 'join' method
2016-08-05, by Pierre-Yves David
wix: add censor docs to installer script
2017-03-06, by Augie Fackler
internals: add some brief documentation about censor
2017-01-23, by Augie Fackler
localrepo: rename proxycls to filteredrepo
2017-03-09, by Jun Wu
dirstate: track otherparent files same as nonnormal
2017-03-08, by Durham Goode
pycompat: verify sys.argv exists before forwarding it (issue5493)
stable
2017-03-07, by Augie Fackler
hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm
2017-03-06, by Denis Laxalde
hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines
2017-03-06, by Denis Laxalde
patch: add a diffhunks function yielding (diffheaders, hunks)
2017-03-03, by Denis Laxalde
mdiff: let unidiff return (diffheader, hunks)
2017-03-03, by Denis Laxalde
mdiff: extract a checknonewline inner function in unidiff()
2017-03-03, by Denis Laxalde
mdiff: distinguish diff headers from hunks in unidiff()
2017-03-03, by Denis Laxalde
test: end printed diff "hunks" with an empty string in test-context.py
2017-03-03, by Denis Laxalde
mdiff: let _unidiff yield hunks as (<range information>, <hunk lines>)
2017-03-02, by Denis Laxalde
mdiff: turn the comment above _unidiff into a docstring
2017-01-09, by Denis Laxalde
mdiff: compute newlines-splitted texts within _unidiff
2016-09-27, by Denis Laxalde
dispatch: add pagination of two more help cases
2017-03-08, by Augie Fackler
help: avoid mutating passed-in `keep` list in `formattedhelp`
2017-03-08, by Augie Fackler
extensions: use [0:1] slice on config path instead of [0]
2017-03-03, by Augie Fackler
extensions: use inspect module instead of func_code.co_argcount
2017-03-03, by Augie Fackler
treemanifest: add tests covering hg diff of partial trees
2017-03-07, by Durham Goode
context: remove uses of manifest.matches
2017-03-07, by Durham Goode
context: remove assumptions about manifest creation during _buildstatus
2017-03-07, by Durham Goode
context: move _manifest from committablectx to workingctx
2017-03-07, by Durham Goode
status: handle more node indicators in buildstatus
2017-03-07, by Durham Goode
merge: remove uses of manifest.matches
2017-03-07, by Durham Goode
copies: remove use of manifest.matches
2017-03-07, by Durham Goode
manifest: add match argument to diff and filesnotin
2017-03-07, by Durham Goode
fileset: drop false function signatures from revs() and status() docs
2017-03-09, by Yuya Nishihara
py3: factor out bytechr() function
2017-03-08, by Yuya Nishihara
vfs: use 'vfs' module directly in 'test-clone-uncompressed'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'test-filecache'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'test-parseindex'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'test-lock'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'contrib/undumprevlog'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.largefile'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.convert'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.transplant'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.shelve'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'hgext.mq'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.unionrepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.statichttprepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.bundlerepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.debugcommand'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.simplemerge'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.cmdutil'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.subrepo'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.archival'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.store'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.patch'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.repair'
2017-03-02, by Pierre-Yves David
vfs: use 'vfs' module directly in 'mercurial.localrepo'
2017-03-02, by Pierre-Yves David
chg: forward user-defined signals
2017-03-08, by Jun Wu
chg: document why we send SIGHUP and SIGINT to process group
2017-03-08, by Jun Wu
tests: make test-shelve.t timing-independent
2017-03-08, by Martin von Zweigbergk
tests: make run-tests.py run on Python 3 again
2017-03-08, by Yuya Nishihara
rebase: move actual rebase into a single transaction
2017-03-07, by Durham Goode
rebase: allow aborting if last-message.txt is missing
2017-03-07, by Durham Goode
rebase: add storestatus support for transactions
2017-03-07, by Durham Goode
rebase: move storestatus onto rebaseruntime
2017-03-07, by Durham Goode
rebase: clear updatestate during rebase --abort in more cases
2017-03-07, by Durham Goode
repoview: convert attribute names to unicodes on Python 3
2017-03-08, by Pulkit Goyal
parsers: alias long to int on Python 3
2017-03-08, by Pulkit Goyal
store: slice over a bytestring to get characters instead of ascii values
2017-03-08, by Pulkit Goyal
vfs: use 'vfs' module directly in 'mercurial.hg'
2017-03-02, by Pierre-Yves David
vfs: extract 'vfs' class and related code to a new 'vfs' module (API)
2017-03-01, by Pierre-Yves David
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
2017-03-02, by Pierre-Yves David
fsmonitor: remove use of repo.opener
2017-03-07, by Durham Goode
help: align description of 'base rev' with reality [issue5488]
2017-02-28, by Kim Alvefur
help: fix internals.changegroups
2017-03-01, by Kyle Lippincott
share: drop 'relshared' requirement as well
2017-03-03, by Yuya Nishihara
share: fix typo to drop 'shared' requirement on unshare
2017-03-03, by Yuya Nishihara
similar: compare between actual file contents for exact identity
2017-03-03, by FUJIWARA Katsunori
localrepo: handle rename with hardlinks properly
2017-03-02, by Jun Wu
dirstate: avoid unnecessary load+dump during backup
2017-03-01, by Jun Wu
dirstate: try to use hardlink to backup dirstate
2017-03-01, by Jun Wu
dirstate: track updated files to improve write time
2017-03-05, by Durham Goode
hook: give exthooks tags for blocking time
2017-03-06, by Simon Farnsworth
filemerge: tag merge tool for blocked times
2017-03-06, by Simon Farnsworth
hgk: set a blocked tag when the user invokes view
2017-03-06, by Simon Farnsworth
transplant: set a blockedtag when invoking external filter
2017-03-06, by Simon Farnsworth
config: set blockedtag when invoking configuration edit
2017-03-06, by Simon Farnsworth
bisect: set a blockedtag when running the check command
2017-03-06, by Simon Farnsworth
dispatch: set a blockedtag when running an external alias
2017-03-06, by Simon Farnsworth
patch: set a blockedtag when running an external filter
2017-03-06, by Simon Farnsworth
sshpeer: set a blockedtag when starting ssh
2017-03-06, by Simon Farnsworth
revert: always display hunks reversed when reverting to parent
2017-03-06, by Denis Laxalde
fileset: add a 'status(...)' predicate to control evaluation context
2017-03-03, by Pierre-Yves David
fileset: allow to specify a basectx for status
2017-03-03, by Pierre-Yves David
fileset: add revs(revs, fileset) to evaluate set in working directory
2017-03-03, by Pierre-Yves David
fileset: add function to switch revision where fileset will be evaluated
2015-01-24, by Yuya Nishihara
fileset: extract function that builds status tuple only if necessary
2015-01-24, by Yuya Nishihara
fileset: build initial subset in fullmatchctx class
2015-01-24, by Yuya Nishihara
fileset: extract function that builds initial subset from ctx or status
2015-03-24, by Yuya Nishihara
fileset: add class to host special handling of initial subset
2015-01-24, by Yuya Nishihara
patchbomb: add config knob to generate flags by template (issue5354)
2017-02-25, by Yuya Nishihara
patchbomb: pass around ui and revs that are needed for flag template
2017-02-25, by Yuya Nishihara
patchbomb: build patch texts by _getpatchmsgs()
2017-02-25, by Yuya Nishihara
patchbomb: drop internal option for pbranch extension (API)
2017-02-25, by Yuya Nishihara
patchbomb: factor out function that builds a prefix string to patch subject
2017-02-25, by Yuya Nishihara
formatter: add argument to change output file of non-plain formatter
2015-01-18, by Yuya Nishihara
schemes: move re construction to module-level and python3-ify
2017-03-03, by Augie Fackler
dispatch: cope with sys.version being unicode on Python 3
2017-03-03, by Augie Fackler
dispatch: allow testedwith to be bytes or str
2017-03-03, by Augie Fackler
ui: fix ui.traceback on Python 3
2017-03-03, by Augie Fackler
ui: fix opts labeling on ui.warn et al for Python 3
2017-03-03, by Augie Fackler
config: add sanity assert that files are opened as binary
2017-03-03, by Augie Fackler
update: for "noconflict" updates, print "conflicting changes" on conflict
2017-03-06, by Martin von Zweigbergk
tests: fix test-update-branches to remove non-conflicting file
2017-03-06, by Martin von Zweigbergk
branches: populate all template keywords in formatter
2017-02-25, by Yuya Nishihara
formatter: add support for changeset templating
2017-02-25, by Yuya Nishihara
templatekw: move defaulttmpl constant from changeset_templater
2017-02-25, by Yuya Nishihara
formatter: drop filters argument from maketemplater()
2017-02-25, by Yuya Nishihara
templater: port formatnode filter from changeset_templater
2017-02-25, by Yuya Nishihara
update: allow setting default update check to "noconflict"
2017-02-13, by Martin von Zweigbergk
update: add experimental config for default way of handling dirty wdir
2017-02-13, by Martin von Zweigbergk
update: accept --merge to allow merging across topo branches (issue5125)
2017-02-13, by Martin von Zweigbergk
merge: combine the "merge" cases in docstring table
2017-02-27, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-384
+384
+1000
+3000
+10000
tip