Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
subrepo: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
files: replace 'ctx._repo' with 'ctx.repo()'
2015-03-12, by Matt Harbison
context: add a repo accessor
2015-03-12, by Matt Harbison
test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
2015-03-12, by Augie Fackler
lazymanifest: make __iter__ generate filenames, not 3-tuples
2015-03-12, by Martin von Zweigbergk
lazymanifest: fix pure hg iterkeys()
2015-03-12, by Martin von Zweigbergk
hgweb: prevent loading style map from directories other than specified paths
stable
2015-03-13, by Yuya Nishihara
lazymanifest: add iterkeys() method
2015-03-11, by Martin von Zweigbergk
lazymanifest: extract function for iterating to next line
2015-03-11, by Martin von Zweigbergk
lazymanifest: fail if path or hash strings cannot be created
2015-03-11, by Martin von Zweigbergk
manifest: rewrite find(node, f) in terms of read(node)
2015-03-11, by Martin von Zweigbergk
ssl: load CA certificates from system's store by default on Python 2.7.9
2015-02-26, by Yuya Nishihara
ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
2015-03-04, by Yuya Nishihara
test-https: enable dummycert test only if Apple python is used (issue4500)
2015-03-04, by Yuya Nishihara
ssl: extract function that returns dummycert path on Apple python
2015-03-04, by Yuya Nishihara
largefiles: don't create chain of __contains__ calls
2015-03-11, by Martin von Zweigbergk
lazymanifest: don't depend on printf's 'hh' format to work
2015-03-12, by Martin von Zweigbergk
bundle2: test hooking using the new transaction-level hook
2015-03-11, by Pierre-Yves David
hook: add a generic hook right before we commit a transaction
2015-03-09, by Pierre-Yves David
transaction: add a validation stage
2015-03-09, by Pierre-Yves David
hook: add a generic hook after transaction has been closed
2015-03-09, by Pierre-Yves David
hook: have a generic hook for transaction opening
2014-12-10, by Pierre-Yves David
templater: allow piping generator-type function output to filters
2015-02-24, by Yuya Nishihara
record: add new tests for commit interactive (same tests as record)
2015-03-11, by Laurent Charignon
record: add interactive option to the commit command
2015-03-11, by Laurent Charignon
manifest: don't let find() look inside manifestdict
2015-03-10, by Martin von Zweigbergk
largefiles: replace manifestdict.__contains__, don't extend class
2015-03-09, by Martin von Zweigbergk
files: split reusable implementation into cmdutil for subrepo support
2015-03-08, by Matt Harbison
files: use ctx object to access dirstate
2015-03-08, by Matt Harbison
copies: added manifests to computenonoverlap
2015-03-10, by Durham Goode
record: move dorecord from record to cmdutil
2015-03-10, by Laurent Charignon
record: remove dependency on hg module in record
2015-03-10, by Laurent Charignon
record: remove dependency on extensions module in dorecord
2015-03-10, by Laurent Charignon
record: move filterpatch from record to patch
2015-03-10, by Laurent Charignon
patch.internalpatch: add a default value for prefix
2015-03-10, by Siddharth Agarwal
histedit: remove extra histedit constructor call
2015-03-11, by Durham Goode
color: consolidate cut-and-paste code
2015-03-11, by Jordi Gutiérrez Hermoso
record: move parsepatch from record to patch
2015-03-09, by Laurent Charignon
record: move scanpatch from record to patch
2015-03-09, by Laurent Charignon
record: move hunk class from record to patch
2015-03-09, by Laurent Charignon
record: move countChanges in the hunk class
2015-03-09, by Laurent Charignon
record: move header class from record to patch
2015-03-09, by Laurent Charignon
cmdutil.tryimportone: allow importing relative patches with --bypass
2015-03-10, by Siddharth Agarwal
cmdutil.tryimportone: allow importing relative patches into the working dir
2015-03-09, by Siddharth Agarwal
commands.import: accept a prefix option
2015-03-06, by Siddharth Agarwal
test: make version based test-extensions failure more explanatory
2015-03-10, by Pierre-Yves David
subrepo: add status support for ignored and clean files in git subrepos
2015-03-09, by Mathias De Maré
revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
2015-01-14, by Mike Edgar
patch.internalpatch: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.patchbackend: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
repair: define explicit local variable, don't reuse a comprehension variable
2015-03-10, by Mike Edgar
commands.paths: use ui.paths to show paths
2015-02-07, by Gregory Szorc
ui: represent paths as classes
2015-02-07, by Gregory Szorc
color: omit terminfo/win32 warning if non-interactive (issue4543)
2015-03-10, by Jordi Gutiérrez Hermoso
incoming: hide help about use of --bundle option by default
2015-02-26, by Yuya Nishihara
patch.applydiff: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch._applydiff: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.makepatchmeta: accept a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.pathtransform: add a prefix parameter
2015-03-06, by Siddharth Agarwal
patch.pathtransform: add doctests
2015-03-06, by Siddharth Agarwal
patch: rename pathstrip to pathtransform
2015-03-06, by Siddharth Agarwal
templatekw: forward _hybrid.get to raw values so that get(extras, key) works
2015-02-18, by Yuya Nishihara
templater: implement _hybrid.__contains__ so that ifcontains can accept dict
2015-02-18, by Yuya Nishihara
templatekw: keep raw list or dict in _hybrid object
2015-03-08, by Yuya Nishihara
templatekw: give name to lambda that constructs variables map of templater
2015-03-08, by Yuya Nishihara
templatekw: convert list of key/value pairs to sortdict
2015-03-08, by Yuya Nishihara
sortdict: have update() accept either dict or iterable of key/value pairs
2015-02-18, by Yuya Nishihara
record: allow editing new files (issue4304)
2015-03-06, by Laurent Charignon
localrepo: back out changeset b08af8f0ac01
2015-03-05, by Pierre-Yves David
test-shelve: be more lenient about whitespace (issue4124)
2015-03-09, by Tristan Seligmann
histedit: use better meta-variable names than VALUE in help text
2015-03-09, by Anton Shestakov
histedit: tweak --commands help text
2015-03-09, by Anton Shestakov
largefiles: report the source of copied/moved largefiles in status -C
2015-01-25, by Matt Harbison
test-commit-amend: add globs for Windows
2015-03-08, by Matt Harbison
lazymanifest: use a binary search to do an insertion
2015-01-30, by Augie Fackler
context: don't sort manifest entries
2014-11-17, by Augie Fackler
manifest: use custom C implementation of lazymanifest
2015-03-06, by Augie Fackler
manifest: split manifestdict into high-level and low-level logic
2015-03-07, by Augie Fackler
manifest: do parsing inside manifestdict contstructor
2015-03-07, by Augie Fackler
manifest: move parsing functions up in file
2015-03-07, by Augie Fackler
dispatch: offer suggestions of similar-named commands
2015-02-10, by Augie Fackler
dispatch: offer near-edit-distance suggestions for {file,rev}set functions
2015-01-26, by Augie Fackler
test-revset: add tests for missing function output
2015-01-26, by Augie Fackler
revset: use UnknownIdentifier where appropriate
2015-01-26, by Augie Fackler
fileset: use UnknownIdentifier where appropriate
2015-01-26, by Augie Fackler
error: add a new UnknownIdentifier error type
2015-01-26, by Augie Fackler
log: display closing-branch nodes as "_" (BC)
2014-11-24, by Jordi Gutiérrez Hermoso
manifest: move pure parsing code out of pure
2015-03-06, by Matt Mackall
manifest.c: new extension code to lazily parse manifests
2015-01-13, by Augie Fackler
workingctx: use normal dirs() instead of dirstate.dirs()
2015-03-05, by Durham Goode
merge with stable
2015-03-05, by Matt Mackall
subrepo: only fetch unknown files from git when explicitly requested
2015-03-03, by Matt Harbison
subrepo: always return scmutil.status() from gitsubrepo.status()
2015-03-03, by Matt Harbison
subrepo: explicitly request clean and unknown files in status for git's add
2015-03-03, by Matt Harbison
largefiles: handle logging from outside the repo
2015-03-01, by Matt Harbison
largefiles: don't prefix standin patterns with '.hglf' when logging
2015-03-01, by Matt Harbison
largefiles: teach log to handle patterns
2015-02-28, by Matt Harbison
check-code: allow disabling msys path check
2015-03-05, by Matt Mackall
revset: extend fullreposet to make "null" revision magically appears in set
2015-01-08, by Yuya Nishihara
revset: duplicate spanset.__contains__ to fullreposet for modification
2015-01-10, by Yuya Nishihara
revset: have all() filter out null revision
2015-01-10, by Yuya Nishihara
revset: drop unnecessary calls of getall() with empty argument
2015-01-10, by Yuya Nishihara
graphlog: do not bypass commands.log so that -fr works
2015-03-04, by Yuya Nishihara
histedit: add a config allowing changing histedit rule line length limit
2015-01-21, by Mateusz Kwapich
dirstate: make sure rootdir ends with directory separator (issue4557)
stable
2015-03-06, by Yuya Nishihara
i18n-de: fix a typo in the german translation
stable
2015-03-04, by Alexander Becher
histedit: fix style of new error message
2015-03-03, by Matt Mackall
Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGS
2015-02-04, by Augie Fackler
Makefile: introduce testpy-% target for testing with a specifc Python
2015-02-04, by Augie Fackler
extdiff: expand tildes and variables in paths to user-supplied diff programs
2015-02-27, by Jordi Gutiérrez Hermoso
setup.py: do not install c extensions on pypy
2015-02-22, by Joan Massich
copyright: update to 2015
2015-03-02, by Jesus Cea
changegroup: emit full-replacement deltas if either revision is censored
2015-01-21, by Mike Edgar
log: make -fr show complete history from the given revs
2015-02-06, by Durham Goode
util: accept "now, today, yesterday" for dates even the locale is not english
2015-02-24, by André Klitzing
copies: only calculate 'addedinm[12]' sets once
2015-02-27, by Martin von Zweigbergk
copies: calculate 'bothnew' from manifestdict.filesnotin()
2015-02-27, by Martin von Zweigbergk
copies: replace _nonoverlap() by calls to manifestdict.filesnotin()
2015-02-27, by Martin von Zweigbergk
copies: move code into new manifestdict.filesnotin() method
2015-02-27, by Martin von Zweigbergk
subrepo: warn when adding already tracked files in gitsubrepo
2015-02-27, by Matt Harbison
subrepo: don't exclude files in .hgignore when adding to git
2015-02-26, by Matt Harbison
dirstate: clarify comment about leaving normal files undef if changed 'now'
2015-01-14, by Mads Kiilerich
spelling: fixes from proofreading of spell checker issues
2015-01-18, by Mads Kiilerich
merge-tools: configuration for Beyond Compare on OS X
2015-02-27, by Mads Kiilerich
convert: when converting from monotone, use the number 1 for close in extras
2015-01-21, by Mads Kiilerich
hgweb: extract changeset template mapping generation to own function
2015-03-02, by Gregory Szorc
merge with stable
2015-03-02, by Matt Mackall
revrange: don't parse revset aliases as hash prefixes (issue4553)
2015-02-25, by Jordi Gutiérrez Hermoso
subrepos: support adding files in git subrepos
2015-02-24, by Mathias De Maré
subrepo: return only the manifest keys from hgsubrepo.files()
2015-02-15, by Matt Harbison
archive: change the default prefix to '' from None
2015-02-15, by Matt Harbison
debugsetparent: document one common caveat specifically
2015-02-25, by Martin von Zweigbergk
repair: setup hookargs when processing bundle2s
2015-02-20, by Eric Sumner
amend: check for directory renames for both merge parents (issue4516)
stable
2015-03-02, by Pierre-Yves David
merge with stable
2015-03-02, by Matt Mackall
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert
2015-03-02, by FUJIWARA Katsunori
Added signature for changeset 07a92bbd02e5
stable
2015-03-02, by Matt Mackall
Added tag 3.3.2 for changeset 07a92bbd02e5
stable
2015-03-02, by Matt Mackall
transaction: really disable hardlink backups (issue4546)
stable
3.3.2
2015-03-02, by Matt Harbison
merge with stable
2015-03-02, by Matt Mackall
test-obsolete: use 'log -T {node}' instead of 'id --debug -i' to lookup hash
2015-02-28, by Matt Harbison
Added signature for changeset 5b4ed033390b
stable
2015-03-02, by Matt Mackall
Added tag 3.3.1 for changeset 5b4ed033390b
stable
2015-03-02, by Matt Mackall
revisionbranchcache: fall back to slow path if starting readonly (issue4531)
stable
3.3.1
2015-02-06, by Mads Kiilerich
largefiles: access to specific fields only if largefiles enabled (issue4547)
stable
2015-02-26, by FUJIWARA Katsunori
templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks
stable
2015-02-18, by Yuya Nishihara
templatekw: inline showlist() into showbookmarks()
stable
2015-02-18, by Yuya Nishihara
transaction: disable hardlink backups (issue4546)
stable
2015-03-02, by Matt Mackall
repoview: invalidate cached changelog if _delayed changes (issue4549)
stable
2015-03-01, by Matt Mackall
test: make test-extdiff resilient to */gnubin/echo
stable
2015-02-26, by Sean Farley
dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9
stable
2015-02-26, by Yuya Nishihara
revset: mask specific names for named() predicate
stable
2015-02-05, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 756c5c8331b0
stable
2015-03-01, by Wagner Bruna
i18n-ja: synchronized with 756c5c8331b0
stable
2015-03-01, by FUJIWARA Katsunori
merge with stable
2015-02-27, by Matt Mackall
manifest: rename 'mf', 'map', and 'mapping' to 'm'
2015-02-24, by Martin von Zweigbergk
manifest: make copy logic local to copy()
2015-02-23, by Martin von Zweigbergk
extensions: indicate loaded for an immediately called afterload callback
2015-02-21, by Matt Harbison
tests: add test showing tags cache drops filtered heads (issue4550)
2015-02-24, by Gregory Szorc
tags: write tags cache deterministically
2015-02-24, by Gregory Szorc
histedit: add --edit-plan option to histedit
2015-01-22, by Mateusz Kwapich
histedit: generalize makedesc
2015-01-22, by Mateusz Kwapich
histedit: extract method ruleeditor
2015-02-23, by Mateusz Kwapich
churn: deprecate -t option in favour of -T
2015-02-24, by Jordi Gutiérrez Hermoso
pull: print "pulling from foo" before accessing the other repo
2015-02-24, by Thomas Arendsen Hein
error.LookupError: rename 'message' property to something else
2015-02-18, by Siddharth Agarwal
hgweb: use introrev() for finding parents (issue4506)
2015-02-19, by Anton Shestakov
subrepo: drop unused pattern initialization in hgsubrepo revert
2015-02-08, by Matt Harbison
revert: display full subrepo output with --dry-run
2015-02-07, by Matt Harbison
largefiles: don't warn when reverting a forgotten largefile
2015-02-07, by Matt Harbison
subrepo: annotate addremove with @annotatesubrepoerror
2015-02-06, by Matt Harbison
histedit: don't recreate state object
2015-02-17, by Durham Goode
hgweb: clearly outline <tr> block in paper/changeset.tmpl
2015-01-10, by Anton Shestakov
hgweb: don't mix tabs and spaces in monoblue templates
2015-01-10, by Anton Shestakov
hgweb: remove unneeded escaping in gitweb/map and monoblue/map
2015-01-10, by Anton Shestakov
resolve: port to generic templater
2015-02-11, by Yuya Nishihara
resolve: extract -l/--list operation from big loop
2015-02-11, by Yuya Nishihara
resolve: silence warning of unknown pats for -l/--list (BC)
2015-02-11, by Yuya Nishihara
extensions: allow extending command synopsis and docstring
2015-02-09, by Ryan McElroy
revlog: _addrevision creates full-replace deltas based on censored revisions
2015-01-21, by Mike Edgar
revlog: special case expanding full-replacement deltas received by exchange
2015-02-06, by Mike Edgar
test-merge-tools: fix flaky test by avoiding debugsetparents
2015-02-10, by Martin von Zweigbergk
revlog: in addgroup, reject ill-formed deltas based on censored nodes
2015-02-06, by Mike Edgar
mdiff: add helper for making deltas which replace the full text of a revision
2015-01-21, by Mike Edgar
revlog: add "iscensored()" to revlog public API
2015-01-23, by Mike Edgar
filelog: allow censored files to contain padding data
2015-02-06, by Mike Edgar
revset: drop factory that promotes spanset to fullreposet
2015-01-08, by Yuya Nishihara
revset: specify fullreposet without using spanset factory
2015-01-08, by Yuya Nishihara
revset: make match function initiate query from full set by default
2015-02-02, by Yuya Nishihara
localrepo: don't reintroduce pruned tag entries when tagging
2014-10-01, by Matt Harbison
histedit: switch state to store node instead of ctx
2015-02-05, by Mateusz Kwapich
histedit: don't allow to strip nodes which are necessary to continue histedit
2015-01-30, by Mateusz Kwapich
subrepo: add tests for change/remove conflicts
stable
2015-02-17, by Martin von Zweigbergk
hgweb: recreate old DOM structure for css in monoblue style
stable
2015-02-12, by Anton Shestakov
shellquote: fix missing quotes for empty string
stable
2015-02-11, by Yuya Nishihara
trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]'
2015-02-06, by Martin von Zweigbergk
trydiff: extract function that generates filename pairs
2015-01-22, by Martin von Zweigbergk
trydiff: read file data in only one place
2015-01-22, by Martin von Zweigbergk
trydiff: set filename variables to None even when not opts.git or losedatafn
2015-01-22, by Martin von Zweigbergk
trydiff: read flags in one place
2015-01-22, by Martin von Zweigbergk
trydiff: break 'if opts.git or losedatafn' into two
2015-02-06, by Martin von Zweigbergk
trydiff: make filenames None when they don't exist
2015-01-22, by Martin von Zweigbergk
test-help: add test to demonstrate that 'hg help merge-tools' is sane
2015-02-10, by Augie Fackler
help.merge-tools: do not double document merge tools
2015-02-09, by Gregory Szorc
help: teach topic symbols how to dedent
2015-02-09, by Gregory Szorc
webcommands: document "graph" web command
2015-02-06, by Gregory Szorc
webcommands: document "archive" web command
2015-02-06, by Gregory Szorc
webcommands: document "filelog" web command
2015-02-06, by Gregory Szorc
webcommands: document "annotate" web command
2015-02-06, by Gregory Szorc
webcommands: document "comparison" web command
2015-02-06, by Gregory Szorc
webcommands: document "filediff" web command
2015-02-06, by Gregory Szorc
webcommands: document "summary" web command
2015-02-06, by Gregory Szorc
webcommands: document "manifest" web command
2015-02-06, by Gregory Szorc
webcommands: document "changelog" web command
2015-02-06, by Gregory Szorc
webcommands: document "file" web command
2015-02-06, by Gregory Szorc
webcommands: document "log" web command
2015-02-06, by Gregory Szorc
webcommands: document "shortlog" web command
2015-02-06, by Gregory Szorc
webcommands: document "changeset" web command
2015-02-06, by Gregory Szorc
webcommands: document "tags" web command
2015-02-06, by Gregory Szorc
webcommands: document "bookmarks" web command
2015-02-06, by Gregory Szorc
webcommands: document "branches" web command
2015-02-06, by Gregory Szorc
webcommands: document "help" web command
2015-02-06, by Gregory Szorc
help: add web commands to help documentation
2015-02-06, by Gregory Szorc
help.hgweb: add a section describing URLs and common parameters
2015-02-06, by Gregory Szorc
webcommands: move help import into help command handler
2015-02-06, by Gregory Szorc
webcommands: define a dict of available commands
2015-02-06, by Gregory Szorc
webcommands: define web commands using a decorator
2015-02-06, by Gregory Szorc
run-tests: ensure install directories exist
2015-02-06, by Gregory Szorc
run-tests: avoid printing extra newlines from install log
2015-02-06, by Gregory Szorc
bundlerepo: basic bundle2 support
2015-02-06, by Eric Sumner
bundlerepo: keep track of the original bundle object
2015-02-05, by Eric Sumner
bundle2.unbundle20: add compressed() method
2015-02-05, by Eric Sumner
bundle2.unpackermixin: default value for seek() whence parameter
2015-02-05, by Eric Sumner
windows: adjust doc string and comments of posixfile()
2015-02-06, by Adrian Buehlmann
color: support a different color mode when the pager is active
2015-02-04, by Gregory Szorc
pager: ensure wrapped dispatch._runcommand runs before color's
2015-02-06, by Gregory Szorc
pager: set an attribute on ui indicating that a pager is active
2015-02-06, by Gregory Szorc
extensions: support callbacks after another extension loads
2015-02-06, by Gregory Szorc
log: fix --follow null parent not to include revision 0
2015-02-06, by Yuya Nishihara
cmdutil: have walkchangerevs utilize common function to build revs
2015-02-06, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip