Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
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.
mq: rename series_path to seriespath
2011-06-13, by Adrian Buehlmann
mq: rename series_end to seriesend
2011-06-13, by Adrian Buehlmann
mq: rename full_series_end to fullseriesend
2011-06-13, by Adrian Buehlmann
mq: rename check_reserved_name to checkreservedname
2011-06-13, by Adrian Buehlmann
mq: rename check_localchanges to checklocalchanges
2011-06-13, by Adrian Buehlmann
mq: rename check_substate to checksubstate
2011-06-13, by Adrian Buehlmann
mq: rename check_toppatch to checktoppatch
2011-06-13, by Adrian Buehlmann
mq: rename save_dirty to savedirty
2011-06-13, by Adrian Buehlmann
mq: rename explain_pushable to explainpushable
2011-06-13, by Adrian Buehlmann
mq: rename set_active to setactive
2011-06-13, by Adrian Buehlmann
mq: rename set_guards to setguards
2011-06-13, by Adrian Buehlmann
mq: rename check_guard to checkguard
2011-06-13, by Adrian Buehlmann
mq: rename parse_series to parseseries
2011-06-13, by Adrian Buehlmann
mq: rename find_series to findseries
2011-06-13, by Adrian Buehlmann
mq: rename series_guards to seriesguards
2011-06-13, by Adrian Buehlmann
mq: rename full_series to fullseries
2011-06-13, by Adrian Buehlmann
paper, coal: display diffstat on the changeset page
2011-06-11, by Steven Brown
web: provide diff summary to the changeset page
2011-06-11, by Steven Brown
tests: fix up date ambiguity in cvs test
2011-06-11, by Matt Mackall
hg: split peer and repo lookup tables
2011-06-11, by Matt Mackall
tests: rename test-git-import.t into test-import-git.t
2011-06-11, by Patrick Mezard
patch: generalize the use of patchmeta in applydiff()
2011-06-11, by Patrick Mezard
patch: stop updating changed files set in applydiff()
2011-06-11, by Patrick Mezard
patch: turn patch() touched files dict into a set
2011-06-11, by Patrick Mezard
paper, coal: define the diffstat templates
2011-06-09, by Steven Brown
web: provide the file number to the diffstat templates
2011-06-09, by Steven Brown
web: include all files in the diffstat
2011-06-09, by Steven Brown
hgignore: ignore MANIFEST.in (generated since 2ce7dfe17bc5)
2011-06-10, by Thomas Arendsen Hein
bookmarks: recognize the current bookmark when the local encoding isn't UTF-8
2011-06-08, by LUO Zheng
distutils: Create MANIFEST.in instead of MANIFEST in Makefile
2011-06-09, by Stephen Thorne
revert: is reverting file states, not just file contents
2011-06-09, by Adrian Buehlmann
hg: change various repository() users to use peer() where appropriate
2011-06-10, by Matt Mackall
hg: have peer() call _lookup directly
2011-06-10, by Matt Mackall
hg: add peer method
2011-06-10, by Matt Mackall
hg: add opts argument to clone for internal remoteui
2011-06-08, by Peter Arrenbrecht
hg: use capable instead of capabilities
2011-06-06, by Peter Arrenbrecht
fileset: basic pattern and boolean support
2011-06-08, by Matt Mackall
tests: fix updated monotone version requirement
2011-06-10, by Thomas Arendsen Hein
check-code: catch misspellings of descendant
2011-06-07, by Matt Mackall
revert: drop obvious paragraph about filenames
2011-06-07, by Matt Mackall
revert: actually add pointer to backout
2011-06-07, by Matt Mackall
revert: replace mention of 'roll back' with pointer to 'backout'
2011-06-07, by Matt Mackall
revert: simplify description of effect of -r
2011-06-07, by Matt Mackall
revert: rearrange the date help
2011-06-07, by Matt Mackall
revert: remove some redundancy in basic description
2011-06-07, by Matt Mackall
revert: drop requirement to use -r to revert with two parents
2011-06-07, by Matt Mackall
revert: simplify usage note
2011-06-07, by Matt Mackall
revert: rewrite help summary
2011-06-06, by Matt Mackall
extensions: make disabled()/disabledext() load prebuilt index if available
2011-06-04, by Yuya Nishihara
setup: add command to generate index of extensions
2011-06-04, by Yuya Nishihara
sshrepo: fix addchangegroup's signature
2011-06-06, by Peter Arrenbrecht
subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844)
2011-06-06, by Matt Mackall
patch: dot not ignore hunk of files marked as 'deleted'
2011-06-05, by Patrick Mezard
patch: fix patchmeta/hunk synchronization in iterhunks()
2011-06-05, by Patrick Mezard
patch: remove unnecessary exists() call in selectfile()
2011-06-05, by Patrick Mezard
import: deprecate --base
2011-06-05, by Patrick Mezard
patch: remove redundant islink() call
2011-06-05, by Patrick Mezard
extensions: update doc of enabled() and disabled() according to d5b525697ddb
2011-06-04, by Yuya Nishihara
localrepo: add savecommitmessage() to write last-message.txt
2011-06-04, by Patrick Mezard
memctx: simplify constructor
2011-06-04, by Patrick Mezard
scmutil: improve path calculation for install-relative RC files (issue2841)
2011-06-03, by Matt Mackall
prepush: show details about new remote heads with --verbose
2011-06-03, by Adrian Buehlmann
prepush: print short hash of first new head in abort message
2011-06-03, by Adrian Buehlmann
prepush: eliminate 'if branch'
2011-06-03, by Adrian Buehlmann
revlog: bail out earlier in group when we have no chunks
2011-06-03, by Sune Foldager
localrepo: simplify file bundling code and fix progress bug
2011-06-03, by Sune Foldager
localrepo: use list comprehension instead of generators
2011-06-03, by Sune Foldager
localrepo: add total to changeset progress in bundle/push
2011-06-03, by Sune Foldager
statichttprepo: use in-place difference for shorter line
2011-06-03, by Martin Geisler
workingctx: eliminate remove function
2011-06-02, by Adrian Buehlmann
test-copy2: add case for moving a missing file
2011-06-02, by Adrian Buehlmann
color: check if ui is already a subclass of colorui before wrapping it
2011-06-02, by Idan Kamara
util: add helper function isatty(fd) to check for tty-ness
2011-06-02, by Idan Kamara
web: prevent TypeError thrown when using the diffstat templates
2011-06-02, by Steven Brown
fileset: fix long line
2011-06-02, by Matt Mackall
COPYING: refresh with current address from fsf.org
2011-06-02, by Matt Mackall
filesets: introduce basic fileset expression parser
2011-06-01, by Matt Mackall
dispatch: add repo to the request
2011-06-02, by Idan Kamara
merge with stable
2011-06-01, by Matt Mackall
Added signature for changeset 733af5d9f6b2
stable
2011-06-01, by Matt Mackall
Added tag 1.8.4 for changeset 733af5d9f6b2
stable
2011-06-01, by Matt Mackall
subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
stable
1.8.4
2011-05-31, by Augie Fackler
subrepo: svn abort now depends on exit code (issue2833)
stable
2011-05-31, by Regis Desgroppes
httprepo: send URL redirection notices to stderr (issue2828)
stable
2011-05-24, by Matt Mackall
httprepo: proper handling of invalid responses without content-type (issue2019)
stable
2011-03-07, by Mads Kiilerich
strip: make it clear that --force discards changes (issue310)
stable
2011-04-29, by Patrick Mezard
tags: catch more corruption during cache parsing (issue2779)
stable
2011-04-26, by Matt Mackall
localrepo: don't add deleted files to list of modified/added files (issue2761)
stable
2011-04-11, by Idan Kamara
localrepo: ignore tags to unknown nodes (issue2750)
stable
2011-04-04, by Idan Kamara
bookmarks: do not forward merged bookmark (issue1877)
stable
2011-03-14, by David Soria Parra
rebase: restore mq guards after rebasing (issue2107)
stable
2011-03-26, by Stefano Tortarolo
revset: report a parse error if a revset is not parsed completely (issue2654)
stable
2011-03-16, by Bernhard Leiner
color: fix --color=always when output is piped
2011-05-25, by Peter Arrenbrecht
check-code: flag 0/1 used as constant Boolean expression
2011-06-01, by Martin Geisler
run-tests: allow whitelisting tests that should always run
2011-05-31, by Augie Fackler
subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
2011-05-31, by Augie Fackler
tests: glob version number in test-hgrc
2011-05-31, by Matt Mackall
web: provide diffstat to the changeset page
2011-05-28, by Steven Brown
tests: update for handling of missing hgrc includes
2011-05-31, by Matt Mackall
subrepo: svn abort now depends on exit code (issue2833)
2011-05-31, by Regis Desgroppes
fixed issue2833: aborts nows depends on svn exit code
2011-05-31, by desgropp
config: ignore include errors for nonexistent files
2011-05-31, by Matt Mackall
Make pull -u behave like pull && update
2011-05-31, by Brendan Cully
requires: note apparent corruption
2011-05-31, by Matt Mackall
readrequires: provide easier to understand error message
2011-05-31, by Adrian Buehlmann
introduce new function scmutil.readrequires
2011-05-31, by Adrian Buehlmann
merge with stable
2011-05-31, by Matt Mackall
merge with crew
2011-05-31, by Matt Mackall
merge with i18n
stable
2011-05-31, by Matt Mackall
merge with stable
2011-05-30, by Martin Geisler
merge with hg-i18n
stable
2011-05-30, by Martin Geisler
merge with hg-i18n
2011-05-30, by Martin Geisler
test-gendoc: update for new Russian translation
2011-05-30, by Martin Geisler
i18n-ru: branches-import translated
2011-05-30, by Alexander Sauta
i18n-ru:bisect,backout,branch translated
2011-05-29, by Alexander Sauta
i18n-ru: translated add, addremove, annotate, archive
2011-05-29, by Alexander Sauta
i18n-ru:translation started,convert translated
2011-05-29, by Alexander Sauta
i18n-pt_BR: synchronized with ab687820c4cc
stable
2011-05-19, by Wagner Bruna
subrepo: don't crash when git .hgsubstate is empty (issue2716)
stable
2011-05-28, by Eric Eisner
mq: no need to make a copy of seriesopts
2011-05-30, by Idan Kamara
workingctx.remove: use self.forget
2011-05-27, by Adrian Buehlmann
commands: use repo.branchheads in heads command
2011-05-31, by Martin Geisler
commands: remove unused variable from heads command
2011-05-31, by Martin Geisler
mq: print "'foo' 'bar'", not "['foo', 'bar']" when showing guards
2011-05-31, by Martin Geisler
hg: remove underscores in clone function
2011-05-27, by Martin Geisler
hg-ssh: fix dispatch call to use dispatch.request()
2011-05-29, by Idan Kamara
gendoc: config help topic is in hgrc.5, do not include it in hg.1
2011-05-30, by Martin Geisler
doc: improve merge between hgrc.5 and config help topic
2011-05-30, by Martin Geisler
doc: rebuild hgrc.5 man and HTML page when help/config changes
2011-05-30, by Martin Geisler
help/config: separate terms with a blank line
2011-05-30, by Martin Geisler
help/config: fix rendering of definition list
2011-05-30, by Martin Geisler
help: move part of hgrc.5 man page config help topic
2011-05-30, by Yun Lee
hgrc.5: make minirst find headings correctly
2011-05-30, by Yun Lee
run-tests: fix --blacklist (broken by 95715c2f90bf)
2011-05-28, by Patrick Mezard
patch: do not patch unknown files (issue752)
2011-05-27, by Patrick Mezard
patch: use temporary files to handle intermediate copies
2011-05-27, by Patrick Mezard
patch: refactor file creation/removal detection
2011-05-27, by Patrick Mezard
commands.remove: don't use workingctx.remove(list, unlink=True)
2011-05-27, by Adrian Buehlmann
tests: add a test to check for duplicate command options
2011-05-27, by Idan Kamara
mq: allow --mq for qrecord
2011-05-27, by Idan Kamara
run-tests: fix --blacklist with jobs > 1
2011-05-27, by Idan Kamara
run-tests: slightly simplify blacklist check
2011-05-27, by Idan Kamara
coal: use preformatted text for descriptions (issue2835)
2011-05-27, by Matt Mackall
rebase: add option --tool/-t for 'pull --rebase'
2011-05-27, by Adrian Buehlmann
subrepo: refactor writestate for clarity
2011-05-27, by Martin Geisler
cmdutil: make private copies of option lists to avoid sharing monkeypatches
2011-05-26, by Matt Mackall
record: fix options placeholder
2011-05-26, by Idan Kamara
subrepo: bare git repos considered dirty
2011-05-25, by Paul Molodowitch
dispatch: use the request to store the ui object
2011-05-26, by Idan Kamara
dispatch: wrap dispatch related information in a request class
2011-05-26, by Idan Kamara
patch: restore the previous output of 'diff --stat'
2011-05-26, by Steven Brown
wireproto: enable optional args for known() for future extensibility
2011-05-24, by Peter Arrenbrecht
context: make forget work like commands.forget
2011-05-26, by Matt Mackall
dirstate: rename forget to drop
2011-05-26, by Matt Mackall
minirst: read test input from stdin
2011-05-26, by Martin Geisler
tests: update monotone version requirement
2011-05-26, by Sune Foldager
test-git-import: test patching existing copy targets
2011-05-25, by Patrick Mezard
httprepo: handle large lengths by bypassing the len() operator
2011-05-24, by Matt Mackall
workingctx.remove: don't stat files again after unlinking
2011-05-24, by Adrian Buehlmann
httprepo: send URL redirection notices to stderr (issue2828)
2011-05-24, by Matt Mackall
record: alias qrecord to qnew -i/--interactive
2011-05-24, by Idan Kamara
record: add qrefresh -i/--interactive
2011-05-24, by Idan Kamara
record: add an option to backup all wc modifications
2011-05-24, by Idan Kamara
record: check patch name is valid before prompting in qrecord
2011-05-24, by Idan Kamara
mq: use checkpatchname
2011-05-24, by Idan Kamara
mq: wrap patch file name checks in a function
2011-05-24, by Idan Kamara
pure parsers: properly detect corrupt index files
2011-05-24, by Augie Fackler
workingctx: unlink paths while holding the wlock
2011-05-24, by Adrian Buehlmann
wireproto: do not hash when heads == ['force']
2011-05-24, by Martin Geisler
patch: remove EOL support from linereader class
2011-05-24, by Patrick Mezard
subrepo: handle local added subrepo case correctly
2011-05-23, by Matt Mackall
graphlog: remove unused arg from _wrapcmd
2011-05-23, by Idan Kamara
extensions: raise when trying to find an extension that failed to load
2011-05-23, by Idan Kamara
remove: clarify help text about added files never being deleted from disk
2011-05-23, by Adrian Buehlmann
pure: provide more correct implementation of posixfile for Windows
2011-05-18, by Adrian Buehlmann
bundlerepo: make getremotechanges support filtering of incoming
2011-05-23, by Peter Arrenbrecht
tests: add tests for discovery/pull without cgsubset
2011-05-23, by Peter Arrenbrecht
tests: add tests for partial pulls with treediscovery
2011-05-23, by Peter Arrenbrecht
tests: support multiple caps in notcapable
2011-05-23, by Peter Arrenbrecht
record: use cmdutil.command decorator
2011-05-22, by Idan Kamara
record: suggest the right command when running non interactively
2011-05-22, by Idan Kamara
applyupdates: audit merged files
2011-05-22, by Adrian Buehlmann
applyupdates: audit path on flag changes
2011-05-21, by Adrian Buehlmann
opener: add audit function
2011-05-21, by Adrian Buehlmann
templatekw: use diffstatsum in diffstat keyword
2011-05-21, by Matt Mackall
patch: use diffstatsum in diffstat
2011-05-21, by Matt Mackall
patch: add diffstatsum helper
2011-05-21, by Matt Mackall
diffstatdata: no longer a generator
2011-05-21, by Matt Mackall
add new option --all to manifest command
2011-05-18, by Adrian Buehlmann
applyupdates: audit unlinking of renamed files and directories
2011-05-21, by Adrian Buehlmann
patchbomb: pass --git argument to diffstat
2011-05-20, by Idan Kamara
mq: strip all leading slashes from url when importing
2011-05-20, by Idan Kamara
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
+30000
tip