Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+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.
move the reading of branch.cache from _branchtags to branchtags
2008-02-15, by Alexis S. L. Carvalho
localrepo: keep the UTF-8 version of branchcache around
2008-02-15, by Alexis S. L. Carvalho
localrepo.invalidate: invalidate branchcache
2008-02-15, by Alexis S. L. Carvalho
keyword: do not inspect node1 for diff if node2 is given
2008-02-15, by Christian Ebert
keyword: add test for patch.diff monkey
2008-02-15, by Christian Ebert
keyword: make main class and hg command accessible
2008-02-15, by Christian Ebert
keyword: move expand/shrink decisions into kwtemplater
2008-02-15, by Christian Ebert
try to fix test-inherit-mode on HFS+
2008-02-15, by Alexis S. L. Carvalho
cmdutil.commit: use relative paths in the error messages
2008-02-15, by Alexis S. L. Carvalho
util.pathto: return '.' instead of an empty string
2008-02-15, by Alexis S. L. Carvalho
status: put added files that have disappeared in the deleted list
2008-02-14, by Alexis S. L. Carvalho
revert: unify forget and remove lists
2008-02-14, by Alexis S. L. Carvalho
revert: only call dirstate.normal when we know the file is clean
2008-02-14, by Alexis S. L. Carvalho
commands.revert: don't call hg.revert
2008-02-14, by Alexis S. L. Carvalho
revert: don't let repo.status walk the whole working dir
2008-02-14, by Alexis S. L. Carvalho
Set bundle.mainreporoot only after checking that it's a local repo
2008-02-14, by Alexis S. L. Carvalho
Fix test-hgweb-commands.out after 9b817c0a82f1
2008-02-14, by Thomas Arendsen Hein
Propagating changes back to working dirs when changing files in external
2007-08-26, by Fabio Zadrozny
test-convert-baz: set username with baz, not tla
2008-02-14, by Patrick Mezard
Define tla username locally in baz and tla tests
2008-02-13, by Patrick Mezard
convert: fix --datesort ordering
2008-02-16, by Patrick Mezard
[RFC] convert: fix --datesort
2007-12-18, by Kirill Smelkov
push: exit(1) if "push creates new remote branches!"
2008-02-15, by Alexis S. L. Carvalho
hgweb: Fix stray quote in logo img tag
2008-02-14, by Matt Mackall
hgweb: add new logos
2008-02-14, by Matt Mackall
Add the new "droplet" logo
2008-02-14, by Matt Mackall
cat --decode: Drop short option, use opts.get() instead of opts[]
2008-02-14, by Thomas Arendsen Hein
Option --decode for hg cat to apply decode filters.
2008-02-09, by Jesse Glick
keyword: monkeypatch patch.diff for non-interactive diffs
2008-02-13, by Christian Ebert
merge with main
2008-02-14, by Thomas Arendsen Hein
merge with crew-stable
2008-02-13, by Alexis S. L. Carvalho
clone: make things work when source is a repo object
2008-02-13, by Alexis S. L. Carvalho
clone: expand the path before saving it in .hg/hgrc
2008-02-13, by Alexis S. L. Carvalho
better handle errors with date parsing (issue983)
2008-02-13, by Dirkjan Ochtman
better handle errors with date parsing (issue983)
2008-02-13, by Dirkjan Ochtman
hgweb: disable cgitb by default in hgwebdir.fcgi too
2008-02-13, by Maxim Dounin
Document and fix tla/baz conversion tests
2008-02-12, by Patrick Mezard
convert: detect baz before tla
2008-02-12, by Patrick Mezard
keyword: add glog to nokwcommands
2008-02-12, by Christian Ebert
keyword: enable all monkey patches using _kwtemplater at reposetup
2008-02-10, by Christian Ebert
hgweb: disable cgitb by default
2008-02-12, by Maxim Dounin
convert: added GNU Arch (tla) tests and related fixes
2008-02-12, by Aleix Conchillo Flaque
convert: added gnu arch (baz) tests
2008-02-12, by Aleix Conchillo Flaque
convert: try to be smarter about CVS branching
2008-02-11, by Matt Mackall
filemerge: more backwards compatible behavior for ui.merge
2008-02-06, by Steve Borho
filemerge: add 'checkchanged' merge tool property
2008-02-06, by Steve Borho
ignore: split up huge patterns
2008-02-11, by Matt Mackall
Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.
2008-02-10, by Thomas Arendsen Hein
keyword: no expansion in web diffs
2008-02-10, by Christian Ebert
keyword: make restrict entirely a kwtemplater attribute
2008-02-10, by Christian Ebert
keyword: declare globals in a more compact way
2008-02-09, by Christian Ebert
keyword: avoid os import by using util.splitpath
2008-02-09, by Christian Ebert
Automated merge with http://hg.west.spy.net/hg/hacks/hg
2008-02-09, by Bryan O'Sullivan
Option to log to only show changesets within a specified branch.
2008-02-08, by Dustin Sallings
Strip filter name from command before passing to filter function.
2008-02-09, by Jesse Glick
make the journal/undo files from transactions inherit the mode from .hg/store
2008-02-09, by Alexis S. L. Carvalho
add test-inherit-mode
2008-02-09, by Alexis S. L. Carvalho
hghave: detect unix-style permissions
2008-02-09, by Alexis S. L. Carvalho
Make files in .hg inherit the permissions from .hg/store
2008-02-09, by Alexis S. L. Carvalho
test-keyword: make it run under Windows
2008-02-09, by Patrick Mezard
keyword: fix symlink detection under Windows
2008-02-09, by Patrick Mezard
keyword: fix mq repository detection under Windows
2008-02-09, by Patrick Mezard
Do not abort rollback if undo.branch isn't available, but warn.
2008-02-09, by Thomas Arendsen Hein
Remove trailing ! from two error messages as this was confusing.
2008-02-09, by Thomas Arendsen Hein
Print less scary warning when invalidating the branch cache.
2008-02-09, by Thomas Arendsen Hein
convert: support binary files, link to files (viceversa) in gnu arch
2008-02-09, by Aleix Conchillo Flaque
convert: Don't decode unicode strings
2008-02-09, by Thomas Arendsen Hein
convert: Compatibility fixes for python2.3
2008-02-09, by Thomas Arendsen Hein
keyword: monkeypatch dispatch._parse to avoid redundant run
2008-02-07, by Christian Ebert
keyword: safeguards against erroneous behaviour or aborts
2008-02-06, by Christian Ebert
keyword: fix pychecker warning about shadowed variable
2008-02-07, by Christian Ebert
convert: improve gnu arch source performance and other fixes
2008-02-08, by Aleix Conchillo Flaque
Merge with crew-stable
2008-02-08, by Alexis S. L. Carvalho
fix syntax in coverage.py, fixing run-tests.py -C
2008-02-08, by Alexis S. L. Carvalho
fix to let test-hgwebdir pass
2008-02-08, by Michele Cella
merge with crew-stable
2008-02-08, by Thomas Arendsen Hein
convert: do not skip some lines in gnu arch summaries
2008-02-07, by Aleix Conchillo Flaque
Merge with crew
2008-02-06, by Bryan O'Sullivan
Merge with crew
2008-02-06, by Bryan O'Sullivan
mq.py: add -U option to hg qdiff command
2007-07-26, by jorendorff
commands.py, patch.py: add -U option to hg diff command
2007-07-26, by jorendorff
Update help output of test-convert for GNU arch entry.
2008-02-07, by Thomas Arendsen Hein
Merge with crew-stable
2008-02-06, by Patrick Mezard
convert: add full description for gnu arch revisions
2008-02-06, by Aleix Conchillo Flaque
merge with main
2008-02-06, by Thomas Arendsen Hein
convert: added GNU Arch source converter
2008-02-05, by Aleix Conchillo Flaque
qinit -c: add ^\.hg and ^\.mq to .hgignore
2008-02-08, by Alexis S. L. Carvalho
dirstate.status: avoid putting ignored files in the unknown list
2008-02-08, by Alexis S. L. Carvalho
dirstate: don't walk ignored directories
2008-02-08, by Alexis S. L. Carvalho
revert: don't assume ignored files will be returned in the unknown list
2008-02-08, by Alexis S. L. Carvalho
revert: revert clean files when only a change of flags is needed
2008-02-08, by Alexis S. L. Carvalho
Revert e82dd2dd6276
2008-02-08, by Alexis S. L. Carvalho
make static-http work with empty repos (issue965)
2008-02-08, by Dirkjan Ochtman
mq: qimport must read patches in binary mode
2008-02-06, by Patrick Mezard
keyword: fix my string pasting thinko
2008-02-05, by Matt Mackall
filemerge: wrap quotes around tool path
2008-02-04, by Steve Borho
keyword: nokwcommands, restricted string variables at top level
2008-02-04, by Christian Ebert
keyword: split line continuation in 2 steps (style)
2008-02-04, by Christian Ebert
keyword: add empty_ok argument to kwrepo.commit
2008-02-04, by Christian Ebert
keyword: allow keyword expansion on clone
2008-02-04, by Christian Ebert
merge with crew-stable
2008-02-05, by Thomas Arendsen Hein
cleanly abort on unknown archive type (issue966)
2008-02-05, by Dirkjan Ochtman
merge with crew-stable
2008-02-05, by Thomas Arendsen Hein
hgweb: fix search skipping tip
2008-02-05, by Dirkjan Ochtman
filemerge: fix pattern matching
2008-02-04, by dhruva
filemerge: fix path to working file when fixeol is enabled
2008-02-03, by Lee Cantey
mergetools: correct vim typo
2008-02-04, by Matt Mackall
filemerge: handle missing regappend
2008-02-04, by Matt Mackall
util_win32: add missing valname param to query_val function
2008-02-03, by Lee Cantey
filemerge: two fixes for kdiff3 example configuration
2008-02-03, by Steve Borho
add merge sections to hgrc.5
2008-01-31, by Steve Borho
filemerge: remove the hgmerge script
2008-02-03, by Matt Mackall
filemerge: add an example set of global settings for common merge tools
2008-02-03, by Matt Mackall
filemerge: add config item for GUI tools
2008-02-03, by Matt Mackall
merge: add registry look up bits to tool search
2008-02-03, by Matt Mackall
merge: add support for tool EOL fixups
2008-02-03, by Matt Mackall
merge: allow smarter tool configuration
2008-02-03, by Matt Mackall
filemerge: pull file-merging code into its own module
2008-02-03, by Matt Mackall
merge: move the bulk of simplemerge into core
2008-02-03, by Matt Mackall
merge with crew-stable
2008-02-03, by Alexis S. L. Carvalho
test-serve: wait before killing to always hide the "killed!" message.
2008-02-02, by Thomas Arendsen Hein
Mention 'hg update' to switch branches in help for branch and branches.
2008-02-02, by Thomas Arendsen Hein
Clarify help for hg status and make it consistent.
2008-02-02, by Thomas Arendsen Hein
profile: expand PID in output file name
2008-02-01, by Bryan O'Sullivan
convert: allow synthetic history to be spliced in.
2008-02-01, by Bryan O'Sullivan
profiling: allow CGI and FastCGI to be profiled
2008-02-01, by Bryan O'Sullivan
update copyright notice in version output
2008-02-01, by Dirkjan Ochtman
hgweb: explicit response status
2008-02-01, by Dirkjan Ochtman
updating lsprof.py from remote repository
2008-02-01, by Dirkjan Ochtman
highlight: update according to latest hgweb_mod changes
2008-01-31, by Christian Ebert
Fixed typo: Gnerating -> Generating
2008-02-01, by Thomas Arendsen Hein
added \r for progress counting in churn extension
2008-01-31, by Armin Ronacher
update the branch cache at the end of addchangegroup
2008-02-03, by Alexis S. L. Carvalho
qpop/qrefresh: update self.applied before calling strip
2008-02-03, by Alexis S. L. Carvalho
hg import: write the dirstate after every commit
2008-02-03, by Alexis S. L. Carvalho
localrepo._tag: add a seek before writing the new tag
2008-02-03, by Alexis S. L. Carvalho
convert: use 'unknown' and '0 0' if commit author or date weren't specified
2008-02-03, by Alexis S. L. Carvalho
httprepo: use separate handlers for HTTP and HTTPS
2008-02-03, by Alexis S. L. Carvalho
move __del__ from httprepository to basehttphandler
2008-02-03, by Alexis S. L. Carvalho
mq: don't allow patches with some reserved names
2008-02-03, by Alexis S. L. Carvalho
mq: pop/refresh: avoid losing revisions not managed by mq
2008-02-03, by Alexis S. L. Carvalho
mqrepo: don't abort if the status file has an unknown node
2008-02-03, by Alexis S. L. Carvalho
sshrepo: be more careful while reading data
2008-02-03, by Alexis S. L. Carvalho
fix markup of templates/{,old/}header.tmpl
2008-02-03, by Alexis S. L. Carvalho
templates: move filters to their own module
2008-01-31, by Matt Mackall
templater: move email function to util
2008-01-31, by Matt Mackall
templater: remove node import
2008-01-31, by Matt Mackall
patchbomb: undo backout and fix bugs in the earlier patch
2008-01-31, by Matt Mackall
added an entry about the prefix option inside the hgrc man page
2008-01-22, by Michele Cella
tests for hg serve prefix option
2008-01-22, by Michele Cella
hgweb: fixes to make hg serve prefix handling more robust
2008-01-22, by Michele Cella
Merge with -stable
2008-01-31, by Matt Mackall
graphlog: skip filectx parents in other filelogs
2008-01-30, by Steve Borho
Provide better context for custom Python encode/decode filters.
2007-12-21, by Jesse Glick
Register data filters in a localrepo instead of util
2008-01-28, by Patrick Mezard
hgweb: forgot to centralize the req.write() calls in hgwebdir
2008-01-28, by Dirkjan Ochtman
hgweb: centralize req.write() calls
2008-01-28, by Dirkjan Ochtman
hgweb: explicitly check if requested command exists
2008-01-28, by Dirkjan Ochtman
hgweb: get rid of raw-related code in hgweb.filerevision()
2008-01-28, by Dirkjan Ochtman
keyword: detect restricted commands thru variable
2008-01-26, by Christian Ebert
webcommands: add missing hg import
2008-01-26, by Patrick Mezard
Merge with crew-stable
2008-01-26, by Patrick Mezard
convert: follow svn module parent moves
2008-01-26, by Patrick Mezard
convert: prevent svn branches to leave the root module tree
2008-01-26, by Patrick Mezard
convert: checkout svn root revisions
2008-01-26, by Patrick Mezard
convert: fix svn_source.latest()
2008-01-26, by Patrick Mezard
convert: display source revision id with --verbose
2008-01-26, by Patrick Mezard
Permitting the import command to accept a --user option.
2008-01-25, by Jesse Glick
Merge with crew
2008-01-25, by Bryan O'Sullivan
Simplify test-paths
2008-01-25, by Bryan O'Sullivan
merge with crew
2008-01-26, by Thomas Arendsen Hein
Permit glob patterns to use nested curly braces.
2008-01-25, by Jesse Glick
Merge after backout
2008-01-25, by Bryan O'Sullivan
Backed out changeset dc6ed2736c81
2008-01-25, by Bryan O'Sullivan
keyword: improve use of dicts
2008-01-22, by Christian Ebert
keyword: no expansion on qfold (bugfix)
2008-01-23, by Christian Ebert
Merge with crew
2008-01-25, by Bryan O'Sullivan
Ensure that absolutized paths from hgrc do not contain ../ segments.
2008-01-08, by Jesse Glick
glog shows at most one file: correct synopsis
2008-01-26, by Thomas Arendsen Hein
Update usage message in test-glog.out
2008-01-25, by Thomas Arendsen Hein
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
2008-01-25, by Thomas Arendsen Hein
graphlog: add test for filelog graph
2008-01-25, by Steve Borho
graphlog: add filelog revision grapher
2008-01-25, by Steve Borho
Test case for hg import --no-commit
2008-01-25, by Thomas Arendsen Hein
Add --no-commit option to import command
2008-01-25, by Joel Rosdahl
win32: remove excessive flushing
2008-01-30, by Matt Mackall
convert: hg.clonebranches must pull missing parents (issue941)
2008-01-26, by Patrick Mezard
qrecord: add tests
2008-01-23, by Kirill Smelkov
qrecord: record complements commit, so qrecord should complement qnew
2008-01-23, by Kirill Smelkov
Remove unneeded "import os.path"
2008-01-23, by Thomas Arendsen Hein
send conservatively capitalized HTTP headers
2008-01-23, by Dirkjan Ochtman
demandimport: handling new relative imports
2008-01-16, by Ali Gholami Rudi
hgweb: move HTTP content types out of header templates
2008-01-22, by Dirkjan Ochtman
hgweb: revert to showing file instead of offering for download
2008-01-22, by Dirkjan Ochtman
hgweb: be sure to send a valid content-type for raw files
2008-01-22, by Dirkjan Ochtman
hgweb: use ErrorResponse instead of custom response
2008-01-22, by Dirkjan Ochtman
better error reporting for hg serve errors in tests
2008-01-22, by Dirkjan Ochtman
hgweb: fix a stupid KeyError introduced in a0e20a5eba3c
2008-01-22, by Dirkjan Ochtman
hgweb: cleanup buglet introduced in 956afc025c0f
2008-01-22, by Dirkjan Ochtman
merge with crew-stable
2008-01-22, by Thomas Arendsen Hein
CVS convert: Find correct parent for new branch (issue704)
2008-01-22, by Thomas Arendsen Hein
Test for converting a CVS branch
2008-01-22, by Thomas Arendsen Hein
convert: mercurial sink must be local
2008-01-21, by Patrick Mezard
Fix double import of 're'.
2008-01-21, by Thomas Arendsen Hein
convert: Do not abort with TypeError if svn commit message is None (issue934)
2008-01-21, by Thomas Arendsen Hein
Prefer i in d over d.has_key(i)
2008-01-20, by Christian Ebert
fix test-strip-cross on solaris
2008-01-21, by Alexis S. L. Carvalho
Merge with crew-stable
2008-01-21, by Patrick Mezard
test-strip-cross: test handling of linkrev crosses in the manifest
2008-01-20, by Alexis S. L. Carvalho
Fix test-strip-cross on Solaris
2008-01-19, by Richard Lowe
simplify revlog.strip interface and callers; add docstring
2008-01-19, by Alexis S. L. Carvalho
strip: calculate list of extra nodes to save and pass it to changegroupsubset
2008-01-19, by Alexis S. L. Carvalho
changegroupsubset: accept list of per-revlog nodes to include
2008-01-19, by Alexis S. L. Carvalho
addchangegroup: add option to skip check for empty changelog group
2008-01-19, by Alexis S. L. Carvalho
allow the creation of bundles with empty changelog/manifest chunks
2008-01-19, by Alexis S. L. Carvalho
repair.py: don't use nested functions.
2008-01-19, by Alexis S. L. Carvalho
repair.py: use revs in limitheads
2008-01-19, by Alexis S. L. Carvalho
repair.py: add a docstring to bundle; use repo.ui
2008-01-19, by Alexis S. L. Carvalho
repair.py: split stripall into two functions; clean it up a bit
2008-01-19, by Alexis S. L. Carvalho
repair.py: rename chlog to cl
2008-01-19, by Alexis S. L. Carvalho
repair.py: nodes are nodes, revs are revs
2008-01-19, by Alexis S. L. Carvalho
repair.py: use node.* directly
2008-01-19, by Alexis S. L. Carvalho
repair.py: don't import commands.py
2008-01-19, by Alexis S. L. Carvalho
test-no-symlinks: fix unbundle output
2008-01-18, by Patrick Mezard
Merge with crew-stable
2008-01-19, by Patrick Mezard
Merge with crew-stable
2008-01-19, by Patrick Mezard
keyword: add very simple mq test
2008-01-19, by Christian Ebert
Fix typo.
2008-01-18, by Bryan O'Sullivan
Fix test output
2008-01-18, by Bryan O'Sullivan
Merge with crew
2008-01-18, by Bryan O'Sullivan
hgweb: fast path for sending raw files
2008-01-18, by Dirkjan Ochtman
hgweb: just return iterables instead of yielding them
2008-01-18, by Dirkjan Ochtman
hgweb: separate out start_response() calling
2008-01-18, by Dirkjan Ochtman
hgweb: return iterable, add deprecation note
2008-01-18, by Dirkjan Ochtman
hgweb: remove some legacy code
2008-01-18, by Dirkjan Ochtman
keyword: avoid extra diffs when not comparing against working dir
2008-01-15, by Christian Ebert
keyword: support mq; handle (q)record more gracefully
2008-01-15, by Christian Ebert
convert: enforce svn_source.getchanges() files unicity
2008-01-21, by Patrick Mezard
localrepo: ensure files unicity in commit() (issue 714)
2008-01-21, by Patrick Mezard
util: simplify unique
2007-12-27, by Matt Mackall
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip