Hi,

Attached a port for hgnested, a mercurial extension to work with nested
repositories.

The extension allow to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It allow also to fetch a
complete tree of repositories through ssh or http.


$ hg help hgnested
hgnested extension - commands to manage nested repositories.

This extension provides commands that apply to all the nested repositories.

It was inspired by the forest extension by Robin Farine.

list of commands:

 nclone        make a copy of an existing repository and all nested
               repositories
 ndiff         diff nested repositories (or selected files)
 nincoming     show changest not found in repository and all nested
               repositories
 noutgoing     show changesest not found in the destination and all nested
               repositories
 npull         pull changes from the specified source and all nested
               repositories
 npush         push changes to the specified destination and all nested
               repositories
 nshare        create a new shared repository and all nested repositories
 nstatus       show changed files in the working directory and all nested
               repositories
 nupdate       update working directory and all nested repositories

(use 'hg help -v hgnested' to show built-in aliases and global options)


Thanks.
-- 
Sebastien Marie

Attachment: hgnested.tar.gz
Description: application/tar-gz

Reply via email to