Differences between revisions 23 and 24
Revision 23 as of 2005-10-21 00:00:24
Size: 695
Editor: mpm
Comment:
Revision 24 as of 2005-10-23 03:17:13
Size: 463
Editor: mpm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

== Commands: ==

 * hg pull: select to pull a subset of the heads
 * hg clone -r <rev> support, then clone can get a copy not include all the changeset.
 * hg clone -r <rev>:<rev> support, so clone can get a small repository

The public version of the secret TODO list

<!> These items are slowly being moved to the [http://selenic.com/mercurial/bugs bug tracker]

(See also MissingFeatures)

General:

  • Better documentation
  • More regression tests
  • less code duplication, more code in the right places
  • generate man page from doc strings
  • integrated gui with history, commit, push/pull, etc.
  • integration with other IDEs
  • more complete set of hooks

ToDo (last edited 2010-10-21 23:27:09 by mpm)