Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+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.
convert extension: Save a few opens on the map file
2007-06-14, by Edouard Gomez
Merge with stable
2007-06-14, by Brendan Cully
Make parents with a file but not a revision use working directory revision.
2007-06-14, by Brendan Cully
Merge with crew
2007-06-14, by Brendan Cully
Make parents with a file but not a revision use working directory revision.
2007-06-14, by Brendan Cully
Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
2007-06-14, by Thomas Arendsen Hein
merge with main
2007-06-14, by Thomas Arendsen Hein
Merge with crew
2007-06-13, by Brendan Cully
extensions: fix load of module/__init__.py on OS X
2007-06-13, by Brendan Cully
localrepo.status: only append stuff to the clean list if list_clean is true
2007-06-13, by Alexis S. L. Carvalho
mq: reduce matcher abuse
2007-06-13, by Alexis S. L. Carvalho
commands.remove: don't use the unknown list
2007-06-13, by Alexis S. L. Carvalho
commands.commit: don't use the unknown list
2007-06-13, by Alexis S. L. Carvalho
localrepo.add: avoid some stats
2007-06-13, by Alexis S. L. Carvalho
revert: use util.lexists
2007-06-13, by Alexis S. L. Carvalho
addremove: use util.lexists
2007-06-13, by Alexis S. L. Carvalho
commands.commit: symlinks are supported
2007-06-13, by Alexis S. L. Carvalho
mq: grab locks before starting a transaction
2007-06-13, by Alexis S. L. Carvalho
Merge with crew
2007-06-13, by Brendan Cully
extensions: load modules in module/__init__.py form.
2007-06-13, by Brendan Cully
test-patchbomb: sed -e may not work with extended regexps
2007-06-13, by Giorgos Keramidas
Correct tests/test-patchbomb* files:
2007-06-13, by Thomas Arendsen Hein
patchbomb: add --date option
2007-06-12, by Bryan O'Sullivan
Don't validate email config if we're not sending email.
2007-06-12, by Bryan O'Sullivan
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
2007-06-12, by Bryan O'Sullivan
dispatch: restore a dropped shlex import
2007-06-12, by Brendan Cully
merge with main
2007-06-12, by Thomas Arendsen Hein
Revive commands.dispatch as a simple way to call hg from other pythons scripts.
2007-06-12, by Thomas Arendsen Hein
extensions: fix lookup of hgext.foo modules
2007-06-13, by Matt Mackall
localrepo: demand-load changeset, manifest, and dirstate
2007-06-13, by Matt Mackall
extensions: add missing sys import
2007-06-12, by Matt Mackall
dispatch: accept an abbreviation of --repository
2007-06-11, by Matt Mackall
dispatch: move findrepo to cmdutil
2007-06-11, by Matt Mackall
localrepo: don't search from path
2007-06-11, by Matt Mackall
dispatch: use the repo path found by early parsing
2007-06-11, by Matt Mackall
dispatch: parse and apply -R early
2007-06-11, by Matt Mackall
dispatch: parse and apply cwd opt early
2007-06-11, by Matt Mackall
dispatch: rename variables after code motion
2007-06-11, by Matt Mackall
dispatch: hoist debugging hook to runcatch
2007-06-11, by Matt Mackall
dispatch: move dispatching code to cmdutil
2007-06-11, by Matt Mackall
dispatch: move runcommand to cmdutil
2007-06-11, by Matt Mackall
dispatch: pull final command execution into its own function
2007-06-11, by Matt Mackall
dispatch: reduce nesting by moving parsing exceptions
2007-06-11, by Matt Mackall
dispatch: move signal and exception handling to its own function
2007-06-11, by Matt Mackall
Create a separate module for managing extensions
2007-06-11, by Matt Mackall
extensions: separate function for loading single extensions
2007-06-11, by Matt Mackall
dispatch: reorder functions
2007-06-11, by Matt Mackall
localrepo: break out the repo-finding walk into its own function
2007-06-11, by Matt Mackall
Respect locale environment variables on darwin.
2007-06-11, by Brendan Cully
Small cleanups for the new tag code
2007-06-11, by Brendan Cully
gitweb: Display branch and tag labels
2007-06-01, by Josef "Jeff" Sipek
Merge with mpm
2007-06-10, by Brendan Cully
Split convert extension into common and repository type modules
2007-06-10, by Brendan Cully
commit: fix bug where dirstate for removed file is confused
2007-06-10, by Matt Mackall
hg serve: don't lookup user-supplied names/addresses
2007-06-10, by Matt Mackall
Removed trailing \n in calls to util.Abort()
2007-06-09, by Thomas Arendsen Hein
Some small cleanups for convert extension:
2007-06-09, by Thomas Arendsen Hein
Avoid extra filelogs entries.
2007-06-09, by Alexis S. L. Carvalho
Make sure the changelog mentions files whose flags changed
2007-06-09, by Alexis S. L. Carvalho
run-tests.py: set ui.slash = True
2007-06-08, by Alexis S. L. Carvalho
test-config-case: print only the Section we're interested in.
2007-06-08, by Alexis S. L. Carvalho
Add ui.slash hgrc setting
2007-06-08, by Alexis S. L. Carvalho
docopy: use repo.pathto to format paths for printing
2007-06-08, by Alexis S. L. Carvalho
Add dirstate.pathto and localrepo.pathto.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in revert.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in docopy.
2007-06-08, by Alexis S. L. Carvalho
Use absolute paths in addremove.
2007-06-08, by Alexis S. L. Carvalho
Add some more smart when initializing destination repository
2007-06-07, by Edouard Gomez
Fix hgext/convert/__init__.py rights
2007-06-07, by Edouard Gomez
Include convert extension in packages setup
2007-06-07, by Thomas Arendsen Hein
convert: map CVS HEAD to default branch
2007-06-07, by Thomas Arendsen Hein
ui: make readsections() abort when configuration cannot be read.
2007-06-03, by Patrick Mezard
Removed trailing whitespace and tabs from python files
2007-06-06, by Thomas Arendsen Hein
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
2007-06-06, by Thomas Arendsen Hein
Add a wrapper script for convert extension
2007-05-25, by Edouard Gomez
Turns convert.py into a real extension
2007-05-25, by Edouard Gomez
Move convert-repo to hgext/convert/__init__.py
2007-06-06, by Thomas Arendsen Hein
Fixed test output for changed glog (. instead of @)
2007-06-06, by Thomas Arendsen Hein
Issue a warning if "-r ." is used with two working directory parents.
2007-06-06, by Thomas Arendsen Hein
graphlog: Print . instead of @ for working directory parents
2007-06-06, by Thomas Arendsen Hein
Remove atomicfile class.
2007-06-05, by Alexis S. L. Carvalho
Use atomictemp files to write the dirstate.
2007-06-05, by Alexis S. L. Carvalho
test-serve: let run-tests.py kill the daemons
2007-06-05, by Alexis S. L. Carvalho
Fix bug in "hg serve -v"
2007-06-04, by Joel Rosdahl
Add test reproducing a bug in "hg serve -v"
2007-06-04, by Joel Rosdahl
Merge with crew-stable
2007-06-04, by Patrick Mezard
hgk: display tags that contain spaces
2007-06-04, by TK Soh
hgk: added -selectbackground grey to canvases
2007-06-04, by Bela Babik
merge with stable
2007-06-04, by Thomas Arendsen Hein
Obfuscate author in gitweb shortlog (issue578)
2007-06-04, by Thomas Arendsen Hein
Fixed indentation in hgext/notify.py
2007-06-04, by Thomas Arendsen Hein
merge with crew-stable
2007-06-04, by Alexis S. L. Carvalho
patch.diff: avoid calling workingctx().manifest()
2007-06-03, by Alexis S. L. Carvalho
Merge with crew-stable
2007-06-03, by Patrick Mezard
Merge with crew.
2007-06-02, by Bryan O'Sullivan
patchbomb: Fail early if no revs given to email
2007-05-27, by Bryan O'Sullivan
patchbomb: Fix typo.
2007-05-27, by Bryan O'Sullivan
patchbomb: Hoist sender config higher.
2007-05-27, by Bryan O'Sullivan
Automated merge with http://hg.intevation.org/mercurial/crew
2007-05-27, by Bryan O'Sullivan
patchbomb: Validate email config before we start prompting for info.
2007-05-27, by Bryan O'Sullivan
Introduce find_exe. Use instead of find_in_path for programs.
2007-05-27, by Bryan O'Sullivan
ui: Rename has_config to has_section.
2007-05-27, by Bryan O'Sullivan
patchbomb: Defer the import of readline.
2007-05-27, by Bryan O'Sullivan
patchbomb: Don't prompt for headers until sure we have revs to export.
2007-05-27, by Bryan O'Sullivan
wsgicgi: change stdin to binary mode
2007-06-04, by Alexis S. L. Carvalho
Also check the index file size when deciding whether to reload a revlog.
2007-06-04, by Alexis S. L. Carvalho
use .extend instead of .append in readtags
2007-06-04, by Alexis S. L. Carvalho
hbisect: fix a typo in error message
2007-04-20, by TK Soh
hgk - fix CR issues on windows
2006-12-15, by Andrei Vermel
Add sending date to notify message.
2007-05-24, by Mathieu Clabaut
Add support for url#id syntax
2007-06-01, by Matt Mackall
clone: checkout the "default" branch if available
2007-06-01, by Matt Mackall
mq: pass a URL to clone
2007-06-02, by Matt Mackall
Warn about large files on hg add
2007-06-01, by Matt Mackall
merge with stable
2007-06-01, by Thomas Arendsen Hein
Corrected similarity parameter used in test-addremove
2007-06-01, by Thomas Arendsen Hein
addremove: comparing two empty files caused ZeroDivisionError
2007-06-01, by Thomas Arendsen Hein
Add archive download links to hgweb search template
2007-06-01, by Thomas Arendsen Hein
merge with crew
2007-06-01, by Thomas Arendsen Hein
gitweb: Fixed-up search template
2007-05-31, by Josef "Jeff" Sipek
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip