Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
Merge with crew
2007-06-18, by Lee Cantey
Fix for demandimport.py and Windows compiled version.
2007-06-18, by Lee Cantey
Work around heisenbug in Popen3.__del__
2007-06-18, by Brendan Cully
Merge with mpm
2007-06-18, by Brendan Cully
Make fast-forward merges full merges
2007-06-18, by Brendan Cully
hooks: separate hook code into a separate module
2007-06-18, by Matt Mackall
dispatch: fix handling of incorrect number of arguments
2007-06-18, by Matt Mackall
dirstate: pull ignore smarts out of ui
2007-06-18, by Matt Mackall
encoding: pull fallbackencoding out of localrepo into early parsing
2007-06-18, by Matt Mackall
extensions: kill ui readhooks
2007-06-18, by Matt Mackall
extensions: pull extension-aware bits out of ui
2007-06-18, by Matt Mackall
dirstate: refactor checkinterfering
2007-06-18, by Matt Mackall
dirstate: hide some more internals
2007-06-18, by Matt Mackall
dirstate: hide internal vars
2007-06-18, by Matt Mackall
localrepo and dirstate: rename reload to invalidate
2007-06-18, by Matt Mackall
dirstate: simplify dirty handling
2007-06-18, by Matt Mackall
dirstate: lazify and lambdafy _slash
2007-06-18, by Matt Mackall
dirstate: simplify state()
2007-06-18, by Matt Mackall
dirstate: move ignore to its own file
2007-06-18, by Matt Mackall
dirstate: replace clear()
2007-06-18, by Matt Mackall
dirstate: fold parse into read
2007-06-18, by Matt Mackall
dirstate: make reload lazy
2007-06-18, by Matt Mackall
dirstate: lazify initdirs
2007-06-18, by Matt Mackall
dirstate: lazify copymap, _branch, and _pl
2007-06-18, by Matt Mackall
dirstate: use getattr rather than lazyread
2007-06-18, by Matt Mackall
Fix up tests for new branch message
2007-06-18, by Brendan Cully
Notify the user that hg branch does not create a branch until commit
2007-06-18, by Brendan Cully
patchbomb: fix PAGER buglet introduced in 88fc92b0b821
2007-06-17, by Brendan Cully
patchbomb: page patchbomb messages only if PAGER is defined.
2007-06-17, by Patrick Mezard
cmdutil: add missing "time" import.
2007-06-17, by Patrick Mezard
Merge with crew-stable
2007-06-17, by Patrick Mezard
patchbomb: flush ui before delegating to pager.
2007-06-17, by Patrick Mezard
test-patchbomb: fix non-existing --date parameter and filtering regexps.
2007-06-17, by Patrick Mezard
test-patchbomb: sed -e may not work with extended regexps
2007-06-13, by Giorgos Keramidas
Make --import-branch option actually work (- is translated to _)
2007-06-17, by Thomas Arendsen Hein
Add --import-branch option to hg import to pull in branch information without --exact
2007-06-14, by Eric Hopper
convert: remove pdb call. *blush*
2007-06-14, by Brendan Cully
convert: fix various authormap handling bugs
2007-06-14, by Brendan Cully
convert extension: Add support for username mapping
2007-06-14, by Edouard Gomez
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
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip