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.
convert: parse perforce data on-demand
2016-12-20, by David Soria Parra
convert: return calculated values from parse() instead of manpulating state
2016-12-20, by David Soria Parra
convert: move localname state to function scope
2016-12-20, by David Soria Parra
convert: use return value in parse_view() instead of manipulating state
2016-12-20, by David Soria Parra
changegroup: simplify logic around enabling changegroup 03
2016-12-19, by Pierre-Yves David
changegroup: pass 'repo' to allsupportedversions
2016-12-19, by Pierre-Yves David
changegroup: simplify 'allsupportedversions' logic
2016-12-19, by Pierre-Yves David
py3: replace os.altsep with pycompat.altsep
2016-12-18, by Pulkit Goyal
py3: have a bytes version of sys.platform
2016-12-18, by Pulkit Goyal
py3: have a bytes version of os.altsep
2016-12-18, by Pulkit Goyal
py3: make sure encoding.encoding is a bytes variable
2016-12-17, by Pulkit Goyal
chg: remove locks
2016-12-19, by Jun Wu
chg: start server at a unique address
2016-12-19, by Jun Wu
chgserver: truncate base address at "." for hash address
2016-12-19, by Jun Wu
ui: do not translate empty configsource() to 'none' (API)
2016-10-23, by Yuya Nishihara
convert: remove unused-but-set variable introduced in db9e883566e8
2016-12-18, by Yuya Nishihara
py3: replace os.sep with pycompat.ossep (part 4 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.sep with pycompat.ossep (part 3 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.sep with pycompat.ossep (part 2 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.sep with pycompat.ossep (part 1 of 4)
2016-12-17, by Pulkit Goyal
py3: replace os.pathsep with pycompat.ospathsep
2016-12-17, by Pulkit Goyal
py3: use %d instead of %s for integers
2016-12-17, by Pulkit Goyal
help: make multirevs just an alias for revsets
2016-12-16, by Martin von Zweigbergk
context: correct metadataonlyctx's parameter
2016-12-16, by Jun Wu
registrar: raise a programming error on duplicated registering
2016-12-12, by Pierre-Yves David
py3kcompat: drop unused module
2016-10-16, by Yuya Nishihara
strutil: drop module which no longer be used
2016-10-16, by Yuya Nishihara
convert: inline strutil.rfindall()
2016-10-16, by Yuya Nishihara
convert: return commit objects for revisions in the revmap
2016-12-14, by David Soria Parra
convert: encapsulate commit data fetching and commit object creation
2016-12-13, by David Soria Parra
convert: do not provide head revisions if we have no changests to import
2016-12-13, by David Soria Parra
convert: allow passing in a revmap
2016-12-14, by David Soria Parra
convert: use convert_revision for P4 imports
2016-12-13, by David Soria Parra
convert: remove unused dictionaries
2016-12-14, by David Soria Parra
convert: self.heads is a list
2016-12-14, by David Soria Parra
convert: don't use long list comprehensions
2016-12-13, by David Soria Parra
changelog: keep track of file end in appender (issue5444)
2016-12-15, by Durham Goode
tests: fix test-bdiff to handle variance between pure and c bdiff code
2016-12-15, by Augie Fackler
tests: finish updating test-bdiff to unittest (part 4 of 4)
2016-12-15, by Augie Fackler
tests: update more of test-bdiff.py to use unittest (part 3 of 4)
2016-12-15, by Augie Fackler
tests: update more of test-bdiff.py to use unittest (part 2 of 4)
2016-12-15, by Augie Fackler
tests: migrate test-bdiff.py to use unittest (part 1 of 4)
2016-12-15, by Augie Fackler
import-checker: do not enforce lexical sort accross stdlib/local boundary
2016-12-15, by Pierre-Yves David
cg1packer: fix `compressed` method
2016-12-14, by Stanislau Hlebik
perf: add historical support of ui.load()
2016-12-15, by Philippe Pepiot
chg: ignore HG_* in confighash
2016-12-14, by Jun Wu
py3: make keys of keyword arguments strings
2016-12-13, by Pulkit Goyal
error: make it clear that ProgrammingError is for mercurial developers
2016-12-12, by Jun Wu
revlog: merge hash checking subfunctions
2016-12-13, by Remi Chaintron
bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
2016-12-09, by Stanislau Hlebik
bookmarks: rename `compare()` to `comparebookmarks()` (API)
2016-11-22, by Stanislau Hlebik
graft: support grafting changes to new file in renamed directory (issue5436)
2016-12-05, by Gábor Stefanik
rebase: calculate ancestors for --base separately (issue5420)
2016-11-28, by Jun Wu
py3: utility functions to convert keys of kwargs to bytes/unicodes
2016-12-07, by Pulkit Goyal
py3: make a bytes version of getopt.getopt()
2016-12-06, by Pulkit Goyal
parsers: use buffer to store revlog index
2016-12-06, by Jun Wu
fancyopts: switch from fancyopts.getopt.* to getopt.*
2016-12-06, by Pulkit Goyal
py3: use pycompat.fsdecode() to pass to imp.* functions
2016-12-05, by Pulkit Goyal
localrepo: use ProgrammingError
2016-12-06, by Jun Wu
error: add ProgrammingError
2016-12-06, by Jun Wu
chgserver: call "load" for new ui objects
2016-12-05, by Jun Wu
localrepository: remove None as default value of path argument in __init__()
2016-12-04, by Pulkit Goyal
py3: use pycompat.sysstr() in __import__()
2016-12-01, by Pulkit Goyal
py3: avoid use of basestring
2016-11-30, by Pulkit Goyal
py3: use unicodes in __slots__
2016-11-30, by Pulkit Goyal
memctx: allow the metadataonlyctx thats reusing the manifest node
2016-11-21, by Mateusz Kwapich
localrepo: make it possible to reuse manifest when commiting context
2016-11-17, by Mateusz Kwapich
manifest: expose the parents() method
2016-11-17, by Mateusz Kwapich
httppeer: assign Vary request header last
2016-11-28, by Gregory Szorc
wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC)
2016-11-28, by Gregory Szorc
protocol: declare transport protocol name
2016-11-28, by Gregory Szorc
bdiff: early pruning of common prefix before doing expensive computations
2016-11-16, by Mads Kiilerich
formatter: add overview of API and example as doctest
2016-10-22, by Yuya Nishihara
ui: factor out ui.load() to create a ui without loading configs (API)
2016-10-22, by Yuya Nishihara
hgweb: add missing slash to file log url in rss style
stable
2016-12-08, by Anton Shestakov
check-code: add a rule to forbid "cp -r"
2016-11-30, by Jun Wu
tests: replace "cp -r" with "cp -R"
2016-11-30, by Jun Wu
posix: give the cached symlink a real target
2016-11-30, by Martijn Pieters
shelve: move patch extension to a string constant
2016-11-29, by Kostia Balytskyi
merge with stable
2016-12-01, by Kevin Bullock
Added signature for changeset b3b1ae98f6a0
stable
2016-12-01, by Kevin Bullock
Added tag 4.0.1 for changeset b3b1ae98f6a0
stable
2016-12-01, by Kevin Bullock
i18n-pt_BR: synchronized with 819f96b82fa4
stable
4.0.1
2016-11-25, by Wagner Bruna
shelve: fix use of unexpected working dirs in test-shelve.t
2016-11-29, by Kostia Balytskyi
crecord: change the verb according to the operation
2016-11-28, by Jun Wu
crecord: change help text for the space key dynamically
2016-11-28, by Jun Wu
crecord: rewrite status line text (BC)
2016-11-28, by Jun Wu
crecord: make _getstatuslines update numstatuslines
2016-11-23, by Jun Wu
crecord: move status window text calculation to a separate method
2016-11-28, by Jun Wu
revlog: ensure that flags do not overflow 2 bytes
2016-11-28, by Cotizo Sima
merge with stable
2016-11-27, by Augie Fackler
debugcommands: sort command order
2016-11-25, by Gregory Szorc
tests: add test that @commands in debugcommands.py are sorted
2016-11-25, by Gregory Szorc
fsmonitor: be robust in the face of bad state
2016-11-25, by Simon Farnsworth
merge: use original file extension for temporary files
2016-11-23, by Mads Kiilerich
ui: use try..finally in configoverride
2016-11-26, by Gregory Szorc
util: limit output chunk size in zlib decompression
2016-11-26, by Gregory Szorc
crecord: filter text via i18n
2016-11-23, by Jun Wu
revert: pass operation to crecord
2016-11-23, by Jun Wu
crecord: add an "operation" field
2016-11-23, by Jun Wu
revert: prompt before removing files in interactive mode
2016-11-25, by Denis Laxalde
revert: indicate the default choice when prompting to forget files
2016-11-25, by Denis Laxalde
style: avoid an unnecessary line split
2016-11-25, by Denis Laxalde
debugcommands: move 'debugdeltachain' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugindex' and 'debugindexdot' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugignore' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debuggetbundle' in the new module
2016-11-10, by Gregory Szorc
debugcommands: move 'debugfsinfo' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugfileset' in the new module
2016-08-17, by Gregory Szorc
censor: flag internal documentation
2016-11-23, by Remi Chaintron
shelve: make --keep option survive user intervention (issue5431)
2016-11-23, by Kostia Balytskyi
worker: use os._exit for posix worker in all cases
2016-11-24, by Jun Wu
dispatch: move part of callcatch to scmutil
2016-11-24, by Jun Wu
py3: use pycompat.getcwd() instead of os.getcwd()
2016-11-23, by Pulkit Goyal
debugcommands: move 'debugextensions' to the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugdiscovery' in the module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugdate' in the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugrevlogopts' into the new module
2016-08-17, by Gregory Szorc
debugcommands: move 'debugdag' into the new module
2016-08-17, by Gregory Szorc
chgserver: make it a core module and drop extension flags
2016-10-15, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip